/Linux-v4.19/include/linux/ |
D | fcntl.h | 19 #define IS_GETLK32(cmd) ((cmd) == F_GETLK) argument 20 #define IS_SETLK32(cmd) ((cmd) == F_SETLK) argument 21 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) argument 22 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64) argument 23 #define IS_SETLK64(cmd) ((cmd) == F_SETLK64) argument 24 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW64) argument 26 #define IS_GETLK32(cmd) (0) argument 27 #define IS_SETLK32(cmd) (0) argument 28 #define IS_SETLKW32(cmd) (0) argument 29 #define IS_GETLK64(cmd) ((cmd) == F_GETLK) argument [all …]
|
/Linux-v4.19/drivers/md/ |
D | dm-cache-metadata.c | 237 static int superblock_read_lock(struct dm_cache_metadata *cmd, in superblock_read_lock() 244 static int superblock_lock_zero(struct dm_cache_metadata *cmd, in superblock_lock_zero() 251 static int superblock_lock(struct dm_cache_metadata *cmd, in superblock_lock() 289 static void __setup_mapping_info(struct dm_cache_metadata *cmd) in __setup_mapping_info() 306 static int __save_sm_root(struct dm_cache_metadata *cmd) in __save_sm_root() 319 static void __copy_sm_root(struct dm_cache_metadata *cmd, in __copy_sm_root() 327 static bool separate_dirty_bits(struct dm_cache_metadata *cmd) in separate_dirty_bits() 332 static int __write_initial_superblock(struct dm_cache_metadata *cmd) in __write_initial_superblock() 390 static int __format_metadata(struct dm_cache_metadata *cmd) in __format_metadata() 437 struct dm_cache_metadata *cmd) in __check_incompat_features() [all …]
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfad_bsg.c | 27 bfad_iocmd_ioc_enable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_enable() 50 bfad_iocmd_ioc_disable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_disable() 80 bfad_iocmd_ioc_get_info(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_info() 119 bfad_iocmd_ioc_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_attr() 148 bfad_iocmd_ioc_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_stats() 158 bfad_iocmd_ioc_get_fwstats(struct bfad_s *bfad, void *cmd, in bfad_iocmd_ioc_get_fwstats() 188 bfad_iocmd_ioc_reset_stats(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_reset_stats() 206 bfad_iocmd_ioc_set_name(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_set_name() 220 bfad_iocmd_iocfc_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_iocfc_get_attr() 231 bfad_iocmd_ioc_fw_sig_inv(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_fw_sig_inv() [all …]
|
/Linux-v4.19/arch/m68k/atari/ |
D | atakeyb.c | 337 static const char cmd[2] = { 0x80, 0x01 }; in ikbd_reset() local 350 char cmd[2] = { 0x07, mode }; in ikbd_mouse_button_action() local 358 static const char cmd[1] = { 0x08 }; in ikbd_mouse_rel_pos() local 367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos() local 375 char cmd[3] = { 0x0A, dx, dy }; in ikbd_mouse_kbd_mode() local 383 char cmd[3] = { 0x0B, x, y }; in ikbd_mouse_thresh() local 392 char cmd[3] = { 0x0C, x, y }; in ikbd_mouse_scale() local 400 static const char cmd[1] = { 0x0D }; in ikbd_mouse_pos_get() local 410 char cmd[6] = { 0x0E, 0x00, x>>8, x&0xFF, y>>8, y&0xFF }; in ikbd_mouse_pos_set() local 418 static const char cmd[1] = { 0x0F }; in ikbd_mouse_y0_bot() local [all …]
|
/Linux-v4.19/drivers/staging/fsl-dpaa2/rtc/ |
D | dprtc.c | 35 struct fsl_mc_command cmd = { 0 }; in dprtc_open() local 68 struct fsl_mc_command cmd = { 0 }; in dprtc_close() local 101 struct fsl_mc_command cmd = { 0 }; in dprtc_create() local 138 struct fsl_mc_command cmd = { 0 }; in dprtc_destroy() local 161 struct fsl_mc_command cmd = { 0 }; in dprtc_enable() local 181 struct fsl_mc_command cmd = { 0 }; in dprtc_disable() local 205 struct fsl_mc_command cmd = { 0 }; in dprtc_is_enabled() local 233 struct fsl_mc_command cmd = { 0 }; in dprtc_reset() local 264 struct fsl_mc_command cmd = { 0 }; in dprtc_set_irq_enable() local 294 struct fsl_mc_command cmd = { 0 }; in dprtc_get_irq_enable() local [all …]
|
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/ |
D | dpni.c | 97 struct fsl_mc_command cmd = { 0 }; in dpni_open() local 135 struct fsl_mc_command cmd = { 0 }; in dpni_close() local 163 struct fsl_mc_command cmd = { 0 }; in dpni_set_pools() local 197 struct fsl_mc_command cmd = { 0 }; in dpni_enable() local 220 struct fsl_mc_command cmd = { 0 }; in dpni_disable() local 245 struct fsl_mc_command cmd = { 0 }; in dpni_is_enabled() local 278 struct fsl_mc_command cmd = { 0 }; in dpni_reset() local 310 struct fsl_mc_command cmd = { 0 }; in dpni_set_irq_enable() local 341 struct fsl_mc_command cmd = { 0 }; in dpni_get_irq_enable() local 388 struct fsl_mc_command cmd = { 0 }; in dpni_set_irq_mask() local [all …]
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | sta_cmd.c | 48 struct host_cmd_ds_command *cmd, u16 cmd_action) in mwifiex_cmd_802_11_rssi_info() 78 struct host_cmd_ds_command *cmd, in mwifiex_cmd_mac_control() 113 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_snmp_mib() 153 mwifiex_cmd_802_11_get_log(struct host_cmd_ds_command *cmd) in mwifiex_cmd_802_11_get_log() 171 struct host_cmd_ds_command *cmd, in mwifiex_cmd_tx_rate_cfg() 242 static int mwifiex_cmd_tx_power_cfg(struct host_cmd_ds_command *cmd, in mwifiex_cmd_tx_power_cfg() 286 struct host_cmd_ds_command *cmd, in mwifiex_cmd_rf_tx_power() 303 struct host_cmd_ds_command *cmd, in mwifiex_cmd_rf_antenna() 361 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_hs_cfg() 436 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_mac_address() [all …]
|
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/ |
D | dpsw.c | 46 struct fsl_mc_command cmd = { 0 }; in dpsw_open() local 83 struct fsl_mc_command cmd = { 0 }; in dpsw_close() local 106 struct fsl_mc_command cmd = { 0 }; in dpsw_enable() local 129 struct fsl_mc_command cmd = { 0 }; in dpsw_disable() local 152 struct fsl_mc_command cmd = { 0 }; in dpsw_reset() local 184 struct fsl_mc_command cmd = { 0 }; in dpsw_set_irq_enable() local 221 struct fsl_mc_command cmd = { 0 }; in dpsw_set_irq_mask() local 254 struct fsl_mc_command cmd = { 0 }; in dpsw_get_irq_status() local 297 struct fsl_mc_command cmd = { 0 }; in dpsw_clear_irq_status() local 326 struct fsl_mc_command cmd = { 0 }; in dpsw_get_attributes() local [all …]
|
/Linux-v4.19/tools/testing/selftests/membarrier/ |
D | membarrier_test.c | 11 static int sys_membarrier(int cmd, int flags) in sys_membarrier() 18 int cmd = -1, flags = 0; in test_membarrier_cmd_fail() local 41 int cmd = MEMBARRIER_CMD_QUERY, flags = 1; in test_membarrier_flags_fail() local 64 int cmd = MEMBARRIER_CMD_GLOBAL, flags = 0; in test_membarrier_global_success() local 80 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_fail() local 103 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_register_private_expedited_success() local 120 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_success() local 137 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_private_expedited_sync_core_fail() local 160 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_register_private_expedited_sync_core_success() local 177 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_sync_core_success() local [all …]
|
/Linux-v4.19/drivers/target/ |
D | target_core_transport.c | 626 static void target_remove_from_state_list(struct se_cmd *cmd) in target_remove_from_state_list() 649 static int transport_cmd_check_stop_to_fabric(struct se_cmd *cmd) in transport_cmd_check_stop_to_fabric() 687 static void transport_lun_remove_cmd(struct se_cmd *cmd) in transport_lun_remove_cmd() 698 int transport_cmd_finish_abort(struct se_cmd *cmd) in transport_cmd_finish_abort() 726 struct se_cmd *cmd = container_of(work, struct se_cmd, work); in target_complete_failure_work() local 736 static unsigned char *transport_get_sense_buffer(struct se_cmd *cmd) in transport_get_sense_buffer() 755 void transport_copy_sense_to_cmd(struct se_cmd *cmd, unsigned char *sense) in transport_copy_sense_to_cmd() 773 void target_complete_cmd(struct se_cmd *cmd, u8 scsi_status) in target_complete_cmd() 829 void target_complete_cmd_with_length(struct se_cmd *cmd, u8 scsi_status, int length) in target_complete_cmd_with_length() 848 static void target_add_to_state_list(struct se_cmd *cmd) in target_add_to_state_list() [all …]
|
D | target_core_sbc.c | 45 sbc_emulate_readcapacity(struct se_cmd *cmd) in sbc_emulate_readcapacity() 88 sbc_emulate_readcapacity_16(struct se_cmd *cmd) in sbc_emulate_readcapacity_16() 151 sbc_emulate_startstop(struct se_cmd *cmd) in sbc_emulate_startstop() 182 sector_t sbc_get_write_same_sectors(struct se_cmd *cmd) in sbc_get_write_same_sectors() 206 sbc_execute_write_same_unmap(struct se_cmd *cmd) in sbc_execute_write_same_unmap() 223 sbc_emulate_noop(struct se_cmd *cmd) in sbc_emulate_noop() 229 static inline u32 sbc_get_size(struct se_cmd *cmd, u32 sectors) in sbc_get_size() 295 sbc_setup_write_same(struct se_cmd *cmd, unsigned char *flags, struct sbc_ops *ops) in sbc_setup_write_same() 355 static sense_reason_t xdreadwrite_callback(struct se_cmd *cmd, bool success, in xdreadwrite_callback() 414 sbc_execute_rw(struct se_cmd *cmd) in sbc_execute_rw() [all …]
|
D | target_core_spc.c | 64 spc_emulate_inquiry_std(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_inquiry_std() 125 spc_emulate_evpd_80(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_80() 174 spc_emulate_evpd_83(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_83() 441 spc_emulate_evpd_86(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_86() 483 spc_emulate_evpd_b0(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_b0() 577 spc_emulate_evpd_b1(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_b1() 590 spc_emulate_evpd_b2(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_b2() 654 spc_emulate_evpd_b3(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_b3() 685 spc_emulate_evpd_00(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_00() 704 spc_emulate_inquiry(struct se_cmd *cmd) in spc_emulate_inquiry() [all …]
|
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target_seq_pdu_list.c | 29 static void iscsit_dump_seq_list(struct iscsi_cmd *cmd) in iscsit_dump_seq_list() 47 static void iscsit_dump_pdu_list(struct iscsi_cmd *cmd) in iscsit_dump_pdu_list() 63 static void iscsit_dump_seq_list(struct iscsi_cmd *cmd) {} in iscsit_dump_seq_list() 64 static void iscsit_dump_pdu_list(struct iscsi_cmd *cmd) {} in iscsit_dump_pdu_list() 68 struct iscsi_cmd *cmd, in iscsit_ordered_seq_lists() 81 struct iscsi_cmd *cmd, in iscsit_ordered_pdu_lists() 128 struct iscsi_cmd *cmd, in iscsit_randomize_pdu_lists() 178 struct iscsi_cmd *cmd, in iscsit_randomize_seq_lists() 210 struct iscsi_cmd *cmd, in iscsit_determine_counts_for_list() 294 struct iscsi_cmd *cmd, in iscsit_do_build_pdu_and_seq_lists() [all …]
|
D | iscsi_target.c | 486 int iscsit_queue_rsp(struct iscsi_conn *conn, struct iscsi_cmd *cmd) in iscsit_queue_rsp() 492 void iscsit_aborted_task(struct iscsi_conn *conn, struct iscsi_cmd *cmd) in iscsit_aborted_task() 509 iscsit_xmit_nondatain_pdu(struct iscsi_conn *conn, struct iscsi_cmd *cmd, in iscsit_xmit_nondatain_pdu() 582 iscsit_xmit_datain_pdu(struct iscsi_conn *conn, struct iscsi_cmd *cmd, in iscsit_xmit_datain_pdu() 655 static int iscsit_xmit_pdu(struct iscsi_conn *conn, struct iscsi_cmd *cmd, in iscsit_xmit_pdu() 802 struct iscsi_cmd *cmd; in iscsit_add_reject() local 830 struct iscsi_cmd *cmd, in iscsit_add_reject_from_cmd() 874 static int iscsit_add_reject_cmd(struct iscsi_cmd *cmd, u8 reason, in iscsit_add_reject_cmd() 880 int iscsit_reject_cmd(struct iscsi_cmd *cmd, u8 reason, unsigned char *buf) in iscsit_reject_cmd() 891 struct iscsi_cmd *cmd, in iscsit_map_iovec() [all …]
|
D | iscsi_target_erl1.c | 121 struct iscsi_cmd *cmd, in iscsit_send_recovery_r2t_for_snack() 143 struct iscsi_cmd *cmd, in iscsit_handle_r2t_snack() 201 struct iscsi_cmd *cmd, in iscsit_create_recovery_datain_values_datasequenceinorder_yes() 247 struct iscsi_cmd *cmd, in iscsit_create_recovery_datain_values_datasequenceinorder_no() 405 struct iscsi_cmd *cmd, in iscsit_handle_recovery_datain() 473 struct iscsi_cmd *cmd; in iscsit_handle_recovery_datain_or_r2t() local 505 struct iscsi_cmd *cmd = NULL; in iscsit_handle_status_snack() local 568 struct iscsi_cmd *cmd = NULL; in iscsit_handle_data_ack() local 599 struct iscsi_cmd *cmd, in iscsit_send_recovery_r2t() 613 struct iscsi_cmd *cmd, in iscsit_dataout_datapduinorder_no_fbit() [all …]
|
D | iscsi_target_datain_values.c | 43 void iscsit_attach_datain_req(struct iscsi_cmd *cmd, struct iscsi_datain_req *dr) in iscsit_attach_datain_req() 50 void iscsit_free_datain_req(struct iscsi_cmd *cmd, struct iscsi_datain_req *dr) in iscsit_free_datain_req() 59 void iscsit_free_all_datain_reqs(struct iscsi_cmd *cmd) in iscsit_free_all_datain_reqs() 71 struct iscsi_datain_req *iscsit_get_datain_req(struct iscsi_cmd *cmd) in iscsit_get_datain_req() 87 struct iscsi_cmd *cmd, in iscsit_set_datain_values_yes_and_yes() 185 struct iscsi_cmd *cmd, in iscsit_set_datain_values_no_and_yes() 306 struct iscsi_cmd *cmd, in iscsit_set_datain_values_yes_and_no() 405 struct iscsi_cmd *cmd, in iscsit_set_datain_values_no_and_no() 507 struct iscsi_cmd *cmd, in iscsit_get_datain_values()
|
D | iscsi_target_erl0.c | 40 struct iscsi_cmd *cmd) in iscsit_set_dataout_sequence_values() 74 struct iscsi_cmd *cmd, in iscsit_dataout_within_command_recovery_check() 140 struct iscsi_cmd *cmd, in iscsit_dataout_check_unsolicited_sequence() 215 struct iscsi_cmd *cmd, in iscsit_dataout_check_sequence() 344 struct iscsi_cmd *cmd, in iscsit_dataout_check_datasn() 395 struct iscsi_cmd *cmd, in iscsit_dataout_pre_datapduinorder_yes() 457 struct iscsi_cmd *cmd, in iscsit_dataout_pre_datapduinorder_no() 488 static int iscsit_dataout_update_r2t(struct iscsi_cmd *cmd, u32 offset, u32 length) in iscsit_dataout_update_r2t() 508 struct iscsi_cmd *cmd, in iscsit_dataout_update_datapduinorder_no() 541 struct iscsi_cmd *cmd, in iscsit_dataout_post_crc_passed() [all …]
|
/Linux-v4.19/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 44 static void _ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in _ft_dump_cmd() 76 void ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in ft_dump_cmd() 82 static void ft_free_cmd(struct ft_cmd *cmd) in ft_free_cmd() 100 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_release_cmd() local 115 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_queue_status() local 189 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_write_pending_status() local 199 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_write_pending() local 256 struct ft_cmd *cmd = arg; in ft_recv_seq() local 333 static void ft_send_resp_code(struct ft_cmd *cmd, in ft_send_resp_code() 345 static void ft_send_resp_code_and_free(struct ft_cmd *cmd, in ft_send_resp_code_and_free() [all …]
|
/Linux-v4.19/include/scsi/ |
D | scsi_cmnd.h | 156 static inline void *scsi_cmd_priv(struct scsi_cmnd *cmd) in scsi_cmd_priv() 162 static inline struct scsi_driver *scsi_cmd_to_driver(struct scsi_cmnd *cmd) in scsi_cmd_to_driver() 180 static inline int scsi_dma_map(struct scsi_cmnd *cmd) { return -ENOSYS; } in scsi_dma_map() 181 static inline void scsi_dma_unmap(struct scsi_cmnd *cmd) { } in scsi_dma_unmap() 184 static inline unsigned scsi_sg_count(struct scsi_cmnd *cmd) in scsi_sg_count() 189 static inline struct scatterlist *scsi_sglist(struct scsi_cmnd *cmd) in scsi_sglist() 194 static inline unsigned scsi_bufflen(struct scsi_cmnd *cmd) in scsi_bufflen() 199 static inline void scsi_set_resid(struct scsi_cmnd *cmd, int resid) in scsi_set_resid() 204 static inline int scsi_get_resid(struct scsi_cmnd *cmd) in scsi_get_resid() 209 #define scsi_for_each_sg(cmd, sg, nseg, __i) \ argument [all …]
|
/Linux-v4.19/drivers/ide/ |
D | ide-taskfile.c | 28 void ide_tf_readback(ide_drive_t *drive, struct ide_cmd *cmd) in ide_tf_readback() 45 void ide_tf_dump(const char *s, struct ide_cmd *cmd) in ide_tf_dump() 60 struct ide_cmd cmd; in taskfile_lib_get_identify() local 82 struct ide_cmd *cmd = &hwif->cmd; in do_rw_taskfile() local 153 struct ide_cmd *cmd = &hwif->cmd; in task_no_data_intr() local 225 void ide_pio_bytes(ide_drive_t *drive, struct ide_cmd *cmd, in ide_pio_bytes() 274 static void ide_pio_datablock(ide_drive_t *drive, struct ide_cmd *cmd, in ide_pio_datablock() 299 static void ide_error_cmd(ide_drive_t *drive, struct ide_cmd *cmd) in ide_error_cmd() 317 void ide_finish_cmd(ide_drive_t *drive, struct ide_cmd *cmd, u8 stat) in ide_finish_cmd() 340 struct ide_cmd *cmd = &drive->hwif->cmd; in task_pio_intr() local [all …]
|
/Linux-v4.19/net/ncsi/ |
D | ncsi-cmd.c | 67 struct ncsi_cmd_pkt *cmd; in ncsi_cmd_handler_default() local 78 struct ncsi_cmd_sp_pkt *cmd; in ncsi_cmd_handler_sp() local 90 struct ncsi_cmd_dc_pkt *cmd; in ncsi_cmd_handler_dc() local 102 struct ncsi_cmd_rc_pkt *cmd; in ncsi_cmd_handler_rc() local 113 struct ncsi_cmd_ae_pkt *cmd; in ncsi_cmd_handler_ae() local 126 struct ncsi_cmd_sl_pkt *cmd; in ncsi_cmd_handler_sl() local 139 struct ncsi_cmd_svf_pkt *cmd; in ncsi_cmd_handler_svf() local 153 struct ncsi_cmd_ev_pkt *cmd; in ncsi_cmd_handler_ev() local 165 struct ncsi_cmd_sma_pkt *cmd; in ncsi_cmd_handler_sma() local 181 struct ncsi_cmd_ebf_pkt *cmd; in ncsi_cmd_handler_ebf() local [all …]
|
/Linux-v4.19/drivers/staging/wilc1000/ |
D | wilc_sdio.c | 47 static int wilc_sdio_cmd52(struct wilc *wilc, struct sdio_cmd52 *cmd) in wilc_sdio_cmd52() 76 static int wilc_sdio_cmd53(struct wilc *wilc, struct sdio_cmd53 *cmd) in wilc_sdio_cmd53() 149 struct sdio_cmd52 cmd; in sdio_reset() local 273 struct sdio_cmd52 cmd; in sdio_set_func0_csa_address() local 314 struct sdio_cmd52 cmd; in sdio_set_func0_block_size() local 350 struct sdio_cmd52 cmd; in sdio_set_func1_block_size() local 389 struct sdio_cmd52 cmd; in sdio_write_reg() local 403 struct sdio_cmd53 cmd; in sdio_write_reg() local 438 struct sdio_cmd53 cmd; in sdio_write() local 529 struct sdio_cmd52 cmd; in sdio_read_reg() local [all …]
|
/Linux-v4.19/drivers/bus/fsl-mc/ |
D | dprc.c | 27 struct fsl_mc_command cmd = { 0 }; in dprc_open() local 64 struct fsl_mc_command cmd = { 0 }; in dprc_close() local 91 struct fsl_mc_command cmd = { 0 }; in dprc_set_irq() local 129 struct fsl_mc_command cmd = { 0 }; in dprc_set_irq_enable() local 165 struct fsl_mc_command cmd = { 0 }; in dprc_set_irq_mask() local 197 struct fsl_mc_command cmd = { 0 }; in dprc_get_irq_status() local 239 struct fsl_mc_command cmd = { 0 }; in dprc_clear_irq_status() local 267 struct fsl_mc_command cmd = { 0 }; in dprc_get_attributes() local 305 struct fsl_mc_command cmd = { 0 }; in dprc_get_obj_count() local 347 struct fsl_mc_command cmd = { 0 }; in dprc_get_obj() local [all …]
|
/Linux-v4.19/drivers/net/wireless/marvell/libertas/ |
D | cmd.c | 67 static u8 is_command_allowed_in_ps(u16 cmd) in is_command_allowed_in_ps() 90 struct cmd_ds_get_hw_spec cmd; in lbs_update_hw_spec() local 232 struct cmd_ds_802_11_ps_mode cmd; in lbs_set_ps_mode() local 265 struct cmd_ds_802_11_sleep_params cmd; in lbs_cmd_802_11_sleep_params() local 351 struct cmd_header *cmd) in lbs_ret_host_sleep_activate() 361 struct cmd_header cmd; in lbs_set_host_sleep() local 419 struct cmd_ds_802_11_snmp_mib cmd; in lbs_set_snmp_mib() local 466 struct cmd_ds_802_11_snmp_mib cmd; in lbs_get_snmp_mib() local 508 struct cmd_ds_802_11_rf_tx_power cmd; in lbs_get_tx_power() local 537 struct cmd_ds_802_11_rf_tx_power cmd; in lbs_set_tx_power() local [all …]
|
/Linux-v4.19/drivers/misc/ibmasm/ |
D | command.c | 36 struct command *cmd; in ibmasm_new_command() local 68 struct command *cmd = to_command(kref); in ibmasm_free_command() local 77 static void enqueue_command(struct service_processor *sp, struct command *cmd) in enqueue_command() 84 struct command *cmd; in dequeue_command() local 119 void ibmasm_exec_command(struct service_processor *sp, struct command *cmd) in ibmasm_exec_command() 162 void ibmasm_wait_for_response(struct command *cmd, int timeout) in ibmasm_wait_for_response() 177 struct command *cmd = sp->current_command; in ibmasm_receive_command_response() local
|