Home
last modified time | relevance | path

Searched defs:cmd (Results 401 – 425 of 4685) sorted by relevance

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-tiny-usb.c64 int cmd = CMD_I2C_IO; in usb_xfer() local
173 static int usb_read(struct i2c_adapter *adapter, int cmd, in usb_read()
193 static int usb_write(struct i2c_adapter *adapter, int cmd, in usb_write()
/openbmc/linux/drivers/scsi/
H A Dqla1280.c555 #define qla1280_print_scsi_cmd(level, cmd) \ argument
741 struct scsi_cmnd *cmd = sp->cmd; in _qla1280_wait_for_single_command() local
769 struct scsi_cmnd *cmd; in qla1280_wait_for_pending_commands() local
964 qla1280_eh_abort(struct scsi_cmnd * cmd) in qla1280_eh_abort()
980 qla1280_eh_device_reset(struct scsi_cmnd *cmd) in qla1280_eh_device_reset()
996 qla1280_eh_bus_reset(struct scsi_cmnd *cmd) in qla1280_eh_bus_reset()
1235 struct scsi_cmnd *cmd; in qla1280_done() local
2736 struct scsi_cmnd *cmd = sp->cmd; in qla1280_64bit_start_scsi() local
2990 struct scsi_cmnd *cmd = sp->cmd; in qla1280_32bit_start_scsi() local
3596 struct scsi_cmnd *cmd; in qla1280_status_entry() local
[all …]
H A Dsd.c1299 static blk_status_t sd_init_command(struct scsi_cmnd *cmd) in sd_init_command()
1508 unsigned int cmd, unsigned long arg) in sd_ioctl()
1661 unsigned char cmd[16] = { 0 }; in sd_sync_cache() local
1804 u8 cmd[10] = { PERSISTENT_RESERVE_IN, sa }; in sd_pr_in_command() local
1897 u8 cmd[16] = { 0, }; in sd_pr_out_command() local
2239 unsigned char cmd[10]; in sd_spinup_disk() local
2451 unsigned char cmd[16]; in read_capacity_16() local
2545 unsigned char cmd[16]; in read_capacity_10() local
3413 u8 *buffer, cmd[16] = { }; in sd_read_block_zero() local
3834 unsigned char cmd[6] = { START_STOP }; /* START_VALID */ in sd_start_stop_device() local
[all …]
/openbmc/linux/drivers/comedi/drivers/
H A Damplc_pci224.c484 struct comedi_cmd *cmd = &s->async->cmd; in pci224_ao_start() local
507 struct comedi_cmd *cmd = &s->async->cmd; in pci224_ao_handle_fifo() local
608 struct comedi_cmd *cmd = &s->async->cmd; in pci224_ao_inttrig_start() local
621 struct comedi_cmd *cmd) in pci224_ao_check_chanlist()
661 struct comedi_cmd *cmd) in pci224_ao_cmdtest()
833 struct comedi_cmd *cmd = &s->async->cmd; in pci224_ao_cmd() local
917 struct comedi_cmd *cmd = &s->async->cmd; in pci224_ao_munge() local
948 struct comedi_cmd *cmd; in pci224_interrupt() local
H A Dpcmmio.c326 struct comedi_cmd *cmd = &s->async->cmd; in pcmmio_handle_dio_intr() local
384 struct comedi_cmd *cmd = &s->async->cmd; in pcmmio_start_intr() local
428 struct comedi_cmd *cmd = &s->async->cmd; in pcmmio_inttrig_start_intr() local
449 struct comedi_cmd *cmd = &s->async->cmd; in pcmmio_cmd() local
468 struct comedi_cmd *cmd) in pcmmio_cmdtest()
538 unsigned char cmd = 0; in pcmmio_ai_insn_read() local
620 unsigned char cmd = 0; in pcmmio_ao_insn_write() local
/openbmc/linux/drivers/misc/ti-st/
H A Dst_ll.c18 unsigned char cmd) in send_ll_cmd()
119 unsigned char cmd) in st_ll_sleep_state()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dinit.c59 struct iwl_soc_configuration_cmd cmd = {}; in iwl_set_soc_latency() local
107 struct iwl_rfh_queue_config *cmd; in iwl_configure_rxq() local
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_main.c595 void *buffer, enum drbd_packet cmd, int size) in prepare_header()
632 struct drbd_socket *sock, enum drbd_packet cmd, in __send_command()
663 enum drbd_packet cmd, unsigned int header_size, in __conn_send_command()
670 enum drbd_packet cmd, unsigned int header_size, in conn_send_command()
681 enum drbd_packet cmd, unsigned int header_size, in drbd_send_command()
718 enum drbd_packet cmd; in drbd_send_sync_param() local
1043 enum drbd_packet cmd; in conn_send_state_req() local
1418 int drbd_send_drequest(struct drbd_peer_device *peer_device, int cmd, in drbd_send_drequest()
1435 void *digest, int digest_size, enum drbd_packet cmd) in drbd_send_drequest_csum()
1701 enum drbd_packet cmd = (dp_flags & DP_ZEROES) ? P_ZEROES : P_TRIM; in drbd_send_dblock() local
[all …]
/openbmc/linux/drivers/iommu/amd/
H A Diommu.c1191 struct iommu_cmd cmd; in iommu_completion_wait() local
1218 struct iommu_cmd cmd; in iommu_flush_dte() local
1246 struct iommu_cmd cmd; in amd_iommu_flush_tlb_all() local
1257 struct iommu_cmd cmd; in amd_iommu_flush_tlb_domid() local
1268 struct iommu_cmd cmd; in amd_iommu_flush_all() local
1278 struct iommu_cmd cmd; in iommu_flush_irt() local
1317 struct iommu_cmd cmd; in device_flush_iotlb() local
1386 struct iommu_cmd cmd; in __domain_flush_pages() local
2579 struct iommu_cmd cmd; in __flush_pasid() local
2777 struct iommu_cmd cmd; in amd_iommu_complete_ppr() local
[all …]
/openbmc/linux/arch/arm/kernel/
H A Dxscale-cp0.c33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) in dsp_do()
58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) in iwmmxt_do()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_ima.c19 const char *cmd) in _run_measured_process()
71 char cmd[256]; in test_test_ima() local
/openbmc/linux/arch/s390/kernel/
H A Dcpcmd.c64 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) in __cpcmd()
90 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) in cpcmd()
/openbmc/linux/arch/um/drivers/
H A Dharddog_kern.c124 unsigned int cmd, unsigned long arg) in harddog_ioctl_unlocked()
148 unsigned int cmd, unsigned long arg) in harddog_ioctl()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e63m0-dsi.c20 const u8 cmd, u8 *data) in s6e63m0_dsi_dcs_read()
41 u8 cmd; in s6e63m0_dsi_dcs_write() local
/openbmc/linux/drivers/net/phy/
H A Dphy.c289 struct ethtool_link_ksettings *cmd) in phy_ethtool_ksettings_get()
325 int phy_mii_ioctl(struct phy_device *phydev, struct ifreq *ifr, int cmd) in phy_mii_ioctl()
430 int phy_do_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in phy_do_ioctl()
449 int phy_do_ioctl_running(struct net_device *dev, struct ifreq *ifr, int cmd) in phy_do_ioctl_running()
1044 const struct ethtool_link_ksettings *cmd) in phy_ethtool_ksettings_set()
1679 struct ethtool_link_ksettings *cmd) in phy_ethtool_get_link_ksettings()
1693 const struct ethtool_link_ksettings *cmd) in phy_ethtool_set_link_ksettings()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_nvm.c27 struct ice_aqc_nvm *cmd; in ice_aq_read_nvm() local
130 struct ice_aqc_nvm *cmd; in ice_aq_update_nvm() local
166 struct ice_aqc_nvm *cmd; in ice_aq_erase_nvm() local
1098 struct ice_aqc_nvm_checksum *cmd; in ice_nvm_validate_checksum() local
1143 struct ice_aqc_nvm *cmd; in ice_nvm_write_activate() local
1194 struct ice_aqc_nvm_pkg_data *cmd; in ice_nvm_set_pkg_data() local
1232 struct ice_aqc_nvm_pass_comp_tbl *cmd; in ice_nvm_pass_component_tbl() local
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h225 sym_set_cam_status(struct scsi_cmnd *cmd, int status) in sym_set_cam_status()
235 sym_get_cam_status(struct scsi_cmnd *cmd) in sym_get_cam_status()
243 static inline void sym_set_cam_result_ok(struct sym_ccb *cp, struct scsi_cmnd *cmd, int resid) in sym_set_cam_result_ok()
251 #define sym_print_addr(cmd, arg...) dev_info(&cmd->device->sdev_gendev , ## arg) argument
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_mc_cmd.h93 #define MC_CMD_READ_OBJ_ID(cmd, obj_id) \ argument
97 #define CMD_DESTROY_SET_OBJ_ID_PARAM0(cmd, object_id) \ argument
123 struct mc_command *cmd) in mc_write_command()
171 static inline void mc_cmd_read_api_version(struct mc_command *cmd, in mc_cmd_read_api_version()
/openbmc/linux/drivers/mfd/
H A Dssbi.c112 u32 cmd = SSBI_CMD_RDWRN | ((addr & 0xff) << 16); in ssbi_read_bytes() local
171 ssbi_pa_transfer(struct ssbi *ssbi, u32 cmd, u8 *data) in ssbi_pa_transfer()
198 u32 cmd; in ssbi_pa_read_bytes() local
218 u32 cmd; in ssbi_pa_write_bytes() local
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_ethtool.c314 struct ethtool_rxnfc *cmd) in sxgbe_get_rss_hash_opts()
349 static int sxgbe_get_rxnfc(struct net_device *dev, struct ethtool_rxnfc *cmd, in sxgbe_get_rxnfc()
367 struct ethtool_rxnfc *cmd) in sxgbe_set_rss_hash_opt()
426 static int sxgbe_set_rxnfc(struct net_device *dev, struct ethtool_rxnfc *cmd) in sxgbe_set_rxnfc()
/openbmc/linux/drivers/input/mouse/
H A Dcypress_ps2.c60 static int cypress_ps2_ext_cmd(struct psmouse *psmouse, unsigned short cmd, in cypress_ps2_ext_cmd()
99 unsigned char cmd, in cypress_ps2_read_cmd_status()
139 unsigned char cmd, unsigned char *param) in cypress_verify_cmd_state()
169 static int cypress_send_ext_cmd(struct psmouse *psmouse, unsigned char cmd, in cypress_send_ext_cmd()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c238 struct vmw_surface_destroy *cmd = (struct vmw_surface_destroy *) in vmw_surface_destroy_encode() local
255 struct vmw_surface_define *cmd = (struct vmw_surface_define *) in vmw_surface_define_encode() local
362 void *cmd; in vmw_hw_surface_destroy() local
408 uint8_t *cmd; in vmw_legacy_srf_create() local
486 uint8_t *cmd; in vmw_legacy_srf_dma() local
569 uint8_t *cmd; in vmw_legacy_srf_destroy() local
1043 } *cmd; in vmw_gb_surface_create() local
1236 uint8_t *cmd; in vmw_gb_surface_unbind() local
1289 } *cmd; in vmw_gb_surface_destroy() local
1844 void *cmd; in vmw_surface_dirty_sync() local
[all …]
/openbmc/linux/fs/reiserfs/
H A Dioctl.c76 long reiserfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in reiserfs_ioctl()
125 long reiserfs_compat_ioctl(struct file *file, unsigned int cmd, in reiserfs_compat_ioctl()
/openbmc/linux/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()
/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py47 def exec_command(self, cmd): argument
87 def exec_command(self, cmd): argument
109 def exec_command(self, cmd): argument

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