Home
last modified time | relevance | path

Searched refs:rekey (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgk104.c77 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 Dg84.c79 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 Dgt215.c141 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 Dior.h72 void (*ctrl)(struct nvkm_ior *, int head, bool enable, u8 max_ac_packet, u8 rekey);
H A Duoutp.c256 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 Dgf119.c253 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 Dgv100.c146 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 Dr535.c559 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 Doutp.c229 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 Doutp.h92 int nvif_outp_hdmi(struct nvif_outp *, int head, bool enable, u8 max_ac_packet, u8 rekey, u32 khz,
H A Dif0012.h174 __u8 rekey; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1583 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 Dfw.h2429 struct host_cmd_ds_gtk_rekey_params rekey; member
/linux/drivers/gpu/drm/tegra/
H A Dhdmi.c1210 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 Ddisp.c776 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()