Home
last modified time | relevance | path

Searched defs:cmd (Results 426 – 450 of 4685) sorted by relevance

1...<<11121314151617181920>>...188

/openbmc/linux/drivers/comedi/drivers/
H A Dc6xdigio.c71 unsigned int cmd, in c6xdigio_get_encoder_bits()
88 unsigned int cmd = C6XDIGIO_DATA_PWM | C6XDIGIO_DATA_CHAN(chan); in c6xdigio_pwm_write() local
113 unsigned int cmd = C6XDIGIO_DATA_ENCODER | C6XDIGIO_DATA_CHAN(chan); in c6xdigio_encoder_read() local
H A Ds626.c106 unsigned int cmd, unsigned int reg) in s626_mc_enable()
114 unsigned int cmd, unsigned int reg) in s626_mc_disable()
120 unsigned int cmd, unsigned int reg) in s626_mc_test()
1068 struct comedi_cmd *cmd = &s->async->cmd; in s626_handle_dio_interrupt() local
1132 struct comedi_cmd *cmd = &async->cmd; in s626_check_counter_interrupts() local
1192 struct comedi_cmd *cmd = &async->cmd; in s626_handle_eos_interrupt() local
1278 struct comedi_cmd *cmd = &s->async->cmd; in s626_reset_adc() local
1586 static int s626_ai_load_polllist(u8 *ppl, struct comedi_cmd *cmd) in s626_ai_load_polllist()
1606 struct comedi_cmd *cmd = &s->async->cmd; in s626_ai_inttrig() local
1695 struct comedi_cmd *cmd = &s->async->cmd; in s626_ai_cmd() local
[all …]
H A Dadl_pci9118.c288 struct comedi_cmd *cmd) in pci9118_ai_check_chanlist()
409 struct comedi_cmd *cmd = &s->async->cmd; in pci9118_ai_samples_ready() local
466 struct comedi_cmd *cmd = &s->async->cmd; in pci9118_ai_dma_xfer() local
536 struct comedi_cmd *cmd = &s->async->cmd; in pci9118_calc_divisors() local
622 struct comedi_cmd *cmd = &s->async->cmd; in pci9118_ai_get_onesample() local
639 struct comedi_cmd *cmd = &s->async->cmd; in pci9118_ai_get_dma() local
787 struct comedi_cmd *cmd = &s->async->cmd; in pci9118_ai_inttrig() local
802 struct comedi_cmd *cmd = &s->async->cmd; in pci9118_ai_setup_dma() local
920 struct comedi_cmd *cmd = &s->async->cmd; in pci9118_ai_cmd() local
1143 struct comedi_cmd *cmd) in pci9118_ai_cmdtest()
/openbmc/linux/arch/arm/mach-footbridge/
H A Ddc21285.c151 unsigned int cmd; in dc21285_abort_irq() local
211 unsigned int cmd; in dc21285_dparity_irq() local
226 unsigned int cmd; in dc21285_parity_irq() local
/openbmc/pldm/platform-mc/test/
H A Dplatform_manager_test.cpp47 uint8_t cmd = PLDM_GET_PDR; in TEST_F() local
206 uint8_t cmd = PLDM_GET_PDR; in TEST_F() local
364 uint8_t cmd = PLDM_GET_PDR_REPOSITORY_INFO; in TEST_F() local
/openbmc/ipmitool/lib/
H A Dipmi_firewall.c606 struct ipmi_function_params * p, struct command_support * cmd) in _get_subfn_support()
653 struct ipmi_function_params * p, struct command_support * cmd) in _get_subfn_configurable()
700 struct ipmi_function_params * p, struct command_support * cmd) in _get_subfn_enables()
748 struct ipmi_function_params * p, struct command_support * cmd, in _set_subfn_enables()
921 struct command_support * cmd; in ipmi_firewall_info() local
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c65 struct ccp_dma_cmd *cmd, *ctmp; in ccp_free_cmd_resources() local
141 struct ccp_dma_cmd *cmd; in ccp_issue_next_cmd() local
162 struct ccp_dma_cmd *cmd; in ccp_free_active_cmd() local
322 struct ccp_dma_cmd *cmd; in ccp_alloc_dma_cmd() local
363 struct ccp_dma_cmd *cmd; in ccp_create_desc() local
/openbmc/linux/drivers/iio/light/
H A Dvl6180.c128 static int vl6180_read(struct i2c_client *client, u16 cmd, void *databuf, in vl6180_read()
145 static int vl6180_read_byte(struct i2c_client *client, u16 cmd) in vl6180_read_byte()
157 static int vl6180_read_word(struct i2c_client *client, u16 cmd) in vl6180_read_word()
169 static int vl6180_write_byte(struct i2c_client *client, u16 cmd, u8 val) in vl6180_write_byte()
189 static int vl6180_write_word(struct i2c_client *client, u16 cmd, u16 val) in vl6180_write_word()
/openbmc/linux/drivers/scsi/
H A Dscsi.c89 void scsi_log_send(struct scsi_cmnd *cmd) in scsi_log_send()
115 void scsi_log_completion(struct scsi_cmnd *cmd, int disposition) in scsi_log_completion()
158 void scsi_finish_command(struct scsi_cmnd *cmd) in scsi_finish_command()
296 unsigned char cmd[16]; in scsi_vpd_inquiry() local
549 unsigned char cmd[16]; in scsi_report_opcode() local
/openbmc/linux/drivers/scsi/fnic/
H A Dvnic_devcmd.h61 #define _CMD_DIR(cmd) (((cmd) >> _CMD_DIRSHIFT) & _CMD_DIRMASK) argument
62 #define _CMD_FLAGS(cmd) (((cmd) >> _CMD_FLAGSSHIFT) & _CMD_FLAGSMASK) argument
63 #define _CMD_VTYPE(cmd) (((cmd) >> _CMD_VTYPESHIFT) & _CMD_VTYPEMASK) argument
64 #define _CMD_N(cmd) (((cmd) >> _CMD_NSHIFT) & _CMD_NMASK) argument
453 u32 cmd; /* RW */ member
474 u32 cmd; /* same command #defines as original */ member
/openbmc/linux/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()
/openbmc/linux/drivers/spi/
H A Dspi-slave-system-control.c43 __be16 cmd; member
52 u16 cmd; in spi_slave_system_control_complete() local
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_soc.c144 unsigned long mode, void *cmd) in fsl_rstcr_restart()
197 void __noreturn fsl_hv_restart(char *cmd) in fsl_hv_restart()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1347 struct ethtool_rxnfc *cmd) in mlx4_en_validate_flow()
1419 static int mlx4_en_ethtool_add_mac_rule(struct ethtool_rxnfc *cmd, in mlx4_en_ethtool_add_mac_rule()
1442 struct ethtool_rxnfc *cmd, in mlx4_en_ethtool_add_mac_rule_by_ipv4()
1466 struct ethtool_rxnfc *cmd, in add_ip_rule()
1504 struct ethtool_rxnfc *cmd, in add_tcp_udp_rule()
1572 struct ethtool_rxnfc *cmd, in mlx4_en_ethtool_to_net_trans_rule()
1612 struct ethtool_rxnfc *cmd) in mlx4_en_flow_replace()
1688 struct ethtool_rxnfc *cmd) in mlx4_en_flow_detach()
1717 static int mlx4_en_get_flow(struct net_device *dev, struct ethtool_rxnfc *cmd, in mlx4_en_get_flow()
1749 static int mlx4_en_get_rxnfc(struct net_device *dev, struct ethtool_rxnfc *cmd, in mlx4_en_get_rxnfc()
[all …]
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c462 struct scsi_cmnd *cmd; in ahc_linux_unmap_scb() local
521 static int ahc_linux_queue_lck(struct scsi_cmnd *cmd) in ahc_linux_queue_lck()
727 ahc_linux_abort(struct scsi_cmnd *cmd) in ahc_linux_abort()
741 ahc_linux_dev_reset(struct scsi_cmnd *cmd) in ahc_linux_dev_reset()
755 ahc_linux_bus_reset(struct scsi_cmnd *cmd) in ahc_linux_bus_reset()
802 #define BUILD_SCSIID(ahc, cmd) \ argument
1403 struct scsi_cmnd *cmd) in ahc_linux_run_command()
1673 struct scsi_cmnd *cmd; in ahc_done() local
1821 struct scsi_cmnd *cmd; in ahc_linux_handle_scsi_status() local
1921 ahc_linux_queue_cmd_complete(struct ahc_softc *ahc, struct scsi_cmnd *cmd) in ahc_linux_queue_cmd_complete()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c532 struct iwl_mac_ctx_cmd *cmd, in iwl_mvm_mac_ctxt_cmd_common()
577 struct iwl_mac_ctx_cmd *cmd) in iwl_mvm_mac_ctxt_send_cmd()
657 struct iwl_mac_ctx_cmd cmd = {}; in iwl_mvm_mac_ctxt_cmd_sta() local
730 struct iwl_mac_ctx_cmd cmd = {}; in iwl_mvm_mac_ctxt_cmd_listener() local
768 struct iwl_mac_ctx_cmd cmd = {}; in iwl_mvm_mac_ctxt_cmd_ibss() local
825 struct iwl_mac_ctx_cmd cmd = {}; in iwl_mvm_mac_ctxt_cmd_p2p_device() local
1022 struct iwl_host_cmd cmd = { in iwl_mvm_mac_ctxt_send_beacon_cmd() local
1251 struct iwl_mac_ctx_cmd *cmd, in iwl_mvm_mac_ctxt_cmd_fill_ap()
1314 struct iwl_mac_ctx_cmd cmd = {}; in iwl_mvm_mac_ctxt_cmd_ap() local
1332 struct iwl_mac_ctx_cmd cmd = {}; in iwl_mvm_mac_ctxt_cmd_go() local
[all …]
/openbmc/linux/ipc/
H A Dmsg.c401 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, in msgctl_down()
478 int cmd, struct msginfo *msginfo) in msgctl_info()
519 int cmd, struct msqid64_ds *p) in msgctl_stat()
597 static long ksys_msgctl(int msqid, int cmd, struct msqid_ds __user *buf, int version) in ksys_msgctl()
640 SYSCALL_DEFINE3(msgctl, int, msqid, int, cmd, struct msqid_ds __user *, buf) in SYSCALL_DEFINE3() argument
646 long ksys_old_msgctl(int msqid, int cmd, struct msqid_ds __user *buf) in ksys_old_msgctl()
653 SYSCALL_DEFINE3(old_msgctl, int, msqid, int, cmd, struct msqid_ds __user *, buf) in SYSCALL_DEFINE3() argument
732 static long compat_ksys_msgctl(int msqid, int cmd, void __user *uptr, int version) in compat_ksys_msgctl()
774 COMPAT_SYSCALL_DEFINE3(msgctl, int, msqid, int, cmd, void __user *, uptr) in COMPAT_SYSCALL_DEFINE3() argument
780 long compat_ksys_old_msgctl(int msqid, int cmd, void __user *uptr) in compat_ksys_old_msgctl()
[all …]
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c535 struct qeth_ipacmd_local_addrs4 *cmd) in qeth_add_local_addrs4()
578 struct qeth_ipacmd_local_addrs6 *cmd) in qeth_add_local_addrs6()
813 struct qeth_ipa_cmd *cmd) in qeth_check_ipa_data()
959 struct qeth_ipa_cmd *cmd = NULL; in qeth_issue_next_read_cb() local
3236 struct qeth_ipa_cmd *cmd; in qeth_query_ipassists_cb() local
3322 struct qeth_ipacmd_diagass *cmd; in qeth_get_diag_cmd() local
3403 struct qeth_ipa_cmd *cmd; in qeth_hw_trap() local
4402 struct qeth_ipa_cmd *cmd; in qeth_setadp_promisc_mode() local
4443 struct qeth_ipa_cmd *cmd; in qeth_setadpparms_change_macaddr() local
4531 struct qeth_ipa_cmd *cmd; in qeth_setadpparms_set_access_ctrl() local
[all …]
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c383 u64 cmd[CMDQ_ENT_DWORDS]; in __arm_smmu_cmdq_skip_err() local
868 u64 cmd[CMDQ_ENT_DWORDS]; in __arm_smmu_cmdq_issue_cmd() local
965 struct arm_smmu_cmdq_ent cmd = { in arm_smmu_tlb_inv_asid() local
982 struct arm_smmu_cmdq_ent cmd = { in arm_smmu_sync_cd() local
1246 struct arm_smmu_cmdq_ent cmd = { in arm_smmu_sync_ste_for_sid() local
1727 struct arm_smmu_cmdq_ent *cmd) in arm_smmu_atc_inv_to_cmd()
1795 struct arm_smmu_cmdq_ent cmd; in arm_smmu_atc_inv_master() local
1814 struct arm_smmu_cmdq_ent cmd; in arm_smmu_atc_inv_domain() local
1862 struct arm_smmu_cmdq_ent cmd; in arm_smmu_tlb_inv_context() local
1956 struct arm_smmu_cmdq_ent cmd = { in arm_smmu_tlb_inv_range_domain() local
[all …]
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.c208 int hinic_port_msg_cmd(struct hinic_hwdev *hwdev, enum hinic_port_cmd cmd, in hinic_port_msg_cmd()
220 int hinic_hilink_msg_cmd(struct hinic_hwdev *hwdev, enum hinic_hilink_cmd cmd, in hinic_hilink_msg_cmd()
529 enum hinic_mgmt_msg_cmd cmd, void *handle, in hinic_hwdev_cb_register()
554 enum hinic_mgmt_msg_cmd cmd) in hinic_hwdev_cb_unregister()
586 static void nic_mgmt_msg_handler(void *handle, u8 cmd, void *buf_in, in nic_mgmt_msg_handler()
625 u8 cmd, in hinic_comm_recv_mgmt_self_cmd_reg()
643 u8 cmd) in hinic_comm_recv_mgmt_self_cmd_unreg()
663 static void comm_mgmt_msg_handler(void *handle, u8 cmd, void *buf_in, in comm_mgmt_msg_handler()
/openbmc/linux/net/ncsi/
H A Dncsi-rsp.c278 struct ncsi_cmd_ae_pkt *cmd; in ncsi_rsp_handler_ae() local
307 struct ncsi_cmd_sl_pkt *cmd; in ncsi_rsp_handler_sl() local
361 struct ncsi_cmd_svf_pkt *cmd; in ncsi_rsp_handler_svf() local
398 struct ncsi_cmd_ev_pkt *cmd; in ncsi_rsp_handler_ev() local
450 struct ncsi_cmd_sma_pkt *cmd; in ncsi_rsp_handler_sma() local
496 struct ncsi_cmd_ebf_pkt *cmd; in ncsi_rsp_handler_ebf() local
548 struct ncsi_cmd_egmf_pkt *cmd; in ncsi_rsp_handler_egmf() local
601 struct ncsi_cmd_snfc_pkt *cmd; in ncsi_rsp_handler_snfc() local
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
127 struct ncsi_cmd_pkt_hdr cmd; /* Command header */ member
135 struct ncsi_cmd_pkt_hdr cmd; /* Command header */ member
[all …]
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dcfg.c905 struct cmd_ds_802_11_set_wep cmd; in lbs_remove_wep_keys() local
923 struct cmd_ds_802_11_set_wep cmd; in lbs_set_wep_keys() local
985 struct cmd_ds_802_11_enable_rsn cmd; in lbs_enable_rsn() local
1027 struct cmd_key_material cmd; in lbs_set_key_material() local
1071 struct cmd_ds_802_11_authenticate cmd; in lbs_set_authtype() local
1116 struct cmd_ds_802_11_associate *cmd = kzalloc(LBS_ASSOC_MAX_CMD_SIZE, in lbs_associate() local
1450 struct cmd_ds_802_11_deauthenticate cmd; in lbs_disconnect() local
1769 struct cmd_ds_802_11_ad_hoc_join cmd; in lbs_ibss_join_existing() local
1885 struct cmd_ds_802_11_ad_hoc_start cmd; in lbs_ibss_start_new() local
2005 struct cmd_ds_802_11_ad_hoc_stop cmd; in lbs_leave_ibss() local
/openbmc/linux/drivers/net/usb/
H A Dusbnet.c960 struct ethtool_link_ksettings *cmd) in usbnet_get_link_ksettings_mii()
974 struct ethtool_link_ksettings *cmd) in usbnet_get_link_ksettings_internal()
995 const struct ethtool_link_ksettings *cmd) in usbnet_set_link_ksettings_mii()
2001 static int __usbnet_read_cmd(struct usbnet *dev, u8 cmd, u8 reqtype, in __usbnet_read_cmd()
2032 static int __usbnet_write_cmd(struct usbnet *dev, u8 cmd, u8 reqtype, in __usbnet_write_cmd()
2068 int usbnet_read_cmd(struct usbnet *dev, u8 cmd, u8 reqtype, in usbnet_read_cmd()
2086 int usbnet_write_cmd(struct usbnet *dev, u8 cmd, u8 reqtype, in usbnet_write_cmd()
2104 int usbnet_read_cmd_nopm(struct usbnet *dev, u8 cmd, u8 reqtype, in usbnet_read_cmd_nopm()
2116 int usbnet_write_cmd_nopm(struct usbnet *dev, u8 cmd, u8 reqtype, in usbnet_write_cmd_nopm()
2142 int usbnet_write_cmd_async(struct usbnet *dev, u8 cmd, u8 reqtype, in usbnet_write_cmd_async()
/openbmc/linux/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()

1...<<11121314151617181920>>...188