Home
last modified time | relevance | path

Searched refs:ctl_write (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_ctl.c97 void ctl_write(struct mdp5_ctl *ctl, u32 reg, u32 data) in ctl_write() function
173 ctl_write(ctl, REG_MDP5_CTL_OP(ctl->id), ctl_op); in set_ctl_op()
235 ctl_write(ctl, REG_MDP5_CTL_START(ctl->id), 1); in send_start_signal()
305 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, lm), blend_cfg); in mdp5_ctl_set_cursor()
377 ctl_write(ctl, REG_MDP5_CTL_LAYER_REG(ctl->id, ctl->lm), blend_cfg); in mdp5_ctl_blend()
378 ctl_write(ctl, REG_MDP5_CTL_LAYER_EXT_REG(ctl->id, ctl->lm), blend_ext_cfg); in mdp5_ctl_blend()
523 ctl_write(ctl, REG_MDP5_CTL_FLUSH(flush_id), flush_mask); in mdp5_ctl_commit()
636 ctl_write(ctl, REG_MDP5_CTL_OP(ctl->id), 0); in mdp5_ctlm_hw_reset()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.c151 struct usb_ctrlrequest ctl_write; member
252 devinfo->ctl_write.wLength = cpu_to_le16p(&size); in brcmf_usb_send_ctl()
260 (unsigned char *) &devinfo->ctl_write, in brcmf_usb_send_ctl()
653 devinfo->ctl_write.bRequestType = in brcmf_usb_up()
655 devinfo->ctl_write.bRequest = 0; in brcmf_usb_up()
656 devinfo->ctl_write.wValue = cpu_to_le16(0); in brcmf_usb_up()
657 devinfo->ctl_write.wIndex = cpu_to_le16(devinfo->ifnum); in brcmf_usb_up()