| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | ioctl_linux.c | 319 iwe->cmd = SIOCGIWAP; in iwe_stream_mac_addr_proess() 332 iwe->cmd = SIOCGIWESSID; in iwe_stream_essid_proess() 347 iwe->cmd = SIOCGIWFREQ; in iwe_stream_chan_process() 360 iwe->cmd = SIOCGIWMODE; in iwe_stream_mode_process() 376 iwe->cmd = SIOCGIWENCODE; in iwe_stream_encryption_process() 414 iwe->cmd = SIOCGIWNAME; in iwe_stream_protocol_process() 526 iwe->cmd = SIOCGIWRATE; in iwe_stream_rate_process() 570 iwe->cmd = IWEVCUSTOM; in iwe_stream_wpa_wpa2_process() 575 iwe->cmd = IWEVGENIE; in iwe_stream_wpa_wpa2_process() 586 iwe->cmd = IWEVCUSTOM; in iwe_stream_wpa_wpa2_process() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | dbg.c | 2619 struct iwl_fw_dbg_conf_hcmd *cmd = (void *)ptr; in iwl_fw_start_dbg_conf() local 2621 .id = cmd->id, in iwl_fw_start_dbg_conf() 2622 .len = { le16_to_cpu(cmd->len), }, in iwl_fw_start_dbg_conf() 2623 .data = { cmd->data, }, in iwl_fw_start_dbg_conf() 2630 ptr += sizeof(*cmd); in iwl_fw_start_dbg_conf() 2631 ptr += le16_to_cpu(cmd->len); in iwl_fw_start_dbg_conf() 2782 struct iwl_dbg_suspend_resume_cmd cmd = { in iwl_fw_dbg_suspend_resume_hcmd() local 2789 .data[0] = &cmd, in iwl_fw_dbg_suspend_resume_hcmd() 2790 .len[0] = sizeof(cmd), in iwl_fw_dbg_suspend_resume_hcmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/natsemi/ |
| H A D | natsemi.c | 638 static int netdev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); 1079 u32 cmd; in miiport_read() local 1087 cmd = (0x06 << 10) | (phy_id << 5) | reg; in miiport_read() 1088 mii_send_bits (dev, cmd, 14); in miiport_read() 1104 u32 cmd; in miiport_write() local 1110 cmd = (0x5002 << 16) | (phy_id << 23) | (reg << 18) | data; in miiport_write() 1111 mii_send_bits (dev, cmd, 32); in miiport_write() 3072 static int netdev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in netdev_ioctl() argument 3077 switch(cmd) { in netdev_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 1043 static void r8168fp_adjust_ocp_cmd(struct rtl8169_private *tp, u32 *cmd, int type) in r8168fp_adjust_ocp_cmd() argument 1047 *cmd |= 0xf70 << 18; in r8168fp_adjust_ocp_cmd() 1058 u32 cmd = ERIAR_WRITE_CMD | type | mask | addr; in _rtl_eri_write() local 1062 r8168fp_adjust_ocp_cmd(tp, &cmd, type); in _rtl_eri_write() 1063 RTL_W32(tp, ERIAR, cmd); in _rtl_eri_write() 1076 u32 cmd = ERIAR_READ_CMD | type | ERIAR_MASK_1111 | addr; in _rtl_eri_read() local 1078 r8168fp_adjust_ocp_cmd(tp, &cmd, type); in _rtl_eri_read() 1079 RTL_W32(tp, ERIAR, cmd); in _rtl_eri_read() 1134 static void r8168dp_oob_notify(struct rtl8169_private *tp, u8 cmd) in r8168dp_oob_notify() argument 1136 rtl_eri_write(tp, 0xe8, ERIAR_MASK_0001, cmd); in r8168dp_oob_notify() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | xr_usb_serial_common.c | 902 unsigned int cmd, unsigned long arg) in xr_usb_serial_tty_ioctl() argument 910 switch (cmd) { in xr_usb_serial_tty_ioctl() 1075 unsigned int cmd, unsigned long arg) in xr_usb_serial_tty_compat_ioctl() argument 1079 switch (cmd) { in xr_usb_serial_tty_compat_ioctl() 1089 return xr_usb_serial_tty_ioctl(tty, cmd, arg); in xr_usb_serial_tty_compat_ioctl() 1096 return xr_usb_serial_tty_ioctl(tty, cmd, (unsigned long)up); in xr_usb_serial_tty_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/ |
| H A D | ssv_cmd.c | 79 for( sc_tbl=&cmd_table[3]; sc_tbl->cmd; sc_tbl ++ ) { in ssv_cmd_help() 80 sprintf(tmpbf, "%-20s\t\t%s\n", sc_tbl->cmd, sc_tbl->usage); in ssv_cmd_help() 1668 int ssv_cmd_submit(char *cmd) in ssv_cmd_submit() argument 1674 strcpy(sg_cmd_buffer, cmd); in ssv_cmd_submit() 1700 for( sc_tbl=cmd_table; sc_tbl->cmd; sc_tbl ++ ) in ssv_cmd_submit() 1702 if ( !strcmp(sg_argv[0], sc_tbl->cmd) ) in ssv_cmd_submit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | core.c | 1373 enum sta_notify_cmd cmd, in rtl_op_sta_notify() argument 1376 switch (cmd) { in rtl_op_sta_notify() 1506 static int rtl_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in rtl_op_set_key() argument 1533 cmd == SET_KEY ? "Using" : "Disabling", key->keyidx, in rtl_op_set_key() 1617 switch (cmd) { in rtl_op_set_key() 1695 pr_err("cmd_err:%x!!!!:\n", cmd); in rtl_op_set_key()
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | control.c | 695 unsigned int cmd, void __user *arg) in snd_ctl_card_info() argument 1699 static long snd_ctl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in snd_ctl_ioctl() argument 1712 switch (cmd) { in snd_ctl_ioctl() 1716 return snd_ctl_card_info(card, ctl, cmd, argp); in snd_ctl_ioctl() 1763 err = p->fioctl(card, ctl, cmd, arg); in snd_ctl_ioctl() 1770 dev_dbg(card->dev, "unknown ioctl = 0x%x\n", cmd); in snd_ctl_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | host.h | 23 #define CMD_RET(cmd) (0x8000 | cmd) argument
|
| /OK3568_Linux_fs/kernel/sound/soc/img/ |
| H A D | img-i2s-in.c | 160 static int img_i2s_in_trigger(struct snd_pcm_substream *substream, int cmd, in img_i2s_in_trigger() argument 165 switch (cmd) { in img_i2s_in_trigger()
|
| /OK3568_Linux_fs/kernel/drivers/net/hippi/ |
| H A D | rrunner.h | 458 struct cmd { struct 838 static int rr_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | vfio_ccw_ops.c | 517 unsigned int cmd, in vfio_ccw_mdev_ioctl() argument 523 switch (cmd) { in vfio_ccw_mdev_ioctl()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Makefile.lib | 270 $(call cmd,shipped) 393 $(call cmd,dtb_check)
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_cmd.c | 343 struct hclge_query_version_cmd *cmd) in hclge_parse_capability() argument 348 caps = __le32_to_cpu(cmd->caps[0]); in hclge_parse_capability()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | timerfd.c | 336 static long timerfd_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in timerfd_ioctl() argument 341 switch (cmd) { in timerfd_ioctl()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | zeus.c | 680 static void zeus_udc_command(int cmd) in zeus_udc_command() argument 682 switch (cmd) { in zeus_udc_command()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/ |
| H A D | fec.c | 321 bool valid_prio, unsigned int cmd, void *arg) in fec_ioctl_default() argument 328 switch (cmd) { in fec_ioctl_default()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | file.c | 88 int os_ioctl_generic(int fd, unsigned int cmd, unsigned long arg) in os_ioctl_generic() argument 92 err = ioctl(fd, cmd, arg); in os_ioctl_generic()
|
| /OK3568_Linux_fs/kernel/include/soc/fsl/qe/ |
| H A D | qe.h | 194 int qe_issue_cmd(u32 cmd, u32 device, u8 mcn_protocol, u32 cmd_input); 196 static inline int qe_issue_cmd(u32 cmd, u32 device, u8 mcn_protocol, in qe_issue_cmd() argument
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-pcf85063.c | 288 static int pcf85063_ioctl(struct device *dev, unsigned int cmd, in pcf85063_ioctl() argument 294 switch (cmd) { in pcf85063_ioctl()
|
| H A D | rtc-pcf8563.c | 283 static int pcf8563_rtc_ioctl(struct device *dev, unsigned int cmd, unsigned long arg) in pcf8563_rtc_ioctl() argument 288 switch (cmd) { in pcf8563_rtc_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-ahb-audio.c | 464 static int dw_hdmi_trigger(struct snd_pcm_substream *substream, int cmd) in dw_hdmi_trigger() argument 470 switch (cmd) { in dw_hdmi_trigger()
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.lib | 270 $(call cmd,shipped) 393 $(call cmd,dtb_check)
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | l2tp_ip.c | 563 int l2tp_ioctl(struct sock *sk, int cmd, unsigned long arg) in l2tp_ioctl() argument 568 switch (cmd) { in l2tp_ioctl()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3036/ |
| H A D | sdram_rk3036.c | 444 u32 rank, u32 cmd, u32 arg) in send_command() argument 446 writel((START_CMD | (rank << 20) | arg | cmd), &pctl->mcmd); in send_command()
|