/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | power.c | 23 struct iwl_beacon_filter_cmd *cmd, in iwl_mvm_beacon_filter_send_cmd() 72 struct iwl_beacon_filter_cmd *cmd) in iwl_mvm_beacon_filter_set_cqm_params() 87 struct iwl_mac_power_cmd *cmd) in iwl_mvm_power_log() 125 struct iwl_mac_power_cmd *cmd) in iwl_mvm_power_configure_uapsd() 306 struct iwl_mac_power_cmd *cmd) in iwl_mvm_power_config_skip_dtim() 340 struct iwl_mac_power_cmd *cmd) in iwl_mvm_power_build_cmd() 459 struct iwl_mac_power_cmd cmd = {}; in iwl_mvm_power_send_cmd() local 473 struct iwl_device_power_cmd cmd = { in iwl_mvm_power_update_device() local 705 struct iwl_mac_power_cmd cmd = {}; in iwl_mvm_power_mac_dbgfs_read() local 835 struct iwl_beacon_filter_cmd cmd = { in iwl_mvm_enable_beacon_filter() local [all …]
|
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | sdio.c | 203 struct sdio_cmd52 cmd; in wilc_sdio_reset() local 291 struct sdio_cmd52 cmd; in wilc_sdio_set_func0_csa_address() local 334 struct sdio_cmd52 cmd; in wilc_sdio_set_block_size() local 375 struct sdio_cmd52 cmd; in wilc_sdio_write_reg() local 387 struct sdio_cmd53 cmd; in wilc_sdio_write_reg() local 419 struct sdio_cmd53 cmd; in wilc_sdio_write() local 495 struct sdio_cmd52 cmd; in wilc_sdio_read_reg() local 542 struct sdio_cmd53 cmd; in wilc_sdio_read() local 629 struct sdio_cmd52 cmd; in wilc_sdio_init() local 739 struct sdio_cmd52 cmd; in wilc_sdio_read_size() local [all …]
|
/openbmc/linux/drivers/mmc/core/ |
H A D | mmc_ops.c | 66 struct mmc_command *cmd; member 72 struct mmc_command cmd = {}; in __mmc_send_status() local 101 struct mmc_command cmd = {}; in _mmc_select_card() local 137 struct mmc_command cmd = {}; in mmc_set_dsr() local 150 struct mmc_command cmd = {}; in mmc_go_idle() local 225 struct mmc_command cmd = {}; in mmc_send_op_cond() local 251 struct mmc_command cmd = {}; in mmc_set_relative_addr() local 264 struct mmc_command cmd = {}; in mmc_send_cxd_native() local 287 struct mmc_command cmd = {}; in mmc_send_adtc_data() local 402 struct mmc_command cmd = {}; in mmc_spi_read_ocr() local [all …]
|
/openbmc/qemu/hw/ipmi/ |
H A D | ipmi_bmc_sim.c | 861 uint8_t *cmd, unsigned int cmd_len, in cold_reset() 876 uint8_t *cmd, unsigned int cmd_len, in warm_reset() 976 uint8_t *cmd, unsigned int cmd_len, in get_msg() 1014 uint8_t *cmd, unsigned int cmd_len, in send_msg() 1252 uint8_t *cmd, unsigned int cmd_len, in get_sdr() 1296 uint8_t *cmd, unsigned int cmd_len, in add_sdr() 1338 uint8_t *cmd, unsigned int cmd_len, in get_sel_info() 1360 uint8_t *cmd, unsigned int cmd_len, in get_fru_area_info() 1381 uint8_t *cmd, unsigned int cmd_len, in read_fru_data() 1445 uint8_t *cmd, unsigned int cmd_len, in reserve_sel() [all …]
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 603 struct fw_reset_cmd cmd; in t4vf_fw_reset() local 664 struct fw_params_cmd cmd; in t4vf_set_params() local 1093 struct fw_pfvf_cmd cmd, rpl; in t4vf_get_vfres() local 1339 struct fw_vi_cmd cmd, rpl; in t4vf_alloc_vi() local 1371 struct fw_vi_cmd cmd; in t4vf_free_vi() local 1617 struct fw_vi_mac_cmd cmd; in t4vf_free_mac_filt() local 1740 struct fw_vi_mac_cmd cmd; in t4vf_set_addr_hash() local 1843 struct fw_iq_cmd cmd; in t4vf_iq_free() local 1869 struct fw_eq_eth_cmd cmd; in t4vf_eth_eq_free() local 2201 struct fw_acl_mac_cmd cmd; in t4vf_get_vf_mac_acl() local [all …]
|
/openbmc/linux/tools/perf/ |
H A D | perf.c | 44 const char *cmd; member 98 const char *cmd; member 117 static int check_pager_config(const char *cmd) in check_pager_config() 141 static int check_browser_config(const char *cmd) in check_browser_config() 185 const char *cmd = (*argv)[0]; in handle_options() local 360 const char *cmd = argv[0]; in handle_internal_command() local 381 char *cmd; in execv_dashed_external() local 435 const char *cmd; in main() local
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | mailbox_s10.c | 84 static __always_inline int mbox_prepare_cmd_only(u8 id, u32 cmd, in mbox_prepare_cmd_only() 107 static __always_inline int mbox_send_cmd_only_common(u8 id, u32 cmd, in mbox_send_cmd_only_common() 150 static __always_inline int mbox_send_cmd_common(u8 id, u32 cmd, u8 is_indirect, in mbox_send_cmd_common() 346 static __always_inline int mbox_get_fpga_config_status_common(u32 cmd) in mbox_get_fpga_config_status_common() 383 int mbox_get_fpga_config_status(u32 cmd) in mbox_get_fpga_config_status() 388 int __secure mbox_get_fpga_config_status_psci(u32 cmd) in mbox_get_fpga_config_status_psci() 393 int mbox_send_cmd(u8 id, u32 cmd, u8 is_indirect, u32 len, u32 *arg, in mbox_send_cmd() 400 int __secure mbox_send_cmd_psci(u8 id, u32 cmd, u8 is_indirect, u32 len, in mbox_send_cmd_psci() 408 int mbox_send_cmd_only(u8 id, u32 cmd, u8 is_indirect, u32 len, u32 *arg) in mbox_send_cmd_only() 413 int __secure mbox_send_cmd_only_psci(u8 id, u32 cmd, u8 is_indirect, u32 len, in mbox_send_cmd_only_psci()
|
/openbmc/linux/net/bluetooth/ |
H A D | mgmt_util.c | 126 int mgmt_cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status) in mgmt_cmd_status() 169 int mgmt_cmd_complete(struct sock *sk, u16 index, u16 cmd, u8 status, in mgmt_cmd_complete() 220 struct mgmt_pending_cmd *cmd; in mgmt_pending_find() local 237 struct mgmt_pending_cmd *cmd; in mgmt_pending_find_data() local 250 void (*cb)(struct mgmt_pending_cmd *cmd, void *data), in mgmt_pending_foreach() 253 struct mgmt_pending_cmd *cmd, *tmp; in mgmt_pending_foreach() local 267 struct mgmt_pending_cmd *cmd; in mgmt_pending_new() local 294 struct mgmt_pending_cmd *cmd; in mgmt_pending_add() local 305 void mgmt_pending_free(struct mgmt_pending_cmd *cmd) in mgmt_pending_free() 312 void mgmt_pending_remove(struct mgmt_pending_cmd *cmd) in mgmt_pending_remove()
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | run-command.c | 29 int start_command(struct child_process *cmd) in start_command() 200 int finish_command(struct child_process *cmd) in finish_command() 205 int run_command(struct child_process *cmd) in run_command() 213 static void prepare_run_command_v_opt(struct child_process *cmd, in prepare_run_command_v_opt() 226 struct child_process cmd; in run_command_v_opt() local
|
/openbmc/linux/drivers/nvme/target/ |
H A D | tcp.c | 150 struct nvmet_tcp_cmd *cmd; member 198 struct nvmet_tcp_cmd *cmd) in nvmet_tcp_cmd_tag() 235 struct nvmet_tcp_cmd *cmd; in nvmet_tcp_get_cmd() local 422 struct nvmet_tcp_cmd *cmd) in nvmet_tcp_calc_ddgst() 510 struct nvmet_tcp_cmd *cmd; in nvmet_tcp_process_resp_list() local 547 struct nvmet_tcp_cmd *cmd = in nvmet_tcp_queue_response() local 958 struct nvmet_tcp_cmd *cmd; in nvmet_tcp_handle_h2c_data_pdu() local 1180 struct nvmet_tcp_cmd *cmd = queue->cmd; in nvmet_tcp_try_recv_data() local 1207 struct nvmet_tcp_cmd *cmd = queue->cmd; in nvmet_tcp_try_recv_ddgst() local 1462 struct nvmet_tcp_cmd *cmd = queue->cmds; in nvmet_tcp_uninit_data_in_cmds() local [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 155 | 219 cmd = 'drive-mirror' variable in TestDriveMirrorAbsolutePaths 223 cmd = 'drive-mirror' variable in TestDriveMirrorExistingNoBacking 228 cmd = 'drive-mirror' variable in TestDriveMirrorExistingBacking 233 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorNoBacking 238 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorBacking 243 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorForcedBacking 251 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorReopen 272 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorSnapshot
|
/openbmc/linux/include/sound/ |
H A D | hda_regmap.h | 82 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_write() local 101 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_update() local 118 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_read() local 139 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_get_amp() local 163 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_update_amp() local 184 unsigned int cmd = snd_hdac_regmap_encode_amp_stereo(nid, dir, idx); in snd_hdac_regmap_get_amp_stereo() local 208 unsigned int cmd = snd_hdac_regmap_encode_amp_stereo(nid, dir, idx); in snd_hdac_regmap_update_amp_stereo() local
|
/openbmc/linux/drivers/media/cec/core/ |
H A D | cec-pin-error-inj.c | 16 const char *cmd; member 51 u16 cmd = CEC_ERROR_INJ_OP_ANY; in cec_pin_rx_error_inj() local 63 u16 cmd = CEC_ERROR_INJ_OP_ANY; in cec_pin_tx_error_inj() local 194 const char *cmd = cec_error_inj_cmds[i].cmd; in cec_pin_error_inj_parse_line() local 240 static void cec_pin_show_cmd(struct seq_file *sf, u32 cmd, u8 mode) in cec_pin_show_cmd() 315 const char *cmd = cec_error_inj_cmds[j].cmd; in cec_pin_error_inj_show() local
|
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-comp.c | 51 static int init_rdma(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_rdma() 79 struct mdp_cmdq_cmd *cmd, in config_rdma_frame() 183 struct mdp_cmdq_cmd *cmd, u32 index) in config_rdma_subfrm() 290 struct mdp_cmdq_cmd *cmd, in config_rsz_frame() 327 struct mdp_cmdq_cmd *cmd, u32 index) in config_rsz_subfrm() 390 struct mdp_cmdq_cmd *cmd, u32 index) in advance_rsz_subfrm() 434 struct mdp_cmdq_cmd *cmd, in config_wrot_frame() 502 struct mdp_cmdq_cmd *cmd, u32 index) in config_wrot_subfrm() 592 struct mdp_cmdq_cmd *cmd, in config_wdma_frame() 638 struct mdp_cmdq_cmd *cmd, u32 index) in config_wdma_subfrm() [all …]
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_adminq.c | 357 union gve_adminq_command *cmd; in gve_adminq_issue_cmd() local 477 union gve_adminq_command cmd; in gve_adminq_configure_device_resources() local 498 union gve_adminq_command cmd; in gve_adminq_deconfigure_device_resources() local 509 union gve_adminq_command cmd; in gve_adminq_create_tx_queue() local 567 union gve_adminq_command cmd; in gve_adminq_create_rx_queue() local 634 union gve_adminq_command cmd; in gve_adminq_destroy_tx_queue() local 666 union gve_adminq_command cmd; in gve_adminq_destroy_rx_queue() local 774 union gve_adminq_command cmd; in gve_adminq_describe_device() local 882 union gve_adminq_command cmd; in gve_adminq_register_page_list() local 910 union gve_adminq_command cmd; in gve_adminq_unregister_page_list() local [all …]
|
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | commands.c | 83 struct qlink_cmd *cmd; in qtnf_cmd_send_with_reply() local 151 struct qlink_cmd *cmd; in qtnf_cmd_alloc_new_cmdskb() local 240 struct qlink_cmd_start_ap *cmd; in qtnf_cmd_send_start_ap() local 418 struct qlink_cmd_frame_tx *cmd; in qtnf_cmd_send_frame() local 1679 struct qlink_cmd_init_fw *cmd; in qtnf_cmd_send_init_fw() local 1728 struct qlink_cmd_add_key *cmd; in qtnf_cmd_send_add_key() local 1992 struct qlink_cmd_scan *cmd; in qtnf_cmd_send_scan() local 2220 struct qlink_cmd_updown *cmd; in qtnf_cmd_send_updown_intf() local 2575 struct qlink_cmd_pm_set *cmd; in qtnf_cmd_send_pm_set() local 2601 struct qlink_cmd_txpwr *cmd; in qtnf_cmd_get_tx_power() local [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dmub_abm_lcd.c | 62 union dmub_rb_cmd cmd; in dmub_abm_enable_fractional_pwm() local 147 union dmub_rb_cmd cmd; in dmub_abm_set_level() local 168 union dmub_rb_cmd cmd; in dmub_abm_init_config() local 195 union dmub_rb_cmd cmd; in dmub_abm_set_pause() local 228 union dmub_rb_cmd cmd; in dmub_abm_save_restore() local 263 union dmub_rb_cmd cmd; in dmub_abm_set_pipe() local 287 union dmub_rb_cmd cmd; in dmub_abm_set_backlight_level() local
|
H A D | dmub_psr.c | 144 union dmub_rb_cmd cmd; in dmub_psr_set_version() local 183 union dmub_rb_cmd cmd; in dmub_psr_enable() local 234 union dmub_rb_cmd cmd; in dmub_psr_set_level() local 259 union dmub_rb_cmd cmd; in dmub_psr_set_sink_vtotal_in_psr_active() local 277 union dmub_rb_cmd cmd; in dmub_psr_set_power_opt() local 299 union dmub_rb_cmd cmd; in dmub_psr_copy_settings() local 428 union dmub_rb_cmd cmd; in dmub_psr_force_static() local
|
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ctx.c | 33 netxen_issue_cmd(struct netxen_adapter *adapter, struct netxen_cmd_args *cmd) in netxen_issue_cmd() 86 struct netxen_cmd_args cmd; in netxen_get_minidump_template_size() local 107 struct netxen_cmd_args cmd; in netxen_get_minidump_template() local 221 struct netxen_cmd_args cmd; in nx_fw_cmd_set_mtu() local 242 struct netxen_cmd_args cmd; in nx_fw_cmd_set_gbe_port() local 264 struct netxen_cmd_args cmd; in nx_fw_cmd_create_rx_ctx() local 402 struct netxen_cmd_args cmd; in nx_fw_cmd_destroy_rx_ctx() local 431 struct netxen_cmd_args cmd; in nx_fw_cmd_create_tx_ctx() local 508 struct netxen_cmd_args cmd; in nx_fw_cmd_destroy_tx_ctx() local 526 struct netxen_cmd_args cmd; in nx_fw_cmd_query_phy() local [all …]
|
/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_dpmac.h | 34 #define DPMAC_CMD_CREATE(cmd, cfg) \ argument 38 #define DPMAC_CMD_OPEN(cmd, dpmac_id) \ argument 42 #define DPMAC_RSP_GET_ATTRIBUTES(cmd, attr) \ argument 52 #define DPMAC_CMD_MDIO_READ(cmd, cfg) \ argument 59 #define DPMAC_RSP_MDIO_READ(cmd, data) \ argument 63 #define DPMAC_CMD_MDIO_WRITE(cmd, cfg) \ argument 71 #define DPMAC_RSP_GET_LINK_CFG(cmd, cfg) \ argument 78 #define DPMAC_CMD_SET_LINK_STATE(cmd, cfg) \ argument 86 #define DPMAC_CMD_GET_COUNTER(cmd, type) \ argument 90 #define DPMAC_RSP_GET_COUNTER(cmd, counter) \ argument
|
/openbmc/linux/drivers/media/tuners/ |
H A D | si2157.c | 17 static int si2157_cmd_execute(struct i2c_client *client, struct si2157_cmd *cmd) in si2157_cmd_execute() 98 struct si2157_cmd cmd; in si2157_load_firmware() local 147 struct si2157_cmd cmd; in si2157_find_and_load_firmware() local 222 struct si2157_cmd cmd; in si2157_init() local 332 struct si2157_cmd cmd; in si2157_sleep() local 448 struct si2157_cmd cmd; in si2157_set_params() local 576 struct si2157_cmd cmd; in si2157_set_analog_params() local 800 struct si2157_cmd cmd; in si2157_get_rf_strength() local 856 struct si2157_cmd cmd; in si2157_stat_work() local 884 struct si2157_cmd cmd; in si2157_probe() local
|
/openbmc/linux/drivers/target/ |
H A D | target_core_iblock.c | 336 struct se_cmd *cmd = bio->bi_private; in iblock_bio_done() local 394 struct se_cmd *cmd = bio->bi_private; in iblock_end_io_flush() local 414 iblock_execute_sync_cache(struct se_cmd *cmd) in iblock_execute_sync_cache() 437 iblock_execute_unmap(struct se_cmd *cmd, sector_t lba, sector_t nolb) in iblock_execute_unmap() 456 iblock_execute_zero_out(struct block_device *bdev, struct se_cmd *cmd) in iblock_execute_zero_out() 489 iblock_execute_write_same(struct se_cmd *cmd) in iblock_execute_write_same() 670 iblock_alloc_bip(struct se_cmd *cmd, struct bio *bio, in iblock_alloc_bip() 960 static sense_reason_t iblock_pr_read_keys(struct se_cmd *cmd, in iblock_pr_read_keys() 1029 static sense_reason_t iblock_pr_read_reservation(struct se_cmd *cmd, in iblock_pr_read_reservation() 1070 static sense_reason_t iblock_execute_pr_in(struct se_cmd *cmd, u8 sa, in iblock_execute_pr_in() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-tlv.c | 1737 struct wmi_tlv_resume_cmd *cmd; in ath10k_wmi_tlv_op_gen_pdev_resume() local 1855 struct wmi_tlv_init_cmd *cmd; in ath10k_wmi_tlv_op_gen_init() local 2075 struct wmi_stop_scan_cmd *cmd; in ath10k_wmi_tlv_op_gen_stop_scan() local 2138 struct wmi_vdev_create_cmd *cmd; in ath10k_wmi_tlv_op_gen_vdev_create() local 2259 struct wmi_vdev_stop_cmd *cmd; in ath10k_wmi_tlv_op_gen_vdev_stop() local 2282 struct wmi_vdev_up_cmd *cmd; in ath10k_wmi_tlv_op_gen_vdev_up() local 2305 struct wmi_vdev_down_cmd *cmd; in ath10k_wmi_tlv_op_gen_vdev_down() local 2808 struct wmi_ap_ps_peer_cmd *cmd; in ath10k_wmi_tlv_op_gen_set_ap_ps() local 2917 struct wmi_bcn_tx_ref_cmd *cmd; in ath10k_wmi_tlv_op_gen_beacon_dma() local 3190 struct wmi_tlv_dbglog_cmd *cmd; in ath10k_wmi_tlv_op_gen_dbglog_cfg() local [all …]
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sf.c | 13 const u8 *cmd, size_t cmd_len, in spi_flash_read_write() 38 int spi_flash_cmd_read(struct spi_slave *spi, const u8 *cmd, in spi_flash_cmd_read() 44 int spi_flash_cmd(struct spi_slave *spi, u8 cmd, void *response, size_t len) in spi_flash_cmd() 49 int spi_flash_cmd_write(struct spi_slave *spi, const u8 *cmd, size_t cmd_len, in spi_flash_cmd_write()
|
/openbmc/linux/net/atm/ |
H A D | ioctl.c | 51 static int do_vcc_ioctl(struct socket *sock, unsigned int cmd, in do_vcc_ioctl() 218 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in vcc_ioctl() 254 unsigned int cmd; member 277 static int do_atm_iobuf(struct socket *sock, unsigned int cmd, in do_atm_iobuf() 289 static int do_atmif_sioc(struct socket *sock, unsigned int cmd, in do_atmif_sioc() 305 unsigned int cmd = 0; in do_atm_ioctl() local 354 int vcc_compat_ioctl(struct socket *sock, unsigned int cmd, in vcc_compat_ioctl()
|