| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | ieee80211.h | 245 u32 cmd; member 289 u32 cmd; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | usb.c | 747 static int brcmf_usb_dl_cmd(struct brcmf_usbdev_info *devinfo, u8 cmd, in brcmf_usb_dl_cmd() argument 767 devinfo->ctl_read.bRequest = cmd; in brcmf_usb_dl_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | ieee80211.h | 242 u32 cmd; member 286 u32 cmd; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/meye/ |
| H A D | meye.c | 1382 unsigned int cmd, void *arg) in vidioc_default() argument 1384 switch (cmd) { in vidioc_default()
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | l2tp_ppp.c | 1055 static int pppol2tp_ioctl(struct socket *sock, unsigned int cmd, in pppol2tp_ioctl() argument 1061 switch (cmd) { in pppol2tp_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | da8xx-fb.c | 1130 static int fb_ioctl(struct fb_info *info, unsigned int cmd, in fb_ioctl() argument 1135 switch (cmd) { in fb_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | synaptics.c | 207 static int synaptics_send_cmd(struct psmouse *psmouse, u8 cmd, u8 *param) in synaptics_send_cmd() argument 211 error = ps2_sliced_command(&psmouse->ps2dev, cmd); in synaptics_send_cmd()
|
| /OK3568_Linux_fs/kernel/samples/vfio-mdev/ |
| H A D | mbochs.c | 1168 static long mbochs_ioctl(struct mdev_device *mdev, unsigned int cmd, in mbochs_ioctl() argument 1174 switch (cmd) { in mbochs_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/ |
| H A D | qbman-portal.c | 455 void qbman_swp_mc_submit(struct qbman_swp *p, void *cmd, u8 cmd_verb) in qbman_swp_mc_submit() argument 457 u8 *v = cmd; in qbman_swp_mc_submit()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/ |
| H A D | mxl111sf.c | 53 u8 cmd, u8 *wbuf, int wlen, u8 *rbuf, int rlen) in mxl111sf_ctrl_msg() argument 70 state->sndbuf[0] = cmd; in mxl111sf_ctrl_msg()
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-gic.c | 737 static int gic_notifier(struct notifier_block *self, unsigned long cmd, void *v) in gic_notifier() argument 742 switch (cmd) { in gic_notifier()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/ |
| H A D | ql4_83xx.c | 1130 switch (p_hdr->cmd) { in qla4_83xx_process_reset_template() 1162 __func__, p_hdr->cmd, index); in qla4_83xx_process_reset_template()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 2036 __u32 cmd; member 2072 __u32 cmd; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 2020 __u32 cmd; member 2056 __u32 cmd; member
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | core.c | 1415 static long nvm_ctl_ioctl(struct file *file, uint cmd, unsigned long arg) in nvm_ctl_ioctl() argument 1422 switch (cmd) { in nvm_ctl_ioctl()
|
| /OK3568_Linux_fs/kernel/Documentation/s390/ |
| H A D | vfio-ccw.rst | 246 vfio-ccw cmd region 249 The vfio-ccw cmd region is used to accept asynchronous instructions
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | c-r4k.c | 1988 static int r4k_cache_pm_notifier(struct notifier_block *self, unsigned long cmd, in r4k_cache_pm_notifier() argument 1991 switch (cmd) { in r4k_cache_pm_notifier()
|
| /OK3568_Linux_fs/kernel/sound/soc/stm/ |
| H A D | stm32_sai_sub.c | 1100 static int stm32_sai_trigger(struct snd_pcm_substream *substream, int cmd, in stm32_sai_trigger() argument 1106 switch (cmd) { in stm32_sai_trigger()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/ |
| H A D | cec-pin-error-inj.rst | 79 ``echo 'cmd' >error-inj`` or ``cat cmd.txt >error-inj``. The ``cat error-inj``
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_mlme.c | 5743 struct cmd_obj *cmd; in _disconnect_free_cmdobj() local 5746 cmd = a->discon_cmd; in _disconnect_free_cmdobj() 5747 if (!cmd) in _disconnect_free_cmdobj() 5754 if (cmd->sctx) { in _disconnect_free_cmdobj() 5755 if (cmd->res == H2C_SUCCESS) in _disconnect_free_cmdobj() 5756 rtw_sctx_done(&cmd->sctx); in _disconnect_free_cmdobj() 5758 rtw_sctx_done_err(&cmd->sctx, RTW_SCTX_DONE_CMD_ERROR); in _disconnect_free_cmdobj() 5763 rtw_free_cmd_obj(cmd); in _disconnect_free_cmdobj()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_mlme.c | 5774 struct cmd_obj *cmd; in _disconnect_free_cmdobj() local 5777 cmd = a->discon_cmd; in _disconnect_free_cmdobj() 5778 if (!cmd) in _disconnect_free_cmdobj() 5785 if (cmd->sctx) { in _disconnect_free_cmdobj() 5786 if (cmd->res == H2C_SUCCESS) in _disconnect_free_cmdobj() 5787 rtw_sctx_done(&cmd->sctx); in _disconnect_free_cmdobj() 5789 rtw_sctx_done_err(&cmd->sctx, RTW_SCTX_DONE_CMD_ERROR); in _disconnect_free_cmdobj() 5794 rtw_free_cmd_obj(cmd); in _disconnect_free_cmdobj()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8822c.c | 2577 u16 cmd; in rtw8822c_dpk_get_cmd() local 2582 cmd = 0x14 + path; in rtw8822c_dpk_get_cmd() 2585 cmd = 0x16 + path + bw; in rtw8822c_dpk_get_cmd() 2588 cmd = 0x1a + path; in rtw8822c_dpk_get_cmd() 2591 cmd = 0x1c + path + bw; in rtw8822c_dpk_get_cmd() 2597 return (cmd << 8) | 0x48; in rtw8822c_dpk_get_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ |
| H A D | r8192U_core.c | 797 u8 cmd; in rtl8192_rtx_disable() local 802 read_nic_byte(dev, CMDR, &cmd); in rtl8192_rtx_disable() 803 write_nic_byte(dev, CMDR, cmd & ~(CR_TE | CR_RE)); in rtl8192_rtx_disable() 3475 static int rtl8192_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in rtl8192_ioctl() argument 3499 switch (cmd) { in rtl8192_ioctl() 3502 if (ipw->cmd == IEEE_CMD_SET_ENCRYPTION) { in rtl8192_ioctl()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3288-firefly.dtsi | 457 sdmmc_cmd: sdmmc-cmd {
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | Makefile | 201 si476x-core-y := si476x-cmd.o si476x-prop.o si476x-i2c.o
|