/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gk104.c | 77 gk104_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gk104_sor_hdmi_ctrl() argument 82 rekey; in gk104_sor_hdmi_ctrl()
|
H A D | g84.c | 79 g84_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in g84_sor_hdmi_ctrl() argument 85 rekey; in g84_sor_hdmi_ctrl()
|
H A D | gt215.c | 141 gt215_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gt215_sor_hdmi_ctrl() argument 147 rekey; in gt215_sor_hdmi_ctrl()
|
H A D | ior.h | 72 void (*ctrl)(struct nvkm_ior *, int head, bool enable, u8 max_ac_packet, u8 rekey);
|
H A D | uoutp.c | 256 args->v0.rekey > 0x7f || in nvkm_uoutp_mthd_hdmi() 268 args->v0.max_ac_packet, args->v0.rekey); in nvkm_uoutp_mthd_hdmi()
|
H A D | gf119.c | 253 gf119_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gf119_sor_hdmi_ctrl() argument 258 rekey; in gf119_sor_hdmi_ctrl()
|
H A D | gv100.c | 146 gv100_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gv100_sor_hdmi_ctrl() argument 151 rekey; in gv100_sor_hdmi_ctrl()
|
H A D | r535.c | 559 r535_sor_hdmi_ctrl(struct nvkm_ior *sor, int head, bool enable, u8 max_ac_packet, u8 rekey) in r535_sor_hdmi_ctrl() argument
|
/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | outp.c | 229 nvif_outp_hdmi(struct nvif_outp *outp, int head, bool enable, u8 max_ac_packet, u8 rekey, in nvif_outp_hdmi() argument 239 args.rekey = rekey; in nvif_outp_hdmi() 249 args.head, args.enable, args.max_ac_packet, args.rekey, args.khz, in nvif_outp_hdmi()
|
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | outp.h | 92 int nvif_outp_hdmi(struct nvif_outp *, int head, bool enable, u8 max_ac_packet, u8 rekey, u32 khz,
|
H A D | if0012.h | 174 __u8 rekey; member
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_cmd.c | 1583 struct host_cmd_ds_gtk_rekey_params *rekey = &cmd->params.rekey; in mwifiex_cmd_gtk_rekey_offload() local 1587 cmd->size = cpu_to_le16(sizeof(*rekey) + S_DS_GEN); in mwifiex_cmd_gtk_rekey_offload() 1589 rekey->action = cpu_to_le16(cmd_action); in mwifiex_cmd_gtk_rekey_offload() 1591 memcpy(rekey->kek, data->kek, NL80211_KEK_LEN); in mwifiex_cmd_gtk_rekey_offload() 1592 memcpy(rekey->kck, data->kck, NL80211_KCK_LEN); in mwifiex_cmd_gtk_rekey_offload() 1594 rekey->replay_ctr_low = cpu_to_le32((u32)rekey_ctr); in mwifiex_cmd_gtk_rekey_offload() 1595 rekey->replay_ctr_high = in mwifiex_cmd_gtk_rekey_offload()
|
H A D | fw.h | 2429 struct host_cmd_ds_gtk_rekey_params rekey; member
|
/linux/drivers/gpu/drm/tegra/ |
H A D | hdmi.c | 1210 unsigned int h_sync_width, h_front_porch, h_back_porch, i, rekey; in tegra_hdmi_encoder_enable() local 1315 rekey = HDMI_REKEY_DEFAULT; in tegra_hdmi_encoder_enable() 1316 value = HDMI_CTRL_REKEY(rekey); in tegra_hdmi_encoder_enable() 1318 h_front_porch - rekey - 18) / 32); in tegra_hdmi_encoder_enable()
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 776 const u8 rekey = 56; /* binary driver, and tegra, constant */ in nv50_hdmi_enable() local 785 max_ac_packet -= rekey; in nv50_hdmi_enable() 811 ret = nvif_outp_hdmi(&nv_encoder->outp, nv_crtc->index, true, max_ac_packet, rekey, in nv50_hdmi_enable()
|