Searched refs:ctl_write (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp5/ ! |
D | mdp5_ctl.c | 83 void ctl_write(struct mdp5_ctl *ctl, u32 reg, u32 data) in ctl_write() function 164 ctl_write(ctl, REG_MDP5_CTL_OP(ctl->id), ctl_op); in set_ctl_op() 212 ctl_write(ctl, REG_MDP5_CTL_START(ctl->id), 1); in send_start_signal() 278 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, mixer->lm), blend_cfg); in mdp5_ctl_set_cursor() 340 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, i), 0x0); in mdp5_ctl_reset_blend_regs() 341 ctl_write(ctl, REG_MDP5_CTL_LAYER_EXT_REG(ctl->id, i), 0x0); in mdp5_ctl_reset_blend_regs() 393 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, mixer->lm), blend_cfg); in mdp5_ctl_blend() 394 ctl_write(ctl, REG_MDP5_CTL_LAYER_EXT_REG(ctl->id, mixer->lm), in mdp5_ctl_blend() 397 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, r_mixer->lm), in mdp5_ctl_blend() 399 ctl_write(ctl, REG_MDP5_CTL_LAYER_EXT_REG(ctl->id, r_mixer->lm), in mdp5_ctl_blend() [all …]
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ ! |
D | usb.c | 149 struct usb_ctrlrequest ctl_write; member 248 devinfo->ctl_write.wLength = cpu_to_le16p(&size); in brcmf_usb_send_ctl() 256 (unsigned char *) &devinfo->ctl_write, in brcmf_usb_send_ctl() 681 devinfo->ctl_write.bRequestType = in brcmf_usb_up() 683 devinfo->ctl_write.bRequest = 0; in brcmf_usb_up() 684 devinfo->ctl_write.wValue = cpu_to_le16(0); in brcmf_usb_up() 685 devinfo->ctl_write.wIndex = cpu_to_le16(devinfo->ifnum); in brcmf_usb_up()
|