Home
last modified time | relevance | path

Searched defs:cmd (Results 476 – 500 of 5219) sorted by relevance

1...<<11121314151617181920>>...209

/OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/
H A D82596.c234 struct i596_cmd cmd; member
242 struct i596_cmd cmd; member
248 struct i596_cmd cmd; member
254 struct i596_cmd cmd; member
259 struct i596_cmd cmd; member
265 unsigned short cmd; member
293 struct i596_cmd *cmd; member
441 static inline int wait_cfg(struct net_device *dev, struct i596_cmd *cmd, int delcnt, char *str) in wait_cfg()
459 struct i596_cmd *cmd; in i596_display_data() local
937 static void i596_add_cmd(struct net_device *dev, struct i596_cmd *cmd) in i596_add_cmd()
[all …]
H A Dlib82596.c201 struct i596_cmd cmd; member
215 struct i596_cmd cmd; member
221 struct i596_cmd cmd; member
227 struct i596_cmd cmd; member
232 struct i596_cmd cmd; member
238 unsigned short cmd; member
277 u32 cmd; member
438 struct i596_cmd *cmd; in i596_display_data() local
896 static void i596_add_cmd(struct net_device *dev, struct i596_cmd *cmd) in i596_add_cmd()
1404 struct mc_cmd *cmd; in set_multicast_list() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c155 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_get_scan_req_umac_data() local
172 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_get_scan_req_umac_channel() local
576 struct iwl_host_cmd cmd = { in iwl_mvm_config_sched_scan_profiles() local
668 struct iwl_host_cmd cmd = { in iwl_mvm_lmac_scan_abort() local
729 struct iwl_scan_req_lmac *cmd) in iwl_mvm_lmac_scan_cfg_channels()
862 struct iwl_scan_req_lmac *cmd, in iwl_mvm_scan_lmac_dwell()
980 struct iwl_scan_req_lmac *cmd = mvm->scan_cmd; in iwl_mvm_scan_lmac() local
1200 struct iwl_host_cmd cmd = { in iwl_mvm_legacy_config_scan() local
1291 struct iwl_host_cmd cmd = { in iwl_mvm_config_scan() local
1333 struct iwl_scan_req_umac *cmd, in iwl_mvm_scan_umac_dwell()
[all …]
/OK3568_Linux_fs/kernel/net/ncsi/
H A Dncsi-pkt.h38 struct ncsi_cmd_pkt_hdr cmd; /* Command header */ member
51 struct ncsi_cmd_pkt_hdr cmd; /* Command header */ member
60 struct ncsi_cmd_pkt_hdr cmd; /* Command header */ member
69 struct ncsi_cmd_pkt_hdr cmd; /* Command header */ member
77 struct ncsi_cmd_pkt_hdr cmd; /* Command header */ member
87 struct ncsi_cmd_pkt_hdr cmd; /* Command header */ member
96 struct ncsi_cmd_pkt_hdr cmd; /* Command header */ member
108 struct ncsi_cmd_pkt_hdr cmd; /* Command header */ member
117 struct ncsi_cmd_pkt_hdr cmd; /* Command header */ member
127 struct ncsi_cmd_pkt_hdr cmd; /* Command header */ member
[all …]
/OK3568_Linux_fs/kernel/net/bluetooth/hidp/
H A Dsock.c49 static int do_hidp_sock_ioctl(struct socket *sock, unsigned int cmd, void __user *argp) in do_hidp_sock_ioctl()
125 static int hidp_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in hidp_sock_ioctl()
147 static int hidp_sock_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in hidp_sock_compat_ioctl()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsbuslib.c100 int sbusfb_ioctl_helper(unsigned long cmd, unsigned long arg, in sbusfb_ioctl_helper()
195 static int fbiogetputcmap(struct fb_info *info, unsigned int cmd, unsigned long arg) in fbiogetputcmap()
243 int sbusfb_compat_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) in sbusfb_compat_ioctl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl12xx/
H A Dscan.c85 struct wl1271_cmd_scan *cmd; in wl1271_scan_send() local
179 struct wl1271_cmd_header *cmd = NULL; in wl12xx_scan_stop() local
292 static void wl12xx_adjust_channels(struct wl1271_cmd_sched_scan_config *cmd, in wl12xx_adjust_channels()
/OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c245 static int arm_smmu_cmdq_build_cmd(u64 *cmd, struct arm_smmu_cmdq_ent *ent) in arm_smmu_cmdq_build_cmd()
338 static void arm_smmu_cmdq_build_sync_cmd(u64 *cmd, struct arm_smmu_device *smmu, in arm_smmu_cmdq_build_sync_cmd()
368 u64 cmd[CMDQ_ENT_DWORDS]; in arm_smmu_cmdq_skip_err() local
617 u32 *cmd = (u32 *)(Q_ENT(&cmdq->q, llq->prod)); in __arm_smmu_cmdq_poll_until_msi() local
704 u64 *cmd = &cmds[i * CMDQ_ENT_DWORDS]; in arm_smmu_cmdq_write_entries() local
850 u64 cmd[CMDQ_ENT_DWORDS]; in arm_smmu_cmdq_issue_cmd() local
868 struct arm_smmu_cmdq_ent *cmd) in arm_smmu_cmdq_batch_add()
887 struct arm_smmu_cmdq_ent cmd = { in arm_smmu_tlb_inv_asid() local
904 struct arm_smmu_cmdq_ent cmd = { in arm_smmu_sync_cd() local
1164 struct arm_smmu_cmdq_ent cmd = { in arm_smmu_sync_ste_for_sid() local
[all …]
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_hwdep.c61 unsigned int cmd, unsigned long arg) in hda_hwdep_ioctl()
79 unsigned int cmd, unsigned long arg) in hda_hwdep_ioctl_compat()
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_utils.py156 def run_and_log(u_boot_console, cmd, ignore_errors=False): argument
179 def run_and_log_expect_exception(u_boot_console, cmd, retcode, msg): argument
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dl2cap_core.c3117 struct l2cap_cmd_hdr *cmd; in l2cap_build_cmd() local
4086 struct l2cap_cmd_hdr *cmd, u16 cmd_len, in l2cap_command_rej()
4111 struct l2cap_cmd_hdr *cmd, in l2cap_connect()
4254 struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) in l2cap_connect_req()
4273 struct l2cap_cmd_hdr *cmd, u16 cmd_len, in l2cap_connect_create_rsp()
4392 struct l2cap_cmd_hdr *cmd, u16 cmd_len, in l2cap_config_req()
4504 struct l2cap_cmd_hdr *cmd, u16 cmd_len, in l2cap_config_rsp()
4618 struct l2cap_cmd_hdr *cmd, u16 cmd_len, in l2cap_disconnect_req()
4665 struct l2cap_cmd_hdr *cmd, u16 cmd_len, in l2cap_disconnect_rsp()
4711 struct l2cap_cmd_hdr *cmd, u16 cmd_len, in l2cap_information_req()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c891 int rule_cnt = rule_idx + 1, cmd = elem->cmd_data.vlan_mac.cmd; in bnx2x_set_one_mac_e2() local
1077 enum bnx2x_vlan_mac_cmd cmd = elem->cmd_data.vlan_mac.cmd; in bnx2x_set_one_vlan_e2() local
1127 enum bnx2x_vlan_mac_cmd cmd = elem->cmd_data.vlan_mac.cmd; in bnx2x_set_one_vlan_mac_e2() local
1733 enum bnx2x_vlan_mac_cmd cmd = elem->cmd_data.vlan_mac.cmd; in bnx2x_vlan_mac_get_registry_elem() local
1791 enum bnx2x_vlan_mac_cmd cmd; in bnx2x_execute_vlan_mac() local
2399 struct eth_filter_rules_cmd *cmd, in bnx2x_rx_mode_set_cmd_state_e2()
2674 enum bnx2x_mcast_cmd cmd) in bnx2x_mcast_enqueue_cmd()
2833 enum bnx2x_mcast_cmd cmd) in bnx2x_mcast_set_one_rule_e2()
3220 enum bnx2x_mcast_cmd cmd, in bnx2x_mcast_handle_current_cmd()
3254 enum bnx2x_mcast_cmd cmd) in bnx2x_mcast_validate_e2()
[all …]
/OK3568_Linux_fs/kernel/fs/quota/
H A Dquota.c24 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission()
763 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, in do_quotactl()
832 static int quotactl_cmd_write(int cmd) in quotactl_cmd_write()
855 static bool quotactl_cmd_onoff(int cmd) in quotactl_cmd_onoff()
865 static struct super_block *quotactl_block(const char __user *special, int cmd) in quotactl_block()
900 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, in SYSCALL_DEFINE4() argument
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmxcmmc.c43 u32 cmd; member
111 struct mmc_cmd *cmd; member
162 static int mxcmci_start_cmd(struct mxcmci_host *host, struct mmc_cmd *cmd, in mxcmci_start_cmd()
196 struct mmc_cmd *cmd, struct mmc_data *data) in mxcmci_finish_request()
231 struct mmc_cmd *cmd = host->cmd; in mxcmci_read_response() local
390 static int mxcmci_request(struct mmc *mmc, struct mmc_cmd *cmd, in mxcmci_request()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-subdev.c357 static long subdev_do_ioctl(struct file *file, unsigned int cmd, void *arg) in subdev_do_ioctl()
692 static long subdev_do_ioctl_lock(struct file *file, unsigned int cmd, void *arg) in subdev_do_ioctl_lock()
707 static long subdev_ioctl(struct file *file, unsigned int cmd, in subdev_ioctl()
714 static long subdev_compat_ioctl32(struct file *file, unsigned int cmd, in subdev_compat_ioctl32()
725 static long subdev_ioctl(struct file *file, unsigned int cmd, in subdev_ioctl()
732 static long subdev_compat_ioctl32(struct file *file, unsigned int cmd, in subdev_compat_ioctl32()
/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdac_device.c256 int snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd, in snd_hdac_exec_verb()
278 unsigned int cmd = snd_hdac_make_cmd(codec, nid, verb, parm); in snd_hdac_read() local
296 unsigned int cmd; in _snd_hdac_read_parm() local
315 unsigned int cmd, val; in snd_hdac_read_parm_uncached() local
991 unsigned int cmd = snd_hdac_make_cmd(hdac, nid, verb, parm); in codec_read() local
1003 unsigned int cmd = snd_hdac_make_cmd(hdac, nid, verb, parm); in codec_write() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/
H A Dmwl8k.c447 static const char *mwl8k_cmd_name(__le16 cmd, char *buf, int bufsize) in mwl8k_cmd_name()
646 struct mwl8k_cmd_pkt *cmd; in mwl8k_load_fw_image() local
2200 static int mwl8k_post_cmd(struct ieee80211_hw *hw, struct mwl8k_cmd_pkt *cmd) in mwl8k_post_cmd()
2297 struct mwl8k_cmd_pkt *cmd) in mwl8k_post_pervif_cmd()
2458 struct mwl8k_cmd_get_hw_spec_sta *cmd; in mwl8k_cmd_get_hw_spec_sta() local
2523 struct mwl8k_cmd_get_hw_spec_ap *cmd; in mwl8k_cmd_get_hw_spec_ap() local
2625 struct mwl8k_cmd_set_hw_spec *cmd; in mwl8k_cmd_set_hw_spec() local
2685 struct mwl8k_cmd_mac_multicast_adr *cmd; in __mwl8k_cmd_mac_multicast_adr() local
2740 struct mwl8k_cmd_get_stat *cmd; in mwl8k_cmd_get_stat() local
2780 struct mwl8k_cmd_radio_control *cmd; in mwl8k_cmd_radio_control() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dpppox.c67 int pppox_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in pppox_ioctl()
103 int pppox_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in pppox_compat_ioctl()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-slave-system-control.c43 __be16 cmd; member
52 u16 cmd; in spi_slave_system_control_complete() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c144 struct gelic_eurus_cmd *cmd; in gelic_eurus_sync_cmd_worker() local
209 struct gelic_eurus_cmd *cmd; in gelic_eurus_sync_cmd() local
1393 struct gelic_eurus_cmd *cmd; in gelic_wl_get_wireless_stats() local
1429 struct gelic_eurus_cmd *cmd; in gelic_wl_start_scan() local
1498 struct gelic_eurus_cmd *cmd = NULL; in gelic_wl_scan_complete_event() local
1745 struct gelic_eurus_cmd *cmd; in gelic_wl_do_wep_setup() local
1836 struct gelic_eurus_cmd *cmd; in gelic_wl_do_wpa_setup() local
1915 struct gelic_eurus_cmd *cmd; in gelic_wl_associate_bss() local
2053 struct gelic_eurus_cmd *cmd; in gelic_wl_disconnect_event() local
2498 struct gelic_eurus_cmd *cmd; in gelic_wl_disconnect() local
/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A Discsi_target_configfs.c1340 struct iscsi_cmd *cmd = container_of(se_cmd, struct iscsi_cmd, se_cmd); in iscsi_get_cmd_state() local
1366 struct iscsi_cmd *cmd = container_of(se_cmd, struct iscsi_cmd, se_cmd); in lio_queue_data_in() local
1375 struct iscsi_cmd *cmd = container_of(se_cmd, struct iscsi_cmd, se_cmd); in lio_write_pending() local
1386 struct iscsi_cmd *cmd = container_of(se_cmd, struct iscsi_cmd, se_cmd); in lio_queue_status() local
1399 struct iscsi_cmd *cmd = container_of(se_cmd, struct iscsi_cmd, se_cmd); in lio_queue_tm_rsp() local
1407 struct iscsi_cmd *cmd = container_of(se_cmd, struct iscsi_cmd, se_cmd); in lio_aborted_task() local
1522 struct iscsi_cmd *cmd = container_of(se_cmd, struct iscsi_cmd, se_cmd); in lio_release_cmd() local
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dioctl.c142 long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_ioctl()
219 long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_compat_ioctl()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1691 } *cmd = buf; in vmw_cmd_check_define_gmrfb() local
2270 } *cmd; in vmw_cmd_dx_set_vertex_buffers() local
2439 } *cmd; in vmw_cmd_dx_view_define() local
2488 } *cmd; in vmw_cmd_dx_set_so_targets() local
2536 } *cmd; in vmw_cmd_dx_so_define() local
2571 } *cmd; in vmw_cmd_dx_check_subresource() local
2617 } *cmd = container_of(header, typeof(*cmd), header); in vmw_cmd_dx_view_remove() local
2868 } *cmd = container_of(header, typeof(*cmd), header); in vmw_cmd_clear_uav_uint() local
2887 } *cmd = container_of(header, typeof(*cmd), header); in vmw_cmd_clear_uav_float() local
2906 } *cmd = container_of(header, typeof(*cmd), header); in vmw_cmd_set_uav() local
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Daddi_apci_2032.c79 struct comedi_cmd *cmd) in apci2032_int_cmdtest()
127 struct comedi_cmd *cmd = &s->async->cmd; in apci2032_int_cmd() local
166 struct comedi_cmd *cmd = &s->async->cmd; in apci2032_interrupt() local
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.c490 static void mtip_complete_command(struct mtip_cmd *cmd, blk_status_t status) in mtip_complete_command()
511 struct mtip_cmd *cmd; in mtip_handle_tfe() local
698 struct mtip_cmd *cmd = mtip_cmd_from_tag(dd, MTIP_TAG_INTERNAL); in mtip_process_legacy() local
1954 static int mtip_hw_ioctl(struct driver_data *dd, unsigned int cmd, in mtip_hw_ioctl()
2587 struct mtip_cmd *cmd = blk_mq_rq_to_pdu(rq); in mtip_softirq_done_fn() local
2602 struct mtip_cmd *cmd = blk_mq_rq_to_pdu(req); in mtip_abort_cmd() local
3204 unsigned cmd, in mtip_block_ioctl()
3242 unsigned cmd, in mtip_block_compat_ioctl()
3427 struct mtip_cmd *cmd = blk_mq_rq_to_pdu(rq); in mtip_check_unal_depth() local
3451 struct mtip_cmd *cmd = blk_mq_rq_to_pdu(rq); in mtip_issue_reserved_cmd() local
[all …]

1...<<11121314151617181920>>...209