Home
last modified time | relevance | path

Searched defs:cmd (Results 176 – 200 of 4688) sorted by relevance

12345678910>>...188

/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9881c.c32 struct cmd { struct
33 u8 cmd; member
34 u8 data;
35 } cmd; member
861 static int ili9881c_send_cmd_data(struct ili9881c *ctx, u8 cmd, u8 data) in ili9881c_send_cmd_data()
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c48 struct mdp_cmdq_cmd *cmd, in mdp_path_subfrm_require()
99 struct mdp_cmdq_cmd *cmd, in mdp_path_subfrm_run()
170 static int mdp_path_config_subfrm(struct mdp_cmdq_cmd *cmd, in mdp_path_config_subfrm()
236 static int mdp_path_config(struct mdp_dev *mdp, struct mdp_cmdq_cmd *cmd, in mdp_path_config()
329 struct mdp_cmdq_cmd *cmd; in mdp_auto_release_work() local
353 struct mdp_cmdq_cmd *cmd; in mdp_handle_cmdq_callback() local
402 struct mdp_cmdq_cmd *cmd = NULL; in mdp_cmdq_send() local
H A Dmtk-mdp3-comp.h12 #define MM_REG_WRITE_MASK(cmd, id, base, ofst, val, mask, ...) \ argument
16 #define MM_REG_WRITE(cmd, id, base, ofst, val, mask, ...) \ argument
24 #define MM_REG_WAIT(cmd, evt) \ argument
31 #define MM_REG_WAIT_NO_CLEAR(cmd, evt) \ argument
38 #define MM_REG_CLEAR(cmd, evt) \ argument
45 #define MM_REG_SET_EVENT(cmd, evt) \ argument
52 #define MM_REG_POLL_MASK(cmd, id, base, ofst, val, _mask, ...) \ argument
59 #define MM_REG_POLL(cmd, id, base, ofst, val, mask, ...) \ argument
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_cmds.c83 struct vpu_cmd_t *cmd; in vpu_alloc_cmd() local
115 static void vpu_free_cmd(struct vpu_cmd_t *cmd) in vpu_free_cmd()
125 static int vpu_session_process_cmd(struct vpu_inst *inst, struct vpu_cmd_t *cmd) in vpu_session_process_cmd()
144 struct vpu_cmd_t *cmd; in vpu_process_cmd_request() local
167 struct vpu_cmd_t *cmd; in vpu_request_cmd() local
201 static bool vpu_check_response(struct vpu_cmd_t *cmd, u32 response, u32 handled) in vpu_check_response()
237 struct vpu_cmd_t *cmd; in vpu_clear_request() local
/openbmc/linux/net/core/
H A Ddev_ioctl.c138 static int dev_ifsioc_locked(struct net *net, struct ifreq *ifr, unsigned int cmd) in dev_ifsioc_locked()
243 struct ifreq *ifr, unsigned int cmd) in dev_eth_ioctl()
415 static int generic_hwtstamp_ioctl_lower(struct net_device *dev, int cmd, in generic_hwtstamp_ioctl_lower()
468 struct ifreq *ifr, unsigned int cmd) in dev_siocbond()
483 void __user *data, unsigned int cmd) in dev_siocdevprivate()
515 unsigned int cmd) in dev_ifsioc()
671 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr, in dev_ioctl()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c752 struct wmi_mgmt_send_cmd *cmd; in ath12k_wmi_mgmt_send() local
797 struct wmi_vdev_create_cmd *cmd; in ath12k_wmi_vdev_create() local
871 struct wmi_vdev_delete_cmd *cmd; in ath12k_wmi_vdev_delete() local
898 struct wmi_vdev_stop_cmd *cmd; in ath12k_wmi_vdev_stop() local
926 struct wmi_vdev_down_cmd *cmd; in ath12k_wmi_vdev_down() local
1079 struct wmi_vdev_up_cmd *cmd; in ath12k_wmi_vdev_up() local
1523 struct wmi_ap_ps_peer_cmd *cmd; in ath12k_wmi_send_set_ap_ps_param_cmd() local
1716 struct wmi_bcn_tmpl_cmd *cmd; in ath12k_wmi_bcn_tmpl() local
2217 struct wmi_start_scan_cmd *cmd; in ath12k_wmi_send_scan_start_cmd() local
2400 struct wmi_stop_scan_cmd *cmd; in ath12k_wmi_send_scan_stop_cmd() local
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Ddma_global.h73 #define DMA_PACK_COMMAND(cmd) DMA_PACK(cmd, CMD) argument
82 #define DMA_PACK_CMD_CHANNEL(cmd, ch) (DMA_PACK_COMMAND(cmd) | DMA_PACK_CHANNEL(ch)) argument
88 #define DMA_PACK_BLOCK_CMD(cmd, ch, width_a, width_b, height) \ argument
151 #define hive_dma_execute(dma_id, channel, cmd, to_addr, from_addr_value, to_is_var, from_is_var) \ argument
195 #define DMA_CMD_NEEDS_ACK(cmd) ((cmd & DMA_NOACK_CMD) == 0) argument
196 #define DMA_CMD_IS_TRANSFER(cmd) ((cmd & DMA_CFG_CMDBIT) == 0) argument
197 #define DMA_CMD_IS_WR(cmd) ((cmd & DMA_RW_CMDBIT) != 0) argument
198 #define DMA_CMD_IS_RD(cmd) ((cmd & DMA_RW_CMDBIT) == 0) argument
199 #define DMA_CMD_IS_CLR(cmd) ((cmd & DMA_CLEAR_CMDBIT) != 0) argument
200 #define DMA_CMD_IS_CFG(cmd) ((cmd & DMA_CFG_CMDBIT) != 0) argument
[all …]
/openbmc/linux/drivers/input/touchscreen/
H A Dilitek_ts_i2c.c71 u16 cmd; member
93 u8 *cmd, int write_len, int delay, in ilitek_i2c_write_and_read()
216 u16 cmd; in api_protocol_set_cmd() local
231 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_ptl_ver()
248 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_mcu_ver()
266 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_fw_ver()
282 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_scrn_res()
301 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_tp_res()
322 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_ic_mode()
337 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_set_ic_sleep()
[all …]
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dvgic_irq.c71 kvm_inject_cmd cmd; member
89 #define KVM_INJECT_MULTI(cmd, intid, num) \ argument
92 #define _KVM_INJECT(cmd, intid, expect_failure) \ argument
95 #define KVM_INJECT(cmd, intid) \ argument
98 #define KVM_ACTIVATE(cmd, intid) \ argument
102 kvm_inject_cmd cmd; member
251 uint32_t intid, kvm_inject_cmd cmd) in test_inject_fail()
264 kvm_inject_cmd cmd) in guest_inject()
302 kvm_inject_cmd cmd) in guest_restore_active()
370 kvm_inject_cmd cmd) in test_inject_preemption()
[all …]
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-ops.c476 ccp_run_aes_cmac_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_aes_cmac_cmd()
632 ccp_run_aes_gcm_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_aes_gcm_cmd()
916 ccp_run_aes_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_aes_cmd()
1093 ccp_run_xts_aes_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_xts_aes_cmd()
1293 ccp_run_des3_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_des3_cmd()
1489 ccp_run_sha_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_sha_cmd()
1835 ccp_run_rsa_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_rsa_cmd()
1967 ccp_run_passthru_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_passthru_cmd()
2100 struct ccp_cmd *cmd) in ccp_run_passthru_nomap_cmd()
2440 ccp_run_ecc_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_ecc_cmd()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-daemon.c637 union cmd { union
638 int cmd; member
642 int cmd; member
649 int cmd; member
656 int cmd; member
813 union cmd cmd; in handle_server_socket() local
1124 static int lockf(int fd, int cmd, off_t len) in lockf()
1404 union cmd cmd; in send_cmd_list() local
1424 union cmd cmd; in __cmd_signal() local
1450 union cmd cmd; in __cmd_stop() local
[all …]
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dpni.h47 #define DPNI_CMD_OPEN(cmd, dpni_id) \ argument
75 #define DPNI_CMD_CREATE(cmd, cfg) \ argument
87 #define DPNI_CMD_SET_POOLS(cmd, cfg) \ argument
117 #define DPNI_RSP_GET_ATTR(cmd, attr) \ argument
154 #define DPNI_RSP_GET_QDID(cmd, qdid) \ argument
162 #define DPNI_CMD_SET_LINK_CFG(cmd, cfg) \ argument
169 #define DPNI_RSP_GET_LINK_STATE(cmd, state) \ argument
201 #define DPNI_CMD_ADD_MAC_ADDR(cmd, mac_addr) \ argument
229 #define DPNI_RSP_GET_QUEUE(cmd, queue) \ argument
257 #define DPNI_CMD_GET_STATISTICS(cmd, page) \ argument
[all …]
/openbmc/linux/drivers/s390/char/
H A Dhmcdrv_ftp.c50 static enum hmcdrv_ftp_cmdid hmcdrv_ftp_cmd_getid(const char *cmd, int len) in hmcdrv_ftp_cmd_getid()
55 enum hmcdrv_ftp_cmdid cmd; /* associated command as enum */ in hmcdrv_ftp_cmd_getid() member
112 static int hmcdrv_ftp_parse(char *cmd, struct hmcdrv_ftp_cmdspec *ftp) in hmcdrv_ftp_parse()
237 ssize_t hmcdrv_ftp_cmd(char __kernel *cmd, loff_t offset, in hmcdrv_ftp_cmd()
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_io.c43 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_queue_data_in() local
187 struct ft_cmd *cmd = container_of(work, struct ft_cmd, work); in ft_execute_work() local
195 void ft_recv_write_data(struct ft_cmd *cmd, struct fc_frame *fp) in ft_recv_write_data()
327 void ft_invl_hw_context(struct ft_cmd *cmd) in ft_invl_hw_context()
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c1197 struct megasas_cmd *cmd; in megasas_issue_blocked_abort_cmd() local
1676 struct megasas_cmd *cmd; in megasas_dump_pending_frames() local
1744 struct megasas_cmd *cmd; in megasas_build_and_issue_cmd() local
2281 struct megasas_cmd *cmd; in megasas_complete_cmd_dpc() local
2364 struct megasas_cmd *cmd; in megasas_get_ld_vf_affiliation_111() local
2470 struct megasas_cmd *cmd; in megasas_get_ld_vf_affiliation_12() local
2649 struct megasas_cmd *cmd; in megasas_sriov_start_heartbeat() local
3814 struct megasas_cmd *cmd; in megasas_issue_pending_cmds_again() local
3907 struct megasas_cmd *cmd; in megasas_internal_reset_defer_cmds() local
4287 struct megasas_cmd *cmd; in megasas_teardown_frame_pool() local
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_kfunc_dynptr_param.c39 int BPF_PROG(not_valid_dynptr, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG()
49 int BPF_PROG(not_ptr_to_stack, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG()
58 int BPF_PROG(dynptr_data_null, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG()
/openbmc/fb-ipmi-oem/include/
H A Dcommandutils.hpp73 inline static void printRegistration(unsigned int netfn, unsigned int cmd) in printRegistration()
83 ipmi_netfn_t netfn, ipmi_cmd_t cmd, ipmi_context_t context, in ipmiPrintAndRegister()
90 inline static void printCommand(unsigned int netfn, unsigned int cmd) in printCommand()
/openbmc/linux/drivers/target/
H A Dtarget_core_pr.c87 target_scsi2_reservation_check(struct se_cmd *cmd) in target_scsi2_reservation_check()
201 target_scsi2_reservation_release(struct se_cmd *cmd) in target_scsi2_reservation_release()
242 target_scsi2_reservation_reserve(struct se_cmd *cmd) in target_scsi2_reservation_reserve()
564 target_scsi3_pr_reservation_check(struct se_cmd *cmd) in target_scsi3_pr_reservation_check()
1463 struct se_cmd *cmd, in core_scsi3_decode_spec_i_port()
3576 target_scsi3_emulate_pr_out(struct se_cmd *cmd) in target_scsi3_emulate_pr_out()
3734 core_scsi3_pri_read_keys(struct se_cmd *cmd) in core_scsi3_pri_read_keys()
3788 core_scsi3_pri_read_reservation(struct se_cmd *cmd) in core_scsi3_pri_read_reservation()
3924 core_scsi3_pri_read_full_status(struct se_cmd *cmd) in core_scsi3_pri_read_full_status()
4113 target_scsi3_emulate_pr_in(struct se_cmd *cmd) in target_scsi3_emulate_pr_in()
[all …]
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c279 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_get_cmd() local
294 static void tcm_qla2xxx_rel_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_rel_cmd()
304 static void tcm_qla2xxx_free_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_free_cmd()
321 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_check_stop_free() local
336 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_release_cmd() local
382 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_write_pending() local
422 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_get_cmd_state() local
624 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_find_cmd_by_tag() local
644 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_queue_data_in() local
683 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_queue_status() local
[all …]
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dcmd.c119 const enum carl9170_cmd_oids cmd, const unsigned int len) in carl9170_cmd_buf()
134 struct carl9170_cmd *cmd; in carl9170_reboot() local
154 struct carl9170_cmd *cmd; in carl9170_bcn_ctrl() local
204 struct carl9170_cmd *cmd; in carl9170_powersave() local
/openbmc/qemu/monitor/
H A Dhmp.c207 static bool cmd_can_preconfig(const HMPCommand *cmd) in cmd_can_preconfig()
216 static bool cmd_available(const HMPCommand *cmd) in cmd_available()
222 const HMPCommand *cmd, in help_cmd_dump_one()
242 const HMPCommand *cmd; in help_cmd_dump() local
622 const HMPCommand *cmd; in search_dispatch_table() local
650 const HMPCommand *cmd; in monitor_parse_command() local
1099 const HMPCommand *cmd, in handle_hmp_command_exec()
1112 const HMPCommand *cmd; member
1128 const HMPCommand *cmd; in handle_hmp_command() local
1179 char cmd[128]; in cmd_completion() local
[all …]
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dmesh.c26 struct cmd_ds_mesh_access *cmd) in lbs_mesh_access()
42 struct cmd_ds_mesh_config *cmd, in __lbs_mesh_config_send()
69 struct cmd_ds_mesh_config *cmd, in lbs_mesh_config_send()
90 struct cmd_ds_mesh_config cmd; in lbs_mesh_config() local
345 struct cmd_ds_mesh_config cmd; in mesh_get_default_parameters() local
391 struct cmd_ds_mesh_config cmd; in bootflag_store() local
444 struct cmd_ds_mesh_config cmd; in boottime_store() local
506 struct cmd_ds_mesh_config cmd; in channel_store() local
566 struct cmd_ds_mesh_config cmd; in mesh_id_store() local
634 struct cmd_ds_mesh_config cmd; in protocol_id_store() local
[all …]
/openbmc/linux/drivers/comedi/drivers/
H A Dni_labpc_common.c271 static bool labpc_use_continuous_mode(const struct comedi_cmd *cmd, in labpc_use_continuous_mode()
280 static unsigned int labpc_ai_convert_period(const struct comedi_cmd *cmd, in labpc_ai_convert_period()
292 static void labpc_set_ai_convert_period(struct comedi_cmd *cmd, in labpc_set_ai_convert_period()
308 static unsigned int labpc_ai_scan_period(const struct comedi_cmd *cmd, in labpc_ai_scan_period()
320 static void labpc_set_ai_scan_period(struct comedi_cmd *cmd, in labpc_set_ai_scan_period()
415 static enum scan_mode labpc_ai_scan_mode(const struct comedi_cmd *cmd) in labpc_ai_scan_mode()
441 struct comedi_cmd *cmd) in labpc_ai_check_chanlist()
497 struct comedi_subdevice *s, struct comedi_cmd *cmd) in labpc_ai_cmdtest()
616 struct comedi_cmd *cmd = &async->cmd; in labpc_ai_cmd() local
770 struct comedi_cmd *cmd = &async->cmd; in labpc_drain_fifo() local
[all …]
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c141 virtio_snd_ctrl_cmd_free(virtio_snd_ctrl_command *cmd) in virtio_snd_ctrl_cmd_free()
182 virtio_snd_ctrl_command *cmd) in virtio_snd_handle_pcm_info()
311 virtio_snd_ctrl_command *cmd) in virtio_snd_handle_pcm_set_params()
533 virtio_snd_ctrl_command *cmd) in virtio_snd_handle_pcm_prepare()
556 virtio_snd_ctrl_command *cmd, in virtio_snd_handle_pcm_start_stop()
627 virtio_snd_ctrl_command *cmd) in virtio_snd_handle_pcm_release()
687 process_cmd(VirtIOSound *s, virtio_snd_ctrl_command *cmd) in process_cmd()
763 virtio_snd_ctrl_command *cmd; in virtio_snd_process_cmdq() local
797 virtio_snd_ctrl_command *cmd; in virtio_snd_handle_ctrl() local
1377 virtio_snd_ctrl_command *cmd; in virtio_snd_reset() local
/openbmc/linux/arch/x86/include/asm/xen/
H A Dhypercall.h279 HYPERVISOR_callback_op(int cmd, void *arg) in HYPERVISOR_callback_op()
386 HYPERVISOR_sched_op(int cmd, void *arg) in HYPERVISOR_sched_op()
414 HYPERVISOR_memory_op(unsigned int cmd, void *arg) in HYPERVISOR_memory_op()
426 HYPERVISOR_event_channel_op(int cmd, void *arg) in HYPERVISOR_event_channel_op()
432 HYPERVISOR_xen_version(int cmd, void *arg) in HYPERVISOR_xen_version()
438 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io()
444 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op()
450 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op()
456 HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type) in HYPERVISOR_vm_assist()
462 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op()

12345678910>>...188