/linux-3.3/include/linux/ |
D | fcntl.h | 58 #define IS_GETLK32(cmd) ((cmd) == F_GETLK) argument 59 #define IS_SETLK32(cmd) ((cmd) == F_SETLK) argument 60 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) argument 61 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64) argument 62 #define IS_SETLK64(cmd) ((cmd) == F_SETLK64) argument 63 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW64) argument 65 #define IS_GETLK32(cmd) (0) argument 66 #define IS_SETLK32(cmd) (0) argument 67 #define IS_SETLKW32(cmd) (0) argument 68 #define IS_GETLK64(cmd) ((cmd) == F_GETLK) argument [all …]
|
/linux-3.3/arch/m68k/atari/ |
D | atakeyb.c | 338 static const char cmd[2] = { 0x80, 0x01 }; in ikbd_reset() local 351 char cmd[2] = { 0x07, mode }; in ikbd_mouse_button_action() local 359 static const char cmd[1] = { 0x08 }; in ikbd_mouse_rel_pos() local 368 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos() local 376 char cmd[3] = { 0x0A, dx, dy }; in ikbd_mouse_kbd_mode() local 384 char cmd[3] = { 0x0B, x, y }; in ikbd_mouse_thresh() local 393 char cmd[3] = { 0x0C, x, y }; in ikbd_mouse_scale() local 401 static const char cmd[1] = { 0x0D }; in ikbd_mouse_pos_get() local 411 char cmd[6] = { 0x0E, 0x00, x>>8, x&0xFF, y>>8, y&0xFF }; in ikbd_mouse_pos_set() local 419 static const char cmd[1] = { 0x0F }; in ikbd_mouse_y0_bot() local [all …]
|
/linux-3.3/drivers/scsi/bfa/ |
D | bfad_bsg.c | 26 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() 75 bfad_iocmd_ioc_get_info(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_info() 113 bfad_iocmd_ioc_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_attr() 142 bfad_iocmd_ioc_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_stats() 152 bfad_iocmd_ioc_get_fwstats(struct bfad_s *bfad, void *cmd, in bfad_iocmd_ioc_get_fwstats() 182 bfad_iocmd_ioc_reset_stats(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_reset_stats() 200 bfad_iocmd_ioc_set_name(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_set_name() 214 bfad_iocmd_iocfc_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_iocfc_get_attr() 225 bfad_iocmd_iocfc_set_intr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_iocfc_set_intr() [all …]
|
/linux-3.3/drivers/target/ |
D | target_core_transport.c | 411 static void transport_all_task_dev_remove_state(struct se_cmd *cmd) in transport_all_task_dev_remove_state() 447 struct se_cmd *cmd, in transport_cmd_check_stop() 529 static int transport_cmd_check_stop_to_fabric(struct se_cmd *cmd) in transport_cmd_check_stop_to_fabric() 534 static void transport_lun_remove_cmd(struct se_cmd *cmd) in transport_lun_remove_cmd() 565 void transport_cmd_finish_abort(struct se_cmd *cmd, int remove) in transport_cmd_finish_abort() 578 static void transport_add_cmd_to_queue(struct se_cmd *cmd, int t_state, in transport_add_cmd_to_queue() 613 struct se_cmd *cmd; in transport_get_cmd_from_queue() local 632 static void transport_remove_cmd_from_queue(struct se_cmd *cmd) in transport_remove_cmd_from_queue() 658 void transport_complete_sync_cache(struct se_cmd *cmd, int good) in transport_complete_sync_cache() 679 struct se_cmd *cmd = container_of(work, struct se_cmd, work); in target_complete_failure_work() local [all …]
|
D | target_core_cdb.c | 69 target_emulate_inquiry_std(struct se_cmd *cmd) in target_emulate_inquiry_std() 143 target_emulate_evpd_80(struct se_cmd *cmd, unsigned char *buf) in target_emulate_evpd_80() 205 target_emulate_evpd_83(struct se_cmd *cmd, unsigned char *buf) in target_emulate_evpd_83() 485 target_emulate_evpd_86(struct se_cmd *cmd, unsigned char *buf) in target_emulate_evpd_86() 502 target_emulate_evpd_b0(struct se_cmd *cmd, unsigned char *buf) in target_emulate_evpd_b0() 586 target_emulate_evpd_b1(struct se_cmd *cmd, unsigned char *buf) in target_emulate_evpd_b1() 602 target_emulate_evpd_b2(struct se_cmd *cmd, unsigned char *buf) in target_emulate_evpd_b2() 670 target_emulate_evpd_00(struct se_cmd *cmd, unsigned char *buf) in target_emulate_evpd_00() 694 struct se_cmd *cmd = task->task_se_cmd; in target_emulate_inquiry() local 754 struct se_cmd *cmd = task->task_se_cmd; in target_emulate_readcapacity() local [all …]
|
/linux-3.3/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 51 void ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in ft_dump_cmd() 88 static void ft_free_cmd(struct ft_cmd *cmd) in ft_free_cmd() 106 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_release_cmd() local 122 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_queue_status() local 175 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_write_pending_status() local 185 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_write_pending() local 242 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_get_task_tag() local 262 struct ft_cmd *cmd = arg; in ft_recv_seq() local 337 static void ft_send_resp_code(struct ft_cmd *cmd, in ft_send_resp_code() 349 static void ft_send_resp_code_and_free(struct ft_cmd *cmd, in ft_send_resp_code_and_free() [all …]
|
/linux-3.3/drivers/net/wireless/mwifiex/ |
D | sta_cmd.c | 39 struct host_cmd_ds_command *cmd, u16 cmd_action) in mwifiex_cmd_802_11_rssi_info() 69 struct host_cmd_ds_command *cmd, in mwifiex_cmd_mac_control() 104 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_snmp_mib() 187 mwifiex_cmd_802_11_get_log(struct host_cmd_ds_command *cmd) in mwifiex_cmd_802_11_get_log() 205 struct host_cmd_ds_command *cmd, in mwifiex_cmd_tx_rate_cfg() 266 static int mwifiex_cmd_tx_power_cfg(struct host_cmd_ds_command *cmd, in mwifiex_cmd_tx_power_cfg() 317 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_hs_cfg() 375 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_mac_address() 400 mwifiex_cmd_mac_multicast_adr(struct host_cmd_ds_command *cmd, in mwifiex_cmd_mac_multicast_adr() 428 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_deauthenticate() [all …]
|
/linux-3.3/drivers/ide/ |
D | ide-taskfile.c | 27 void ide_tf_readback(ide_drive_t *drive, struct ide_cmd *cmd) in ide_tf_readback() 44 void ide_tf_dump(const char *s, struct ide_cmd *cmd) in ide_tf_dump() 59 struct ide_cmd cmd; in taskfile_lib_get_identify() local 81 struct ide_cmd *cmd = &hwif->cmd; in do_rw_taskfile() local 151 struct ide_cmd *cmd = &hwif->cmd; in task_no_data_intr() local 223 void ide_pio_bytes(ide_drive_t *drive, struct ide_cmd *cmd, in ide_pio_bytes() 282 static void ide_pio_datablock(ide_drive_t *drive, struct ide_cmd *cmd, in ide_pio_datablock() 307 static void ide_error_cmd(ide_drive_t *drive, struct ide_cmd *cmd) in ide_error_cmd() 325 void ide_finish_cmd(ide_drive_t *drive, struct ide_cmd *cmd, u8 stat) in ide_finish_cmd() 348 struct ide_cmd *cmd = &drive->hwif->cmd; in task_pio_intr() local [all …]
|
/linux-3.3/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
|
/linux-3.3/drivers/target/iscsi/ |
D | iscsi_target_erl1.c | 119 struct iscsi_cmd *cmd, in iscsit_send_recovery_r2t_for_snack() 141 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() 410 struct iscsi_cmd *cmd, in iscsit_handle_recovery_datain() 479 struct iscsi_cmd *cmd; in iscsit_handle_recovery_datain_or_r2t() local 511 struct iscsi_cmd *cmd = NULL; in iscsit_handle_status_snack() local 572 struct iscsi_cmd *cmd = NULL; in iscsit_handle_data_ack() local 603 struct iscsi_cmd *cmd, in iscsit_send_recovery_r2t() 617 struct iscsi_cmd *cmd, in iscsit_dataout_datapduinorder_no_fbit() [all …]
|
D | iscsi_target_datain_values.c | 45 void iscsit_attach_datain_req(struct iscsi_cmd *cmd, struct iscsi_datain_req *dr) in iscsit_attach_datain_req() 52 void iscsit_free_datain_req(struct iscsi_cmd *cmd, struct iscsi_datain_req *dr) in iscsit_free_datain_req() 61 void iscsit_free_all_datain_reqs(struct iscsi_cmd *cmd) in iscsit_free_all_datain_reqs() 73 struct iscsi_datain_req *iscsit_get_datain_req(struct iscsi_cmd *cmd) in iscsit_get_datain_req() 92 struct iscsi_cmd *cmd, in iscsit_set_datain_values_yes_and_yes() 190 struct iscsi_cmd *cmd, in iscsit_set_datain_values_no_and_yes() 311 struct iscsi_cmd *cmd, in iscsit_set_datain_values_yes_and_no() 410 struct iscsi_cmd *cmd, in iscsit_set_datain_values_no_and_no() 512 struct iscsi_cmd *cmd, in iscsit_get_datain_values()
|
D | iscsi_target_seq_pdu_list.c | 31 void iscsit_dump_seq_list(struct iscsi_cmd *cmd) in iscsit_dump_seq_list() 49 void iscsit_dump_pdu_list(struct iscsi_cmd *cmd) in iscsit_dump_pdu_list() 66 struct iscsi_cmd *cmd, in iscsit_ordered_seq_lists() 79 struct iscsi_cmd *cmd, in iscsit_ordered_pdu_lists() 126 struct iscsi_cmd *cmd, in iscsit_randomize_pdu_lists() 176 struct iscsi_cmd *cmd, in iscsit_randomize_seq_lists() 208 struct iscsi_cmd *cmd, in iscsit_determine_counts_for_list() 290 struct iscsi_cmd *cmd, in iscsit_build_pdu_and_seq_list() 499 struct iscsi_cmd *cmd, in iscsit_do_build_list() 534 struct iscsi_cmd *cmd, in iscsit_get_pdu_holder() [all …]
|
D | iscsi_target_util.c | 64 struct iscsi_cmd *cmd, in iscsit_add_r2t_to_list() 93 struct iscsi_cmd *cmd, in iscsit_get_r2t_for_eos() 114 struct iscsi_r2t *iscsit_get_r2t_from_list(struct iscsi_cmd *cmd) in iscsit_get_r2t_from_list() 135 void iscsit_free_r2t(struct iscsi_r2t *r2t, struct iscsi_cmd *cmd) in iscsit_free_r2t() 141 void iscsit_free_r2ts_from_list(struct iscsi_cmd *cmd) in iscsit_free_r2ts_from_list() 157 struct iscsi_cmd *cmd; in iscsit_allocate_cmd() local 188 struct iscsi_cmd *cmd; in iscsit_allocate_se_cmd() local 230 struct iscsi_cmd *cmd; in iscsit_allocate_se_cmd_for_tmr() local 304 struct iscsi_cmd *cmd, in iscsit_decide_list_to_build() 349 struct iscsi_cmd *cmd, in iscsit_get_seq_holder_for_datain() [all …]
|
D | iscsi_target_erl0.c | 41 struct iscsi_cmd *cmd) in iscsit_set_dataout_sequence_values() 77 struct iscsi_cmd *cmd, in iscsit_dataout_within_command_recovery_check() 142 struct iscsi_cmd *cmd, in iscsit_dataout_check_unsolicited_sequence() 217 struct iscsi_cmd *cmd, in iscsit_dataout_check_sequence() 345 struct iscsi_cmd *cmd, in iscsit_dataout_check_datasn() 400 struct iscsi_cmd *cmd, in iscsit_dataout_pre_datapduinorder_yes() 461 struct iscsi_cmd *cmd, in iscsit_dataout_pre_datapduinorder_no() 491 static int iscsit_dataout_update_r2t(struct iscsi_cmd *cmd, u32 offset, u32 length) in iscsit_dataout_update_r2t() 511 struct iscsi_cmd *cmd, in iscsit_dataout_update_datapduinorder_no() 544 struct iscsi_cmd *cmd, in iscsit_dataout_post_crc_passed() [all …]
|
D | iscsi_target_tmr.c | 39 struct iscsi_cmd *cmd, in iscsit_tmr_abort_task() 118 struct iscsi_cmd *cmd, in iscsit_tmr_task_reassign() 177 struct iscsi_cmd *cmd, in iscsit_task_reassign_remove_cmd() 199 struct iscsi_cmd *cmd = container_of(se_cmd, struct iscsi_cmd, se_cmd); in iscsit_task_reassign_complete_nop_out() local 228 struct iscsi_cmd *cmd, in iscsit_task_reassign_complete_write() 299 struct iscsi_cmd *cmd, in iscsit_task_reassign_complete_read() 352 struct iscsi_cmd *cmd, in iscsit_task_reassign_complete_none() 368 struct iscsi_cmd *cmd = container_of(se_cmd, struct iscsi_cmd, se_cmd); in iscsit_task_reassign_complete_scsi_cmnd() local 419 struct iscsi_cmd *cmd; in iscsit_task_reassign_complete() local 459 extern int iscsit_tmr_post_handler(struct iscsi_cmd *cmd, struct iscsi_conn *conn) in iscsit_tmr_post_handler() [all …]
|
/linux-3.3/drivers/net/wireless/iwmc3200wifi/ |
D | hal.c | 111 struct iwm_nonwifi_cmd *cmd, in iwm_nonwifi_cmd_init() 150 struct iwm_wifi_cmd *cmd, in iwm_wifi_cmd_init() 211 struct iwm_wifi_cmd *cmd; in iwm_get_pending_wifi_cmd() local 225 struct iwm_nonwifi_cmd *cmd; in iwm_get_pending_nonwifi_cmd() local 240 struct iwm_udma_nonwifi_cmd *cmd) in iwm_build_udma_nonwifi_hdr() 259 struct iwm_nonwifi_cmd *cmd) in iwm_send_udma_nonwifi_cmd() 294 struct iwm_udma_wifi_cmd *cmd) in iwm_build_udma_wifi_hdr() 311 struct iwm_umac_cmd *cmd) in iwm_build_umac_hdr() 325 struct iwm_wifi_cmd *cmd) in iwm_send_udma_wifi_cmd() 377 struct iwm_nonwifi_cmd *cmd; in iwm_hal_send_target_cmd() local [all …]
|
D | rx.c | 99 unsigned long buf_size, struct iwm_wifi_cmd *cmd) in iwm_ntf_error() 131 unsigned long buf_size, struct iwm_wifi_cmd *cmd) in iwm_ntf_umac_alive() 149 struct iwm_wifi_cmd *cmd) in iwm_ntf_init_complete() 169 struct iwm_wifi_cmd *cmd) in iwm_ntf_tx_credit_update() 201 unsigned long buf_size, struct iwm_wifi_cmd *cmd) in iwm_ntf_umac_reset() 210 struct iwm_wifi_cmd *cmd) in iwm_ntf_lmac_version() 218 unsigned long buf_size, struct iwm_wifi_cmd *cmd) in iwm_ntf_tx() 244 unsigned long buf_size, struct iwm_wifi_cmd *cmd) in iwm_ntf_calib_res() 281 struct iwm_wifi_cmd *cmd) in iwm_ntf_calib_complete() 289 unsigned long buf_size, struct iwm_wifi_cmd *cmd) in iwm_ntf_calib_cfg() [all …]
|
/linux-3.3/include/scsi/ |
D | scsi_cmnd.h | 154 static inline unsigned scsi_sg_count(struct scsi_cmnd *cmd) in scsi_sg_count() 159 static inline struct scatterlist *scsi_sglist(struct scsi_cmnd *cmd) in scsi_sglist() 164 static inline unsigned scsi_bufflen(struct scsi_cmnd *cmd) in scsi_bufflen() 169 static inline void scsi_set_resid(struct scsi_cmnd *cmd, int resid) in scsi_set_resid() 174 static inline int scsi_get_resid(struct scsi_cmnd *cmd) in scsi_get_resid() 179 #define scsi_for_each_sg(cmd, sg, nseg, __i) \ argument 182 static inline int scsi_bidi_cmnd(struct scsi_cmnd *cmd) in scsi_bidi_cmnd() 188 static inline struct scsi_data_buffer *scsi_in(struct scsi_cmnd *cmd) in scsi_in() 194 static inline struct scsi_data_buffer *scsi_out(struct scsi_cmnd *cmd) in scsi_out() 199 static inline int scsi_sg_copy_from_buffer(struct scsi_cmnd *cmd, in scsi_sg_copy_from_buffer() [all …]
|
/linux-3.3/drivers/mmc/core/ |
D | mmc_ops.c | 27 struct mmc_command cmd = {0}; in _mmc_select_card() local 62 struct mmc_command cmd = {0}; in mmc_card_sleepawake() local 97 struct mmc_command cmd = {0}; in mmc_go_idle() local 133 struct mmc_command cmd = {0}; in mmc_send_op_cond() local 174 struct mmc_command cmd = {0}; in mmc_all_send_cid() local 195 struct mmc_command cmd = {0}; in mmc_set_relative_addr() local 215 struct mmc_command cmd = {0}; in mmc_send_cxd_native() local 238 struct mmc_command cmd = {0}; in mmc_send_cxd_data() local 341 struct mmc_command cmd = {0}; in mmc_spi_read_ocr() local 356 struct mmc_command cmd = {0}; in mmc_spi_set_crc() local [all …]
|
D | sd_ops.c | 28 struct mmc_command cmd = {0}; in mmc_app_cmd() local 69 struct mmc_command *cmd, int retries) in mmc_wait_for_app_cmd() 124 struct mmc_command cmd = {0}; in mmc_app_set_bus_width() local 152 struct mmc_command cmd = {0}; in mmc_send_app_op_cond() local 195 struct mmc_command cmd = {0}; in mmc_send_if_cond() local 227 struct mmc_command cmd = {0}; in mmc_send_relative_addr() local 249 struct mmc_command cmd = {0}; in mmc_app_send_scr() local 308 struct mmc_command cmd = {0}; in mmc_sd_switch() local 353 struct mmc_command cmd = {0}; in mmc_app_sd_status() local
|
/linux-3.3/arch/ia64/xen/ |
D | xcom_hcall.c | 50 xencomm_hypercall_console_io(int cmd, int count, char *str) in xencomm_hypercall_console_io() 64 xencomm_hypercall_event_channel_op(int cmd, void *op) in xencomm_hypercall_event_channel_op() 76 xencomm_hypercall_xen_version(int cmd, void *arg) in xencomm_hypercall_xen_version() 119 xencomm_hypercall_physdev_op(int cmd, void *op) in xencomm_hypercall_physdev_op() 148 unsigned int cmd, void *op, unsigned int count, in xencommize_grant_table_op() 207 xencomm_hypercall_grant_table_op(unsigned int cmd, void *op, in xencomm_hypercall_grant_table_op() 223 xencomm_hypercall_sched_op(int cmd, void *arg) in xencomm_hypercall_sched_op() 306 xencomm_hypercall_callback_op(int cmd, void *arg) in xencomm_hypercall_callback_op() 344 xencomm_hypercall_memory_op(unsigned int cmd, void *arg) in xencomm_hypercall_memory_op() 412 xencomm_hypercall_vcpu_op(int cmd, int cpu, void *arg) in xencomm_hypercall_vcpu_op()
|
/linux-3.3/arch/arm/boot/compressed/ |
D | sdhi-shmobile.c | 189 static int sdhi_boot_request(void __iomem *base, struct mmc_command *cmd) in sdhi_boot_request() 232 struct mmc_command cmd; in sdhi_boot_do_read_single() local 307 struct mmc_command cmd; in sdhi_boot_init() local 320 struct mmc_command cmd; in sdhi_boot_init() local 332 struct mmc_command cmd; in sdhi_boot_init() local 367 struct mmc_command cmd; in sdhi_boot_init() local 388 struct mmc_command cmd; in sdhi_boot_init() local 403 struct mmc_command cmd; in sdhi_boot_init() local 415 struct mmc_command cmd; in sdhi_boot_init() local 426 struct mmc_command cmd; in sdhi_boot_init() local [all …]
|
/linux-3.3/drivers/scsi/ |
D | scsi.c | 173 struct scsi_cmnd *cmd; in scsi_pool_alloc_command() local 199 struct scsi_cmnd *cmd) in scsi_pool_free_command() 219 struct scsi_cmnd *cmd; in scsi_host_alloc_command() local 247 struct scsi_cmnd *cmd = scsi_host_alloc_command(shost, gfp_mask); in __scsi_get_command() local 286 struct scsi_cmnd *cmd; in scsi_get_command() local 316 void __scsi_put_command(struct Scsi_Host *shost, struct scsi_cmnd *cmd, in __scsi_put_command() 344 void scsi_put_command(struct scsi_cmnd *cmd) in scsi_put_command() 446 void scsi_free_command(gfp_t gfp_mask, struct scsi_cmnd *cmd) in scsi_free_command() 481 struct scsi_cmnd *cmd; in scsi_setup_command_freelist() local 519 struct scsi_cmnd *cmd; in scsi_destroy_command_freelist() local [all …]
|
/linux-3.3/drivers/net/wireless/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 236 struct cmd_ds_802_11_ps_mode cmd; in lbs_set_ps_mode() local 272 struct cmd_ds_802_11_sleep_params cmd; in lbs_cmd_802_11_sleep_params() local 367 struct cmd_header *cmd) in lbs_ret_host_sleep_activate() 378 struct cmd_header cmd; in lbs_set_host_sleep() local 438 struct cmd_ds_802_11_snmp_mib cmd; in lbs_set_snmp_mib() local 488 struct cmd_ds_802_11_snmp_mib cmd; in lbs_get_snmp_mib() local 533 struct cmd_ds_802_11_rf_tx_power cmd; in lbs_get_tx_power() local 565 struct cmd_ds_802_11_rf_tx_power cmd; in lbs_set_tx_power() local [all …]
|
/linux-3.3/arch/powerpc/platforms/powermac/ |
D | pfunc_core.c | 96 static u32 pmf_next32(struct pmf_cmd *cmd) in pmf_next32() 108 static const void* pmf_next_blob(struct pmf_cmd *cmd, int count) in pmf_next_blob() 124 #define PMF_PARSE_CALL(name, cmd, handlers, p...) \ argument 137 static int pmf_parser_write_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_gpio() 147 static int pmf_parser_read_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_gpio() 159 static int pmf_parser_write_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg32() 171 static int pmf_parser_read_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg32() 181 static int pmf_parser_write_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg16() 193 static int pmf_parser_read_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg16() 203 static int pmf_parser_write_reg8(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg8() [all …]
|