Home
last modified time | relevance | path

Searched defs:cmd (Results 201 – 225 of 4688) sorted by relevance

12345678910>>...188

/openbmc/linux/drivers/w1/
H A Dw1_netlink.c28 struct w1_netlink_cmd *cmd; /* advances as cmds are appened */ member
136 struct w1_netlink_cmd *cmd) in w1_netlink_queue_cmd()
175 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)block->msg->data; in w1_netlink_queue_status() local
291 struct w1_netlink_cmd *cmd) in w1_process_command_io()
316 struct w1_netlink_cmd *cmd) in w1_process_command_addremove()
390 struct w1_netlink_cmd *cmd) in w1_process_command_slave()
452 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)node->msg->data; in w1_process_cb() local
503 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)msg->data; in w1_list_count_cmds() local
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_com_cmd.c61 struct efa_admin_modify_qp_cmd cmd = {}; in efa_com_modify_qp() local
96 struct efa_admin_query_qp_cmd cmd = {}; in efa_com_query_qp() local
607 struct efa_admin_set_feature_cmd cmd = {}; in efa_com_set_aenq_config() local
650 struct efa_admin_alloc_pd_cmd cmd = {}; in efa_com_alloc_pd() local
676 struct efa_admin_dealloc_pd_cmd cmd = {}; in efa_com_dealloc_pd() local
702 struct efa_admin_alloc_uar_cmd cmd = {}; in efa_com_alloc_uar() local
728 struct efa_admin_dealloc_uar_cmd cmd = {}; in efa_com_dealloc_uar() local
755 struct efa_admin_aq_get_stats_cmd cmd = {}; in efa_com_get_stats() local
/openbmc/u-boot/drivers/mmc/
H A Dsh_mmcif.c313 struct mmc_cmd *cmd) in sh_mmcif_get_response()
328 struct mmc_cmd *cmd) in sh_mmcif_get_cmd12response()
334 struct mmc_data *data, struct mmc_cmd *cmd) in sh_mmcif_set_cmd()
432 struct mmc_data *data, struct mmc_cmd *cmd) in sh_mmcif_start_cmd()
517 struct mmc_cmd *cmd, struct mmc_data *data) in sh_mmcif_send_cmd_common()
574 static int sh_mmcif_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, in sh_mmcif_send_cmd()
642 int sh_mmcif_dm_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in sh_mmcif_dm_send_cmd()
H A Dmmc_private.h79 static inline void mmmc_trace_before_send(struct mmc *mmc, struct mmc_cmd *cmd) in mmmc_trace_before_send()
83 static inline void mmmc_trace_after_send(struct mmc *mmc, struct mmc_cmd *cmd, in mmmc_trace_after_send()
88 static inline void mmc_trace_state(struct mmc *mmc, struct mmc_cmd *cmd) in mmc_trace_state()
/openbmc/linux/drivers/bluetooth/
H A Dbtqca.c23 char cmd; in qca_read_soc_version() local
103 char cmd; in qca_read_fw_build_info() local
166 const u8 cmd[] = { EDL_PATCH_CONFIG_CMD, 0x01, 0, 0, 0 }; in qca_send_patch_config_cmd() local
229 u8 cmd; in qca_read_fw_board_id() local
468 u8 cmd[MAX_SIZE_PER_TLV_SEGMENT + 2]; in qca_tlv_send_segment() local
651 u8 cmd[2]; in qca_disable_soc_logging() local
672 u8 cmd[9]; in qca_set_bdaddr_rome() local
/openbmc/linux/drivers/bus/fsl-mc/
H A Dobj-api.c50 struct fsl_mc_command cmd = { 0 }; in fsl_mc_obj_open() local
79 struct fsl_mc_command cmd = { 0 }; in fsl_mc_obj_close() local
94 struct fsl_mc_command cmd = { 0 }; in fsl_mc_obj_reset() local
/openbmc/linux/net/wireless/
H A Dwext-priv.c93 static int get_priv_descr_and_size(struct net_device *dev, unsigned int cmd, in get_priv_descr_and_size()
137 static int ioctl_private_iw_point(struct iw_point *iwp, unsigned int cmd, in ioctl_private_iw_point()
188 unsigned int cmd, struct iw_request_info *info, in ioctl_private_call()
214 unsigned int cmd, struct iw_request_info *info, in compat_private_call()
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_verbs.c134 struct pvrdma_cmd_query_port *cmd = &req.query_port; in pvrdma_query_port() local
214 struct pvrdma_cmd_query_pkey *cmd = &req.query_pkey; in pvrdma_query_pkey() local
320 struct pvrdma_cmd_create_uc *cmd = &req.create_uc; in pvrdma_alloc_ucontext() local
373 struct pvrdma_cmd_destroy_uc *cmd = &req.destroy_uc; in pvrdma_dealloc_ucontext() local
434 struct pvrdma_cmd_create_pd *cmd = &req.create_pd; in pvrdma_alloc_pd() local
488 struct pvrdma_cmd_destroy_pd *cmd = &req.destroy_pd; in pvrdma_dealloc_pd() local
H A Dpvrdma_mr.c64 struct pvrdma_cmd_create_mr *cmd = &req.create_mr; in pvrdma_get_dma_mr() local
120 struct pvrdma_cmd_create_mr *cmd = &req.create_mr; in pvrdma_reg_user_mr() local
211 struct pvrdma_cmd_create_mr *cmd = &req.create_mr; in pvrdma_alloc_mr() local
282 struct pvrdma_cmd_destroy_mr *cmd = &req.destroy_mr; in pvrdma_dereg_mr() local
/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c56 static void bnx2i_get_write_cmd_bd_idx(struct bnx2i_cmd *cmd, u32 buf_off, in bnx2i_get_write_cmd_bd_idx()
86 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_setup_write_cmd_bd_info() local
186 static void bnx2i_iscsi_map_sg_list(struct bnx2i_cmd *cmd) in bnx2i_iscsi_map_sg_list()
207 void bnx2i_iscsi_unmap_sg_list(struct bnx2i_cmd *cmd) in bnx2i_iscsi_unmap_sg_list()
217 static void bnx2i_setup_cmd_wqe_template(struct bnx2i_cmd *cmd) in bnx2i_setup_cmd_wqe_template()
445 struct bnx2i_cmd *cmd) in bnx2i_alloc_bdt()
474 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_destroy_cmd_pool() local
499 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_setup_cmd_pool() local
1081 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_iscsi_send_generic_request() local
1191 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_mtask_xmit() local
[all …]
/openbmc/linux/drivers/net/usb/
H A Daqc111.c25 static int aqc111_read_cmd_nopm(struct usbnet *dev, u8 cmd, u16 value, in aqc111_read_cmd_nopm()
41 static int aqc111_read_cmd(struct usbnet *dev, u8 cmd, u16 value, in aqc111_read_cmd()
57 static int aqc111_read16_cmd_nopm(struct usbnet *dev, u8 cmd, u16 value, in aqc111_read16_cmd_nopm()
68 static int aqc111_read16_cmd(struct usbnet *dev, u8 cmd, u16 value, in aqc111_read16_cmd()
79 static int __aqc111_write_cmd(struct usbnet *dev, u8 cmd, u8 reqtype, in __aqc111_write_cmd()
110 static int aqc111_write_cmd_nopm(struct usbnet *dev, u8 cmd, u16 value, in aqc111_write_cmd_nopm()
121 static int aqc111_write_cmd(struct usbnet *dev, u8 cmd, u16 value, in aqc111_write_cmd()
137 static int aqc111_write16_cmd_nopm(struct usbnet *dev, u8 cmd, u16 value, in aqc111_write16_cmd_nopm()
147 static int aqc111_write16_cmd(struct usbnet *dev, u8 cmd, u16 value, in aqc111_write16_cmd()
167 static int aqc111_write32_cmd(struct usbnet *dev, u8 cmd, u16 value, in aqc111_write32_cmd()
[all …]
/openbmc/linux/drivers/watchdog/
H A Drave-sp-wdt.c74 u8 cmd[] = { in rave_sp_wdt_legacy_configure() local
87 u8 cmd[] = { in rave_sp_wdt_rdu_configure() local
119 u8 cmd[] = { in rave_sp_wdt_legacy_restart() local
130 u8 cmd[] = { in rave_sp_wdt_rdu_restart() local
205 u8 cmd[] = { in rave_sp_wdt_ping() local
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg_arm64.h48 static inline void vmw_port(unsigned long cmd, unsigned long in_ebx, in vmw_port()
80 static inline void vmw_port_hb(unsigned long cmd, unsigned long in_ecx, in vmw_port_hb()
113 #define VMW_PORT(cmd, in_ebx, in_si, in_di, flags, magic, eax, ebx, ecx, edx, \ argument
118 #define VMW_PORT_HB_OUT(cmd, in_ecx, in_si, in_di, flags, magic, bp, eax, ebx, \ argument
123 #define VMW_PORT_HB_IN(cmd, in_ecx, in_si, in_di, flags, magic, bp, eax, ebx, \ argument
/openbmc/linux/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c36 int cmd; in savagefb_copyarea() local
68 int cmd, color; in savagefb_fillrect() local
96 int cmd; in savagefb_imageblit() local
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c122 bool dc_dmub_srv_cmd_run(struct dc_dmub_srv *dc_dmub_srv, union dmub_rb_cmd *cmd, enum dm_dmub_wait… in dc_dmub_srv_cmd_run()
258 union dmub_rb_cmd cmd = { 0 }; in dc_dmub_srv_drr_update_cmd() local
274 union dmub_rb_cmd cmd = { 0 }; in dc_dmub_srv_set_drr_manual_trigger_cmd() local
320 union dmub_rb_cmd cmd = { 0 }; in dc_dmub_srv_p_state_delegate() local
383 union dmub_rb_cmd cmd = { 0 }; in dc_dmub_srv_query_caps_cmd() local
407 union dmub_rb_cmd cmd = { 0 }; in dc_dmub_srv_get_visual_confirm_color_cmd() local
520 union dmub_rb_cmd *cmd, in populate_subvp_cmd_vblank_pipe_info()
575 union dmub_rb_cmd *cmd, in update_subvp_prefetch_end_to_mall_start()
627 union dmub_rb_cmd *cmd, in populate_subvp_cmd_pipe_info()
719 union dmub_rb_cmd cmd; in dc_dmub_setup_subvp_dmub_command() local
[all …]
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_nvm.c814 struct i40e_nvm_access *cmd, in i40e_nvmupd_command()
930 struct i40e_nvm_access *cmd, in i40e_nvmupd_state_init()
1069 struct i40e_nvm_access *cmd, in i40e_nvmupd_state_reading()
1111 struct i40e_nvm_access *cmd, in i40e_nvmupd_state_writing()
1281 struct i40e_nvm_access *cmd, in i40e_nvmupd_validate_command()
1377 struct i40e_nvm_access *cmd, in i40e_nvmupd_exec_aq()
1461 struct i40e_nvm_access *cmd, in i40e_nvmupd_get_aq_result()
1530 struct i40e_nvm_access *cmd, in i40e_nvmupd_get_aq_event()
1564 struct i40e_nvm_access *cmd, in i40e_nvmupd_nvm_read()
1603 struct i40e_nvm_access *cmd, in i40e_nvmupd_nvm_erase()
[all …]
/openbmc/linux/fs/nilfs2/
H A Dioctl.c188 unsigned int cmd, void __user *argp) in nilfs_ioctl_change_cpmode()
243 unsigned int cmd, void __user *argp) in nilfs_ioctl_delete_checkpoint()
322 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_cpstat()
389 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_sustat()
498 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_bdescs()
844 unsigned int cmd, void __user *argp) in nilfs_ioctl_clean_segments()
983 unsigned int cmd, void __user *argp) in nilfs_ioctl_sync()
1156 unsigned int cmd, void __user *argp, in nilfs_ioctl_get_info()
1207 unsigned int cmd, void __user *argp) in nilfs_ioctl_set_suinfo()
1271 long nilfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in nilfs_ioctl()
[all …]
/openbmc/qemu/tests/qtest/
H A Dqmp-cmd-test.c24 static int query_error_class(const char *cmd) in query_error_class()
27 const char *cmd; in query_error_class() member
70 const char *cmd = data; in test_query() local
95 static bool query_is_ignored(const char *cmd) in query_is_ignored()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c70 union dmub_rb_cmd cmd; in dmub_replay_enable() local
120 union dmub_rb_cmd cmd; in dmub_replay_set_power_opt() local
141 union dmub_rb_cmd cmd; in dmub_replay_copy_settings() local
225 union dmub_rb_cmd cmd; in dmub_replay_set_coasting_vtotal() local
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_select_reuseport_common.h19 struct cmd { struct
20 __u32 reuseport_index;
21 __u32 pass_on_failure;
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_common.c242 struct qlcnic_cmd_args cmd; in qlcnic_sriov_cleanup_list() local
316 struct qlcnic_cmd_args cmd; in qlcnic_sriov_post_bc_msg() local
362 struct qlcnic_cmd_args cmd; in qlcnic_sriov_get_vf_vport_info() local
470 struct qlcnic_cmd_args cmd; in qlcnic_sriov_get_vf_acl() local
1055 struct qlcnic_cmd_args cmd; in qlcnic_sriov_process_bc_cmd() local
1196 struct qlcnic_cmd_args cmd; in qlcnic_sriov_handle_bc_cmd() local
1328 struct qlcnic_cmd_args cmd; in qlcnic_sriov_cfg_bc_intr() local
1468 struct qlcnic_cmd_args cmd; in qlcnic_sriov_channel_cfg_cmd() local
1602 struct qlcnic_cmd_args *cmd; in qlcnic_sriov_handle_async_issue_cmd() local
1661 struct qlcnic_cmd_args *cmd) in qlcnic_sriov_async_issue_cmd()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c325 struct ice_aqc_get_phy_caps *cmd; in ice_aq_get_phy_caps() local
903 struct ice_aqc_fw_logging *cmd; in ice_cfg_fw_log() local
1904 struct ice_aqc_req_res *cmd; in ice_aq_release_res() local
2741 struct ice_aqc_list_caps *cmd; in ice_aq_list_caps() local
4132 struct ice_aqc_add_txqs *cmd; in ice_aq_add_lan_txq() local
4181 struct ice_aqc_dis_txqs *cmd; in ice_aq_dis_lan_txq() local
4279 struct ice_aqc_cfg_txqs *cmd; in ice_aq_cfg_lan_txq() local
5193 struct ice_aqc_i2c *cmd; in ice_aq_read_i2c() local
5248 struct ice_aqc_i2c *cmd; in ice_aq_write_i2c() local
5359 struct ice_aqc_gpio *cmd; in ice_aq_set_gpio() local
[all …]
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c105 static CXLRetCode cmd_tunnel_management_cmd(const struct cxl_cmd *cmd, in cmd_tunnel_management_cmd()
212 static CXLRetCode cmd_events_get_records(const struct cxl_cmd *cmd, in cmd_events_get_records()
240 static CXLRetCode cmd_events_clear_records(const struct cxl_cmd *cmd, in cmd_events_clear_records()
346 static CXLRetCode cmd_infostat_identify(const struct cxl_cmd *cmd, in cmd_infostat_identify()
583 static CXLRetCode cmd_infostat_bg_op_sts(const struct cxl_cmd *cmd, in cmd_infostat_bg_op_sts()
651 static CXLRetCode cmd_timestamp_get(const struct cxl_cmd *cmd, in cmd_timestamp_get()
668 static CXLRetCode cmd_timestamp_set(const struct cxl_cmd *cmd, in cmd_timestamp_set()
719 static CXLRetCode cmd_logs_get_log(const struct cxl_cmd *cmd, in cmd_logs_get_log()
854 static CXLRetCode cmd_ccls_get_lsa(const struct cxl_cmd *cmd, in cmd_ccls_get_lsa()
882 static CXLRetCode cmd_ccls_set_lsa(const struct cxl_cmd *cmd, in cmd_ccls_set_lsa()
[all …]
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c279 struct megasas_cmd_fusion *cmd) in megasas_return_cmd_fusion()
424 struct megasas_cmd_fusion *cmd; in megasas_free_cmds_fusion() local
486 struct megasas_cmd_fusion *cmd; in megasas_create_sg_sense_fusion() local
974 struct megasas_cmd_fusion *cmd; in megasas_alloc_cmds_fusion() local
1086 struct megasas_cmd *cmd; in megasas_ioc_init_fusion() local
1308 struct megasas_cmd *cmd; in megasas_sync_pd_seq_num() local
1399 struct megasas_cmd *cmd; in megasas_get_ld_map_info() local
1489 struct megasas_cmd *cmd; in megasas_sync_map_info() local
1743 struct megasas_cmd *cmd; in megasas_alloc_ioc_init_frame() local
3893 struct megasas_cmd_fusion *cmd; in build_mpt_mfi_pass_thru() local
[all …]
/openbmc/qemu/hw/sd/
H A Dsdmmc-internal.c14 const char *sd_cmd_name(uint8_t cmd) in sd_cmd_name()
53 const char *sd_acmd_name(uint8_t cmd) in sd_acmd_name()

12345678910>>...188