| /linux-5.15/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| A D | hdmigf119.c | 28 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size) in gf119_hdmi_ctrl() argument 33 rekey; in gf119_hdmi_ctrl()
|
| A D | hdmigk104.c | 28 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size) in gk104_hdmi_ctrl() argument 33 rekey; in gk104_hdmi_ctrl()
|
| A D | hdmigv100.c | 26 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size) in gv100_hdmi_ctrl() argument 31 rekey; in gv100_hdmi_ctrl()
|
| A D | hdmigt215.c | 28 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size) in gt215_hdmi_ctrl() argument 34 rekey; in gt215_hdmi_ctrl()
|
| A D | hdmig84.c | 28 u8 rekey, u8 *avi, u8 avi_size, u8 *vendor, u8 vendor_size) in g84_hdmi_ctrl() argument 34 rekey; in g84_hdmi_ctrl()
|
| A D | rootnv50.c | 181 args->v0.max_ac_packet, args->v0.rekey, in nv50_disp_root_mthd_() 183 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) in nv50_disp_root_mthd_() 204 args->v0.rekey, avi, avi_size, in nv50_disp_root_mthd_()
|
| A D | ior.h | 67 u8 max_ac_packet, u8 rekey, u8 *avi, u8 avi_size,
|
| /linux-5.15/fs/crypto/ |
| A D | keyring.c | 396 bool rekey; in add_existing_master_key() local 414 rekey = !is_master_key_secret_present(&mk->mk_secret); in add_existing_master_key() 415 if (rekey && !refcount_inc_not_zero(&mk->mk_refcount)) in add_existing_master_key() 422 if (rekey && refcount_dec_and_test(&mk->mk_refcount)) in add_existing_master_key() 429 if (rekey) in add_existing_master_key()
|
| /linux-5.15/drivers/gpu/drm/nouveau/include/nvif/ |
| A D | cl5070.h | 70 __u8 rekey; member
|
| /linux-5.15/drivers/net/wireless/marvell/mwifiex/ |
| A D | sta_cmd.c | 1591 struct host_cmd_ds_gtk_rekey_params *rekey = &cmd->params.rekey; in mwifiex_cmd_gtk_rekey_offload() local 1595 cmd->size = cpu_to_le16(sizeof(*rekey) + S_DS_GEN); in mwifiex_cmd_gtk_rekey_offload() 1597 rekey->action = cpu_to_le16(cmd_action); in mwifiex_cmd_gtk_rekey_offload() 1599 memcpy(rekey->kek, data->kek, NL80211_KEK_LEN); in mwifiex_cmd_gtk_rekey_offload() 1600 memcpy(rekey->kck, data->kck, NL80211_KCK_LEN); in mwifiex_cmd_gtk_rekey_offload() 1602 rekey->replay_ctr_low = cpu_to_le32((u32)rekey_ctr); in mwifiex_cmd_gtk_rekey_offload() 1603 rekey->replay_ctr_high = in mwifiex_cmd_gtk_rekey_offload()
|
| A D | fw.h | 2383 struct host_cmd_ds_gtk_rekey_params rekey; member
|
| /linux-5.15/drivers/gpu/drm/tegra/ |
| H A D | hdmi.c | 1170 unsigned int h_sync_width, h_front_porch, h_back_porch, i, rekey; in tegra_hdmi_encoder_enable() local 1273 rekey = HDMI_REKEY_DEFAULT; in tegra_hdmi_encoder_enable() 1274 value = HDMI_CTRL_REKEY(rekey); in tegra_hdmi_encoder_enable() 1276 h_front_porch - rekey - 18) / 32); in tegra_hdmi_encoder_enable()
|
| /linux-5.15/drivers/gpu/drm/nouveau/dispnv50/ |
| A D | disp.c | 836 .pwr.rekey = 56, /* binary driver, and tegra, constant */ in nv50_hdmi_enable() 872 max_ac_packet -= args.pwr.rekey; in nv50_hdmi_enable()
|