Home
last modified time | relevance | path

Searched defs:cmd (Results 776 – 800 of 4686) sorted by relevance

1...<<31323334353637383940>>...188

/openbmc/u-boot/board/xes/common/
H A Dactl_nand.c16 static void nand_addr_hwcontrol(struct mtd_info *mtd, int cmd, uint ctrl) in nand_addr_hwcontrol()
/openbmc/u-boot/cmd/
H A Dterminal.c15 int do_terminal(cmd_tbl_t * cmd, int flag, int argc, char * const argv[]) in do_terminal()
H A Dconsole.c15 static int do_coninfo(cmd_tbl_t *cmd, int flag, int argc, char * const argv[]) in do_coninfo()
/openbmc/qemu/util/
H A Dsys_membarrier.c18 membarrier(int cmd, int flags) in membarrier()
/openbmc/linux/arch/microblaze/kernel/
H A Dreset.c35 void machine_restart(char *cmd) in machine_restart()
/openbmc/linux/arch/xtensa/kernel/
H A Dplatform.c29 void __weak __init platform_setup(char **cmd) in platform_setup()
/openbmc/linux/drivers/comedi/
H A Dcomedi_fops.c1657 struct comedi_cmd *cmd) in __comedi_get_user_cmd()
1710 struct comedi_cmd *cmd) in __comedi_get_user_chanlist()
1749 struct comedi_cmd *cmd, bool *copy, void *file) in do_cmd_ioctl()
1854 struct comedi_cmd *cmd, bool *copy, void *file) in do_cmdtest_ioctl()
2116 static long comedi_unlocked_ioctl(struct file *file, unsigned int cmd, in comedi_unlocked_ioctl()
2208 struct comedi_cmd cmd; in comedi_unlocked_ioctl() local
2221 struct comedi_cmd cmd; in comedi_unlocked_ioctl() local
2944 static int get_compat_cmd(struct comedi_cmd *cmd, in get_compat_cmd()
2973 struct comedi_cmd *cmd) in put_compat_cmd()
3005 struct comedi_cmd cmd; in compat_cmd() local
[all …]
/openbmc/qemu/hw/i386/
H A Damd_iommu.c382 static void amdvi_completion_wait(AMDVIState *s, uint64_t *cmd) in amdvi_completion_wait()
409 static void amdvi_inval_devtab_entry(AMDVIState *s, uint64_t *cmd) in amdvi_inval_devtab_entry()
422 static void amdvi_complete_ppr(AMDVIState *s, uint64_t *cmd) in amdvi_complete_ppr()
433 static void amdvi_inval_all(AMDVIState *s, uint64_t *cmd) in amdvi_inval_all()
453 static void amdvi_inval_pages(AMDVIState *s, uint64_t *cmd) in amdvi_inval_pages()
468 static void amdvi_prefetch_pages(AMDVIState *s, uint64_t *cmd) in amdvi_prefetch_pages()
480 static void amdvi_inval_inttable(AMDVIState *s, uint64_t *cmd) in amdvi_inval_inttable()
494 static void iommu_inval_iotlb(AMDVIState *s, uint64_t *cmd) in iommu_inval_iotlb()
518 uint64_t cmd[2]; in amdvi_cmdbuf_exec() local
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c524 int txlen, struct devrequest *cmd) in dwc_otg_submit_rh_msg_in_status()
592 struct devrequest *cmd) in dwc_otg_submit_rh_msg_in_descriptor()
675 struct devrequest *cmd) in dwc_otg_submit_rh_msg_in_configuration()
699 int txlen, struct devrequest *cmd) in dwc_otg_submit_rh_msg_in()
721 struct devrequest *cmd) in dwc_otg_submit_rh_msg_out()
789 struct devrequest *cmd) in dwc_otg_submit_rh_msg()
/openbmc/linux/drivers/mmc/host/
H A Djz4740_mmc.c160 struct mmc_command *cmd; member
655 struct mmc_command *cmd) in jz4740_mmc_read_response()
678 struct mmc_command *cmd) in jz4740_mmc_send_command()
742 struct mmc_command *cmd = host->req->cmd; in jz_mmc_prepare_data_transfer() local
758 struct mmc_command *cmd = host->req->cmd; in jz_mmc_irq_worker() local
841 struct mmc_command *cmd = host->cmd; in jz_mmc_irq() local
/openbmc/linux/drivers/iommu/iommufd/
H A Dselftest.c405 struct iommu_test_cmd *cmd) in iommufd_test_mock_domain()
462 struct iommu_test_cmd *cmd) in iommufd_test_mock_domain_replace()
737 struct iommu_test_cmd *cmd = ucmd->cmd; in iommufd_test_create_access() local
831 struct iommu_test_cmd *cmd = ucmd->cmd; in iommufd_test_access_pages() local
926 struct iommu_test_cmd *cmd = ucmd->cmd; in iommufd_test_access_rw() local
995 struct iommu_test_cmd *cmd = ucmd->cmd; in iommufd_test() local
/openbmc/linux/arch/sparc/kernel/
H A Dreboot.c41 void machine_restart(char *cmd) in machine_restart()
/openbmc/openpower-proc-control/procedures/phal/
H A Dimport_devtree.cpp47 std::string cmd("/usr/bin/attributes "); in importDevtree() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ptr_untrusted.c10 int BPF_PROG(lsm_run, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG()
/openbmc/linux/arch/riscv/kernel/
H A Dreset.c18 void machine_restart(char *cmd) in machine_restart()
/openbmc/linux/include/linux/isdn/
H A Dcapiutil.h54 #define CAPIMSG_SETCOMMAND(m,cmd) capimsg_setu8(m, 4, cmd) argument
55 #define CAPIMSG_SETSUBCOMMAND(m, cmd) capimsg_setu8(m, 5, cmd) argument
/openbmc/skeleton/op-flasher/
H A Dflasher_obj.c231 cmdline *cmd = user_data; in on_bus_acquired() local
291 cmdline cmd; in main() local
/openbmc/u-boot/drivers/fastboot/
H A Dfb_nand.c171 void fastboot_nand_flash_write(const char *cmd, void *download_buffer, in fastboot_nand_flash_write()
236 void fastboot_nand_erase(const char *cmd, char *response) in fastboot_nand_erase()
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_nvram.c12 static inline void eeprom_cmd(uint32_t cmd, struct scsi_qla_host *ha) in eeprom_cmd()
44 static int fm93c56a_cmd(struct scsi_qla_host * ha, int cmd, int addr) in fm93c56a_cmd()
/openbmc/linux/sound/firewire/tascam/
H A Dtascam-hwdep.c223 unsigned int cmd, unsigned long arg) in hwdep_ioctl()
243 unsigned int cmd, unsigned long arg) in hwdep_compat_ioctl()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dcmdhdr.h69 u8 cmd; member
116 u8 cmd; member
/openbmc/linux/drivers/s390/char/
H A Dvmcp.c158 char *cmd; in vmcp_write() local
200 static long vmcp_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in vmcp_ioctl()
/openbmc/linux/drivers/mfd/
H A Drsmu_spi.c30 u8 cmd[RSMU_MAX_READ_COUNT + 1] = {0}; in rsmu_read_device() local
71 u8 cmd[RSMU_MAX_WRITE_COUNT + 1] = {0}; in rsmu_write_device() local
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ethtool.c280 struct ethtool_link_ksettings *cmd) in octep_get_link_ksettings()
333 const struct ethtool_link_ksettings *cmd) in octep_set_link_ksettings()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dgen2_engine_cs.c19 u32 cmd, *cs; in gen2_emit_flush() local
45 u32 cmd, *cs; in gen4_emit_flush_rcs() local

1...<<31323334353637383940>>...188