Home
last modified time | relevance | path

Searched defs:cmd (Results 501 – 525 of 4685) sorted by relevance

1...<<21222324252627282930>>...188

/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c144 struct gelic_eurus_cmd *cmd; in gelic_eurus_sync_cmd_worker() local
209 struct gelic_eurus_cmd *cmd; in gelic_eurus_sync_cmd() local
1393 struct gelic_eurus_cmd *cmd; in gelic_wl_get_wireless_stats() local
1429 struct gelic_eurus_cmd *cmd; in gelic_wl_start_scan() local
1498 struct gelic_eurus_cmd *cmd = NULL; in gelic_wl_scan_complete_event() local
1745 struct gelic_eurus_cmd *cmd; in gelic_wl_do_wep_setup() local
1836 struct gelic_eurus_cmd *cmd; in gelic_wl_do_wpa_setup() local
1915 struct gelic_eurus_cmd *cmd; in gelic_wl_associate_bss() local
2053 struct gelic_eurus_cmd *cmd; in gelic_wl_disconnect_event() local
2498 struct gelic_eurus_cmd *cmd; in gelic_wl_disconnect() local
/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dlib82596.c200 struct i596_cmd cmd; member
214 struct i596_cmd cmd; member
220 struct i596_cmd cmd; member
226 struct i596_cmd cmd; member
231 struct i596_cmd cmd; member
237 unsigned short cmd; member
276 u32 cmd; member
437 struct i596_cmd *cmd; in i596_display_data() local
895 static void i596_add_cmd(struct net_device *dev, struct i596_cmd *cmd) in i596_add_cmd()
1403 struct mc_cmd *cmd; in set_multicast_list() local
/openbmc/linux/drivers/block/
H A Dloop.c339 struct loop_cmd *cmd = blk_mq_rq_to_pdu(rq); in lo_complete_rq() local
372 static void lo_rw_aio_do_completion(struct loop_cmd *cmd) in lo_rw_aio_do_completion()
386 struct loop_cmd *cmd = container_of(iocb, struct loop_cmd, iocb); in lo_rw_aio_complete() local
392 static int lo_rw_aio(struct loop_device *lo, struct loop_cmd *cmd, in lo_rw_aio()
463 struct loop_cmd *cmd = blk_mq_rq_to_pdu(rq); in do_req_filebacked() local
1530 unsigned int cmd, unsigned long arg) in lo_ioctl()
1691 unsigned int cmd, unsigned long arg) in lo_compat_ioctl()
1846 struct loop_cmd *cmd = blk_mq_rq_to_pdu(rq); in loop_queue_rq() local
1885 static void loop_handle_cmd(struct loop_cmd *cmd) in loop_handle_cmd()
1938 struct loop_cmd *cmd; in loop_process_work() local
[all …]
/openbmc/linux/arch/hexagon/kernel/
H A Dkgdb.c154 static int __kgdb_notify(struct die_args *args, unsigned long cmd) in __kgdb_notify()
173 kgdb_notify(struct notifier_block *self, unsigned long cmd, void *ptr) in kgdb_notify()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dcommon_baco.h37 enum baco_cmd_type cmd; member
46 enum baco_cmd_type cmd; member
/openbmc/qemu/tests/qtest/
H A Dtpm-emu.c113 uint32_t cmd = 0; in tpm_emu_ctrl_thread() local
132 uint32_t cmd; in tpm_emu_ctrl_thread() local
/openbmc/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c647 struct mwl8k_cmd_pkt *cmd; in mwl8k_load_fw_image() local
2301 struct mwl8k_cmd_pkt *cmd) in mwl8k_post_pervif_cmd()
2744 struct mwl8k_cmd_get_stat *cmd; in mwl8k_cmd_get_stat() local
2885 struct mwl8k_cmd_tx_power *cmd; in mwl8k_cmd_tx_power() local
3298 struct mwl8k_cmd_set_rate *cmd; in mwl8k_cmd_set_rate() local
3398 struct mwl8k_cmd_set_slot *cmd; in mwl8k_cmd_set_slot() local
3975 struct mwl8k_cmd_bastream *cmd; in mwl8k_check_ba() local
4007 struct mwl8k_cmd_bastream *cmd; in mwl8k_create_ba() local
4335 struct mwl8k_cmd_set_key *cmd; in mwl8k_cmd_encryption_set_key() local
4395 struct mwl8k_cmd_set_key *cmd; in mwl8k_cmd_encryption_remove_key() local
[all …]
/openbmc/u-boot/drivers/mmc/
H A Dsh_sdhi.c428 static void sh_sdhi_get_response(struct sh_sdhi_host *host, struct mmc_cmd *cmd) in sh_sdhi_get_response()
533 struct mmc_data *data, struct mmc_cmd *cmd) in sh_sdhi_start_cmd()
643 struct mmc_cmd *cmd, struct mmc_data *data) in sh_sdhi_send_cmd_common()
699 static int sh_sdhi_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, in sh_sdhi_send_cmd()
794 int sh_sdhi_dm_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in sh_sdhi_dm_send_cmd()
H A Dmmc_write.c19 struct mmc_cmd cmd; in mmc_erase_t() local
132 struct mmc_cmd cmd; in mmc_write_blocks() local
/openbmc/qemu/tests/docker/
H A Ddocker.py239 def _do(self, cmd, quiet=True, **kwargs): argument
244 def _do_check(self, cmd, quiet=True, **kwargs): argument
274 def _output(self, cmd, **kwargs): argument
358 def run(self, cmd, keep, quiet, as_user=False): argument
377 def command(self, cmd, argv, quiet): argument
/openbmc/linux/drivers/s390/char/
H A Dsclp_cmd.c39 int sclp_sync_request(sclp_cmdw_t cmd, void *sccb) in sclp_sync_request()
44 int sclp_sync_request_timeout(sclp_cmdw_t cmd, void *sccb, int timeout) in sclp_sync_request_timeout()
120 static int do_core_configure(sclp_cmdw_t cmd) in do_core_configure()
193 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage()
528 static int do_chp_configure(sclp_cmdw_t cmd) in do_chp_configure()
/openbmc/linux/sound/soc/sof/
H A Dipc3.c21 static void ipc3_log_header(struct device *dev, u8 *text, u32 cmd) in ipc3_log_header()
219 static inline void ipc3_log_header(struct device *dev, u8 *text, u32 cmd) in ipc3_log_header()
825 static int ipc3_fw_ready(struct snd_sof_dev *sdev, u32 cmd) in ipc3_fw_ready()
996 u32 cmd; in sof_ipc3_do_rx_work() local
1107 static int sof_ipc3_ctx_ipc(struct snd_sof_dev *sdev, int cmd) in sof_ipc3_ctx_ipc()
/openbmc/linux/drivers/mmc/host/
H A Dmeson-mx-sdhc-mmc.c48 struct mmc_command *cmd; member
135 struct mmc_command *cmd) in meson_mx_sdhc_start_cmd()
386 struct mmc_command *cmd = mrq->cmd; in meson_mx_sdhc_request() local
543 struct mmc_command *cmd = host->cmd; in meson_mx_sdhc_irq() local
577 struct mmc_command *cmd; in meson_mx_sdhc_irq_thread() local
H A Dmmc_spi.c203 static char *maptype(struct mmc_command *cmd) in maptype()
216 struct mmc_command *cmd, int cs_on) in mmc_spi_response_get()
404 struct mmc_command *cmd, int cs_on) in mmc_spi_command_send()
775 mmc_spi_data_do(struct mmc_spi_host *host, struct mmc_command *cmd, in mmc_spi_data_do()
912 struct mmc_command *cmd; in mmc_spi_request() local
/openbmc/linux/drivers/comedi/
H A Ddrivers.c416 struct comedi_cmd *cmd) in comedi_bytes_per_scan_cmd()
453 struct comedi_cmd *cmd = &s->async->cmd; in comedi_bytes_per_scan() local
463 struct comedi_cmd *cmd = &async->cmd; in __comedi_nscans_left() local
515 struct comedi_cmd *cmd = &async->cmd; in comedi_nsamples_left() local
549 struct comedi_cmd *cmd = &async->cmd; in comedi_inc_scan_progress() local
/openbmc/linux/drivers/target/
H A Dtarget_core_pscsi.c587 static void pscsi_complete_cmd(struct se_cmd *cmd, u8 scsi_status, in pscsi_complete_cmd()
823 pscsi_map_sg(struct se_cmd *cmd, struct scatterlist *sgl, u32 sgl_nents, in pscsi_map_sg()
925 pscsi_parse_cdb(struct se_cmd *cmd) in pscsi_parse_cdb()
934 pscsi_execute_cmd(struct se_cmd *cmd) in pscsi_execute_cmd()
1008 struct se_cmd *cmd = req->end_io_data; in pscsi_req_done() local
/openbmc/linux/drivers/comedi/drivers/
H A Dpcmuio.c305 struct comedi_cmd *cmd = &s->async->cmd; in pcmuio_handle_intr_subdev() local
380 struct comedi_cmd *cmd = &s->async->cmd; in pcmuio_start_intr() local
426 struct comedi_cmd *cmd = &s->async->cmd; in pcmuio_inttrig_start_intr() local
450 struct comedi_cmd *cmd = &s->async->cmd; in pcmuio_cmd() local
471 struct comedi_cmd *cmd) in pcmuio_cmdtest()
H A Dadl_pci9111.c202 struct comedi_cmd *cmd) in pci9111_ai_check_chanlist()
237 struct comedi_cmd *cmd) in pci9111_ai_do_cmd_test()
339 struct comedi_cmd *cmd = &s->async->cmd; in pci9111_ai_do_cmd() local
409 struct comedi_cmd *cmd = &s->async->cmd; in pci9111_handle_fifo_half_full() local
455 struct comedi_cmd *cmd; in pci9111_interrupt() local
/openbmc/linux/drivers/video/fbdev/omap/
H A Dlcd_mipid.c56 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf, in mipid_transfer()
113 static inline void mipid_cmd(struct mipid_device *md, int cmd) in mipid_cmd()
174 int cmd, sleep_time = 50; in set_sleep_mode() local
196 int cmd = enabled ? MIPID_CMD_DISP_ON : MIPID_CMD_DISP_OFF; in set_display_state() local
340 int cmd; in ls041y3_esd_check_mode2() member
/openbmc/linux/drivers/input/mouse/
H A Dcyapa_gen6.c138 u8 cmd[] = { 0x01, 0x00}; in cyapa_pip_state_parse() local
292 u8 cmd[] = { 0x04, 0x00, 0x05, 0x00, 0x2f, 0x00, cmd_code }; in cyapa_gen6_config_dev_irq() local
322 u8 cmd[] = { 0x04, 0x00, 0x06, 0x00, 0x2f, 0x00, 0x46, power_mode }; in cyapa_gen6_change_power_state() local
391 u8 cmd[] = { 0x04, 0x00, 0x05, 0x00, 0x2f, 0x00, in cyapa_gen6_get_interval_setting() local
569 } __packed cmd; in cyapa_pip_retrieve_data_structure() local
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.c258 struct msm_gem_submit *submit, char *comm, char *cmd) in msm_gpu_crashstate_capture()
301 struct msm_gem_submit *submit, char *comm, char *cmd) in msm_gpu_crashstate_capture()
330 static void get_comm_cmdline(struct msm_gem_submit *submit, char **comm, char **cmd) in get_comm_cmdline()
361 char *comm = NULL, *cmd = NULL; in recover_worker() local
454 char *comm = NULL, *cmd = NULL; in fault_worker() local
/openbmc/linux/tools/hv/
H A Dhv_vss_daemon.c34 static int vss_do_freeze(char *dir, unsigned int cmd) in vss_do_freeze()
121 unsigned int cmd; in vss_operate() local
/openbmc/u-boot/drivers/usb/host/
H A Dehci-pci.c30 u32 cmd; in ehci_pci_init() local
73 u32 cmd; in ehci_pci_legacy_init() local
/openbmc/linux/arch/x86/kernel/
H A Dcpuid.c52 struct cpuid_regs_done *cmd = cmd_block; in cpuid_smp_cpuid() local
65 struct cpuid_regs_done cmd; in cpuid_read() local
/openbmc/linux/kernel/trace/
H A Dkprobe_event_gen_test.c87 struct dynevent_cmd cmd; in test_gen_kprobe_cmd() local
158 struct dynevent_cmd cmd; in test_gen_kretprobe_cmd() local

1...<<21222324252627282930>>...188