/openbmc/linux/drivers/iommu/iommufd/ |
H A D | ioas.c | 39 struct iommu_ioas_alloc *cmd = ucmd->cmd; in iommufd_ioas_alloc_ioctl() local 65 struct iommu_ioas_iova_ranges *cmd = ucmd->cmd; in iommufd_ioas_iova_ranges() local 144 struct iommu_ioas_allow_iovas *cmd = ucmd->cmd; in iommufd_ioas_allow_iovas() local 202 struct iommu_ioas_map *cmd = ucmd->cmd; in iommufd_ioas_map() local 241 struct iommu_ioas_copy *cmd = ucmd->cmd; in iommufd_ioas_copy() local 298 struct iommu_ioas_unmap *cmd = ucmd->cmd; in iommufd_ioas_unmap() local 330 int iommufd_option_rlimit_mode(struct iommu_option *cmd, in iommufd_option_rlimit_mode() 364 static int iommufd_ioas_option_huge_pages(struct iommu_option *cmd, in iommufd_ioas_option_huge_pages() 385 struct iommu_option *cmd = ucmd->cmd; in iommufd_ioas_option() local
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_dev.c | 356 union ionic_dev_cmd cmd = { in ionic_dev_cmd_identify() local 366 union ionic_dev_cmd cmd = { in ionic_dev_cmd_init() local 376 union ionic_dev_cmd cmd = { in ionic_dev_cmd_reset() local 386 union ionic_dev_cmd cmd = { in ionic_dev_cmd_port_identify() local 396 union ionic_dev_cmd cmd = { in ionic_dev_cmd_port_init() local 407 union ionic_dev_cmd cmd = { in ionic_dev_cmd_port_reset() local 417 union ionic_dev_cmd cmd = { in ionic_dev_cmd_port_state() local 429 union ionic_dev_cmd cmd = { in ionic_dev_cmd_port_speed() local 441 union ionic_dev_cmd cmd = { in ionic_dev_cmd_port_autoneg() local 453 union ionic_dev_cmd cmd = { in ionic_dev_cmd_port_fec() local [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_panel_cntl.c | 41 static bool dcn31_query_backlight_info(struct panel_cntl *panel_cntl, union dmub_rb_cmd *cmd) in dcn31_query_backlight_info() 60 union dmub_rb_cmd cmd; in dcn31_get_16_bit_backlight_from_pwm() local 72 union dmub_rb_cmd cmd; in dcn31_panel_cntl_hw_init() local 112 union dmub_rb_cmd cmd; in dcn31_is_panel_backlight_on() local 122 union dmub_rb_cmd cmd; in dcn31_is_panel_powered_on() local 132 union dmub_rb_cmd cmd; in dcn31_store_backlight_level() local
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.h | 341 static inline void RTW89_SET_FWCMD_SEC_IDX(void *cmd, u32 val) in RTW89_SET_FWCMD_SEC_IDX() 351 static inline void RTW89_SET_FWCMD_SEC_LEN(void *cmd, u32 val) in RTW89_SET_FWCMD_SEC_LEN() 356 static inline void RTW89_SET_FWCMD_SEC_TYPE(void *cmd, u32 val) in RTW89_SET_FWCMD_SEC_TYPE() 371 static inline void RTW89_SET_FWCMD_SEC_KEY0(void *cmd, u32 val) in RTW89_SET_FWCMD_SEC_KEY0() 376 static inline void RTW89_SET_FWCMD_SEC_KEY1(void *cmd, u32 val) in RTW89_SET_FWCMD_SEC_KEY1() 381 static inline void RTW89_SET_FWCMD_SEC_KEY2(void *cmd, u32 val) in RTW89_SET_FWCMD_SEC_KEY2() 391 static inline void RTW89_SET_EDCA_SEL(void *cmd, u32 val) in RTW89_SET_EDCA_SEL() 396 static inline void RTW89_SET_EDCA_BAND(void *cmd, u32 val) in RTW89_SET_EDCA_BAND() 401 static inline void RTW89_SET_EDCA_WMM(void *cmd, u32 val) in RTW89_SET_EDCA_WMM() 406 static inline void RTW89_SET_EDCA_AC(void *cmd, u32 val) in RTW89_SET_EDCA_AC() [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | si2168.c | 14 static void cmd_init(struct si2168_cmd *cmd, const u8 *buf, int wlen, int rlen) in cmd_init() 22 static int si2168_cmd_execute(struct i2c_client *client, struct si2168_cmd *cmd) in si2168_cmd_execute() 87 struct si2168_cmd cmd; in si2168_ts_bus_ctrl() local 121 struct si2168_cmd cmd; in si2168_read_status() local 236 struct si2168_cmd cmd; in si2168_set_frontend() local 415 struct si2168_cmd cmd; in si2168_init() local 564 struct si2168_cmd cmd; in si2168_sleep() local 602 struct si2168_cmd cmd; in si2168_select() local 620 struct si2168_cmd cmd; in si2168_deselect() local 680 struct si2168_cmd cmd; in si2168_probe() local
|
/openbmc/linux/drivers/bus/fsl-mc/ |
H A D | dpbp.c | 33 struct fsl_mc_command cmd = { 0 }; in dpbp_open() local 70 struct fsl_mc_command cmd = { 0 }; in dpbp_close() local 93 struct fsl_mc_command cmd = { 0 }; in dpbp_enable() local 116 struct fsl_mc_command cmd = { 0 }; in dpbp_disable() local 139 struct fsl_mc_command cmd = { 0 }; in dpbp_reset() local 165 struct fsl_mc_command cmd = { 0 }; in dpbp_get_attributes() local
|
H A D | mc-sys.c | 31 static enum mc_cmd_status mc_cmd_hdr_read_status(struct fsl_mc_command *cmd) in mc_cmd_hdr_read_status() 38 u16 mc_cmd_hdr_read_cmdid(struct fsl_mc_command *cmd) in mc_cmd_hdr_read_cmdid() 98 struct fsl_mc_command *cmd) in mc_write_command() 160 struct fsl_mc_command *cmd, in mc_polling_wait_preemptible() 206 struct fsl_mc_command *cmd, in mc_polling_wait_atomic() 245 int mc_send_command(struct fsl_mc_io *mc_io, struct fsl_mc_command *cmd) in mc_send_command()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A 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 98 struct fsl_mc_command cmd = { 0 }; in dprtc_set_irq_enable() local 128 struct fsl_mc_command cmd = { 0 }; in dprtc_get_irq_enable() local 170 struct fsl_mc_command cmd = { 0 }; in dprtc_set_irq_mask() local 203 struct fsl_mc_command cmd = { 0 }; in dprtc_get_irq_mask() local 243 struct fsl_mc_command cmd = { 0 }; in dprtc_get_irq_status() local 283 struct fsl_mc_command cmd = { 0 }; in dprtc_clear_irq_status() local
|
H A D | dpmac.c | 32 struct fsl_mc_command cmd = { 0 }; in dpmac_open() local 68 struct fsl_mc_command cmd = { 0 }; in dpmac_close() local 94 struct fsl_mc_command cmd = { 0 }; in dpmac_get_attributes() local 132 struct fsl_mc_command cmd = { 0 }; in dpmac_set_link_state() local 166 struct fsl_mc_command cmd = { 0 }; in dpmac_get_counter() local 198 struct fsl_mc_command cmd = { 0 }; in dpmac_get_api_version() local 229 struct fsl_mc_command cmd = { 0 }; in dpmac_set_protocol() local
|
/openbmc/linux/drivers/dma/fsl-dpaa2-qdma/ |
H A D | dpdmai.c | 40 #define DPDMAI_CMD_CREATE(cmd, cfg) \ argument 71 struct fsl_mc_command cmd = { 0 }; in dpdmai_open() local 107 struct fsl_mc_command cmd = { 0 }; in dpdmai_close() local 143 struct fsl_mc_command cmd = { 0 }; in dpdmai_create() local 172 struct fsl_mc_command cmd = { 0 }; in dpdmai_destroy() local 193 struct fsl_mc_command cmd = { 0 }; in dpdmai_enable() local 214 struct fsl_mc_command cmd = { 0 }; in dpdmai_disable() local 235 struct fsl_mc_command cmd = { 0 }; in dpdmai_reset() local 259 struct fsl_mc_command cmd = { 0 }; in dpdmai_get_attributes() local 297 struct fsl_mc_command cmd = { 0 }; in dpdmai_set_rx_queue() local [all …]
|
/openbmc/linux/drivers/vfio/pci/pds/ |
H A D | cmds.c | 24 union pds_core_adminq_cmd cmd = {}; in pds_vfio_client_adminq_cmd() local 91 union pds_core_adminq_cmd cmd = { in pds_vfio_suspend_wait_device_cmd() local 131 union pds_core_adminq_cmd cmd = { in pds_vfio_suspend_device_cmd() local 165 union pds_core_adminq_cmd cmd = { in pds_vfio_resume_device_cmd() local 182 union pds_core_adminq_cmd cmd = { in pds_vfio_get_lm_state_size_cmd() local 283 union pds_core_adminq_cmd cmd = { in pds_vfio_get_lm_state_cmd() local 321 union pds_core_adminq_cmd cmd = { in pds_vfio_set_lm_state_cmd() local 361 union pds_core_adminq_cmd cmd = { in pds_vfio_send_host_vf_lm_status_cmd() local 390 union pds_core_adminq_cmd cmd = { in pds_vfio_dirty_status_cmd() local 431 union pds_core_adminq_cmd cmd = { in pds_vfio_dirty_enable_cmd() local [all …]
|
/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/ |
H A D | cmd.c | 81 struct cmd_ds_get_hw_spec cmd; in lbtf_update_hw_spec() local 152 struct cmd_ds_802_11_rf_channel cmd; in lbtf_set_channel() local 167 struct cmd_ds_802_11_beacon_set cmd; in lbtf_beacon_set() local 190 struct cmd_ds_802_11_beacon_control cmd; in lbtf_beacon_ctrl() local 236 struct cmd_header *cmd; in lbtf_submit_command() local 318 struct cmd_ds_mac_multicast_addr cmd; in lbtf_cmd_set_mac_multicast_addr() local 340 struct cmd_ds_set_mode cmd; in lbtf_set_mode() local 353 struct cmd_ds_set_bssid cmd; in lbtf_set_bssid() local 367 struct cmd_ds_802_11_mac_address cmd; in lbtf_set_mac_address() local 421 struct cmd_ds_mac_control cmd; in lbtf_set_mac_control() local [all …]
|
/openbmc/linux/drivers/mmc/core/ |
H A D | sd_ops.c | 25 struct mmc_command cmd = {}; in mmc_app_cmd() local 53 struct mmc_command *cmd) in mmc_wait_for_app_cmd() 99 struct mmc_command cmd = {}; in mmc_app_set_bus_width() local 120 struct mmc_command cmd = {}; in mmc_send_app_op_cond() local 165 struct mmc_command cmd = {}; in __mmc_send_if_cond() local 241 struct mmc_command cmd = {}; in mmc_send_relative_addr() local 260 struct mmc_command cmd = {}; in mmc_app_send_scr() local 332 struct mmc_command cmd = {}; in mmc_app_sd_status() local
|
/openbmc/phosphor-host-ipmid/test/ |
H A D | oemrouter_unittest.cpp | 19 void ipmi_register_callback(ipmi_netfn_t netfn, ipmi_cmd_t cmd, in ipmi_register_callback() 52 void RegisterWithRouter(Number oen, ipmi_cmd_t cmd, Handler cb) in RegisterWithRouter() 79 Handler g = [nextCmd](ipmi_cmd_t cmd, const uint8_t* reqBuf, in RegisterTwoWays() 80 uint8_t* replyBuf, size_t* dataLen) { in RegisterTwoWays() 112 ipmi_cmd_t cmd; in TEST() local 131 ipmi_cmd_t cmd; in TEST() local 153 ipmi_cmd_t cmd; in TEST() local
|
/openbmc/linux/drivers/vdpa/pds/ |
H A D | cmds.c | 20 union pds_core_adminq_cmd cmd = { in pds_vdpa_init_hw() local 42 union pds_core_adminq_cmd cmd = { in pds_vdpa_cmd_reset() local 62 union pds_core_adminq_cmd cmd = { in pds_vdpa_cmd_set_status() local 83 union pds_core_adminq_cmd cmd = { in pds_vdpa_cmd_set_mac() local 106 union pds_core_adminq_cmd cmd = { in pds_vdpa_cmd_set_max_vq_pairs() local 130 union pds_core_adminq_cmd cmd = { in pds_vdpa_cmd_init_vq() local 164 union pds_core_adminq_cmd cmd = { in pds_vdpa_cmd_reset_vq() local
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_erl2.c | 29 struct iscsit_cmd *cmd, in iscsit_create_conn_recovery_datain_values() 57 struct iscsit_cmd *cmd) in iscsit_create_conn_recovery_dataout_values() 122 struct iscsit_cmd *cmd, *cmd_tmp; in iscsit_free_connection_recovery_entries() local 200 struct iscsit_cmd *cmd, in iscsit_remove_cmd_from_connection_recovery() 221 struct iscsit_cmd *cmd, *cmd_tmp; in iscsit_discard_cr_cmds_by_expstatsn() local 269 struct iscsit_cmd *cmd, *cmd_tmp; in iscsit_discard_unacknowledged_ooo_cmdsns_for_conn() local 310 struct iscsit_cmd *cmd, *cmd_tmp; in iscsit_prepare_cmds_for_reallegiance() local
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ctx.c | 176 struct qlcnic_cmd_args cmd; in qlcnic_fw_cmd_set_drv_version() local 212 struct qlcnic_cmd_args cmd; in qlcnic_fw_cmd_set_mtu() local 249 struct qlcnic_cmd_args cmd; in qlcnic_82xx_fw_cmd_create_rx_ctx() local 395 struct qlcnic_cmd_args cmd; in qlcnic_82xx_fw_cmd_del_rx_ctx() local 421 struct qlcnic_cmd_args cmd; in qlcnic_82xx_fw_cmd_create_tx_ctx() local 526 struct qlcnic_cmd_args cmd; in qlcnic_82xx_fw_cmd_del_tx_ctx() local 544 struct qlcnic_cmd_args cmd; in qlcnic_fw_cmd_set_port() local 777 struct qlcnic_cmd_args cmd; in qlcnic_82xx_config_intrpt() local 825 struct qlcnic_cmd_args cmd; in qlcnic_82xx_get_mac_address() local 860 struct qlcnic_cmd_args cmd; in qlcnic_82xx_get_nic_info() local [all …]
|
/openbmc/linux/drivers/macintosh/ |
H A D | smu.c | 69 u8 cmd; member 114 struct smu_cmd *cmd; in smu_start_cmd() local 165 struct smu_cmd *cmd; in smu_db_intr() local 383 struct smu_simple_cmd cmd; in smu_get_rtc_time() local 410 struct smu_simple_cmd cmd; in smu_set_rtc_time() local 435 struct smu_simple_cmd cmd; in smu_shutdown() local 451 struct smu_simple_cmd cmd; in smu_restart() local 771 struct smu_i2c_cmd *cmd = misc; in smu_i2c_low_completion() local 908 struct smu_cmd cmd; in smu_read_datablock() local 954 struct smu_simple_cmd cmd; in smu_create_sdb_partition() local [all …]
|
/openbmc/linux/drivers/crypto/ |
H A D | atmel-i2c.c | 45 static void atmel_i2c_checksum(struct atmel_i2c_cmd *cmd) in atmel_i2c_checksum() 54 void atmel_i2c_init_read_cmd(struct atmel_i2c_cmd *cmd) in atmel_i2c_init_read_cmd() 73 void atmel_i2c_init_random_cmd(struct atmel_i2c_cmd *cmd) in atmel_i2c_init_random_cmd() 88 void atmel_i2c_init_genkey_cmd(struct atmel_i2c_cmd *cmd, u16 keyid) in atmel_i2c_init_genkey_cmd() 104 int atmel_i2c_init_ecdh_cmd(struct atmel_i2c_cmd *cmd, in atmel_i2c_init_ecdh_cmd() 217 int atmel_i2c_send_receive(struct i2c_client *client, struct atmel_i2c_cmd *cmd) in atmel_i2c_send_receive() 258 struct atmel_i2c_cmd *cmd = &work_data->cmd; in atmel_i2c_work_handler() local 297 struct atmel_i2c_cmd *cmd; in device_sanity_check() local
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.c | 43 struct wl1271_cmd_header *cmd; in __wlcore_cmd_send() local 227 struct wl12xx_cmd_role_enable *cmd; in wl12xx_cmd_role_enable() local 472 struct wl12xx_cmd_role_stop *cmd; in wl12xx_cmd_role_stop_dev() local 583 struct wl12xx_cmd_role_stop *cmd; in wl12xx_cmd_role_stop_sta() local 728 struct wl12xx_cmd_role_stop *cmd; in wl12xx_cmd_role_stop_ap() local 1330 struct wl1271_cmd_set_keys *cmd; in wl12xx_cmd_set_default_wep_key() local 1364 struct wl1271_cmd_set_keys *cmd; in wl1271_cmd_set_sta_key() local 1433 struct wl1271_cmd_set_keys *cmd; in wl1271_cmd_set_ap_key() local 1529 struct wl12xx_cmd_add_peer *cmd; in wl12xx_cmd_add_peer() local 1860 struct wl12xx_cmd_roc *cmd; in wl12xx_cmd_roc() local [all …]
|
/openbmc/linux/tools/testing/cxl/test/ |
H A D | mem.c | 572 struct cxl_mbox_cmd *cmd) in mock_sanitize() 593 struct cxl_mbox_cmd *cmd) in mock_secure_erase() 615 struct cxl_mbox_cmd *cmd) in mock_get_security_state() 707 struct cxl_mbox_cmd *cmd) in mock_disable_passphrase() 778 struct cxl_mbox_cmd *cmd) in mock_freeze_security() 794 struct cxl_mbox_cmd *cmd) in mock_unlock_security() 835 struct cxl_mbox_cmd *cmd) in mock_passphrase_secure_erase() 933 struct cxl_mbox_cmd *cmd) in mock_get_lsa() 953 struct cxl_mbox_cmd *cmd) in mock_set_lsa() 1037 struct cxl_mbox_cmd *cmd) in mock_get_poison() [all …]
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | desc_constr.h | 136 u32 *cmd = desc_end(desc); in append_cmd() local 187 #define APPEND_CMD_RET(cmd, op) \ argument 210 #define APPEND_CMD(cmd, op) \ argument 218 #define APPEND_CMD_LEN(cmd, op) \ in APPEND_CMD() argument 228 #define APPEND_CMD_PTR(cmd, op) \ argument 257 #define APPEND_SEQ_PTR_INTLEN(cmd, op) \ argument 271 #define APPEND_CMD_PTR_TO_IMM(cmd, op) \ argument 281 #define APPEND_CMD_PTR_EXTLEN(cmd, op) \ argument 295 #define APPEND_CMD_PTR_LEN(cmd, op, type) \ argument 312 #define APPEND_CMD_PTR_TO_IMM2(cmd, op) \ argument [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | power.c | 43 struct iwl_powertable_cmd cmd; member 142 struct iwl_powertable_cmd *cmd, in iwl_static_sleep_cmd() 244 struct iwl_powertable_cmd *cmd) in iwl_power_sleep_cam_cmd() 254 static int iwl_set_power(struct iwl_priv *priv, struct iwl_powertable_cmd *cmd) in iwl_set_power() 272 struct iwl_powertable_cmd *cmd) in iwl_power_build_cmd() 312 int iwl_power_set_mode(struct iwl_priv *priv, struct iwl_powertable_cmd *cmd, in iwl_power_set_mode() 362 struct iwl_powertable_cmd cmd; in iwl_power_update_mode() local
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_lib.c | 79 scsi_set_blocked(struct scsi_cmnd *cmd, int reason) in scsi_set_blocked() 485 void scsi_free_sgtables(struct scsi_cmnd *cmd) in scsi_free_sgtables() 535 struct scsi_cmnd *cmd = blk_mq_rq_to_pdu(req); in scsi_end_request() local 1121 struct scsi_cmnd *cmd = blk_mq_rq_to_pdu(rq); in scsi_initialize_rq() local 1340 struct scsi_cmnd *cmd) in scsi_host_queue_ready() 1422 struct scsi_cmnd *cmd = blk_mq_rq_to_pdu(rq); in scsi_complete() local 1635 void scsi_done(struct scsi_cmnd *cmd) in scsi_done() 1641 void scsi_done_direct(struct scsi_cmnd *cmd) in scsi_done_direct() 2090 unsigned char cmd[10]; in scsi_mode_select() local 2172 unsigned char cmd[12]; in scsi_mode_sense() local [all …]
|
/openbmc/linux/drivers/acpi/nfit/ |
H A D | intel.c | 60 struct nd_intel_get_security_state cmd; in intel_security_flags() member 125 struct nd_intel_freeze_lock cmd; in intel_security_freeze() member 153 unsigned int cmd = ptype == NVDIMM_MASTER ? in intel_security_change_key() local 158 struct nd_intel_set_passphrase cmd; in intel_security_change_key() member 200 struct nd_intel_unlock_unit cmd; in intel_security_unlock() member 239 struct nd_intel_disable_passphrase cmd; in intel_security_disable() member 282 struct nd_intel_secure_erase cmd; in intel_security_erase() member 323 struct nd_intel_query_overwrite cmd; in intel_security_query_overwrite() member 359 struct nd_intel_overwrite cmd; in intel_security_overwrite() member 523 struct nd_intel_bus_fw_activate cmd; in intel_bus_fwa_activate() member [all …]
|