/openbmc/linux/drivers/virt/acrn/ |
H A D | hypercall.h | 301 static inline long hcall_get_cpu_state(u64 cmd, u64 state) in hcall_get_cpu_state() argument 303 return acrn_hypercall2(HC_PM_GET_CPU_STATE, cmd, state); in hcall_get_cpu_state()
|
/openbmc/linux/drivers/hwmon/ |
H A D | adm1177.c | 45 static int adm1177_write_cmd(struct adm1177_state *st, u8 cmd) in adm1177_write_cmd() argument 47 return i2c_smbus_write_byte(st->client, cmd); in adm1177_write_cmd()
|
/openbmc/linux/drivers/watchdog/ |
H A D | ib700wdt.c | 167 static long ibwdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ibwdt_ioctl() argument 180 switch (cmd) { in ibwdt_ioctl()
|
H A D | geodewdt.c | 135 static long geodewdt_ioctl(struct file *file, unsigned int cmd, in geodewdt_ioctl() argument 149 switch (cmd) { in geodewdt_ioctl()
|
H A D | gef_wdt.c | 158 static long gef_wdt_ioctl(struct file *file, unsigned int cmd, in gef_wdt_ioctl() argument 171 switch (cmd) { in gef_wdt_ioctl()
|
H A D | pika_wdt.c | 174 unsigned int cmd, unsigned long arg) in pikawdt_ioctl() argument 180 switch (cmd) { in pikawdt_ioctl()
|
H A D | advantechwdt.c | 131 static long advwdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in advwdt_ioctl() argument 144 switch (cmd) { in advwdt_ioctl()
|
H A D | cpu5wdt.c | 138 static long cpu5wdt_ioctl(struct file *file, unsigned int cmd, in cpu5wdt_ioctl() argument 149 switch (cmd) { in cpu5wdt_ioctl()
|
H A D | sa1100_wdt.c | 117 static long sa1100dog_ioctl(struct file *file, unsigned int cmd, in sa1100dog_ioctl() argument 125 switch (cmd) { in sa1100dog_ioctl()
|
/openbmc/linux/drivers/sbus/char/ |
H A D | display7seg.c | 102 static long d7s_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in d7s_ioctl() argument 113 switch (cmd) { in d7s_ioctl()
|
/openbmc/linux/sound/soc/amd/acp/ |
H A D | acp-pdm.c | 60 int cmd, struct snd_soc_dai *dai) in acp_dmic_dai_trigger() argument 67 switch (cmd) { in acp_dmic_dai_trigger()
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | tprot.c | 193 if (uc.cmd == UCALL_ABORT) \ 195 TEST_ASSERT_EQ(uc.cmd, UCALL_SYNC); \
|
/openbmc/linux/drivers/media/radio/si4713/ |
H A D | radio-platform-si4713.c | 107 bool valid_prio, unsigned int cmd, void *arg) in radio_si4713_default() argument 110 ioctl, cmd, arg); in radio_si4713_default()
|
/openbmc/linux/tools/testing/selftests/livepatch/ |
H A D | functions.sh | 121 local cmd="$*" 124 eval "$cmd" && return 0
|
/openbmc/linux/tools/build/ |
H A D | Makefile.build | 61 rule_mkdir = $(if $(wildcard $(dir $@)),,@$(call echo-cmd,mkdir) $(cmd_mkdir)) 167 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
/openbmc/linux/drivers/s390/net/ |
H A D | ism.h | 37 u32 cmd; member 43 u32 cmd; member
|
/openbmc/linux/drivers/hwmon/occ/ |
H A D | p9_sbe.c | 83 static int p9_sbe_occ_send_cmd(struct occ *occ, u8 *cmd, size_t len, in p9_sbe_occ_send_cmd() argument 91 rc = fsi_occ_submit(ctx->sbe, cmd, len, resp, &resp_len); in p9_sbe_occ_send_cmd()
|
/openbmc/linux/drivers/dma/ptdma/ |
H A D | ptdma.h | 120 struct pt_cmd *cmd; member 245 struct list_head cmd; member
|
/openbmc/linux/drivers/macintosh/ams/ |
H A D | ams-i2c.c | 87 static int ams_i2c_cmd(enum ams_i2c_cmd cmd) in ams_i2c_cmd() argument 92 ams_i2c_write(AMS_COMMAND, cmd); in ams_i2c_cmd()
|
/openbmc/linux/arch/arm/mm/ |
H A D | context.c | 102 static int contextidr_notifier(struct notifier_block *unused, unsigned long cmd, in contextidr_notifier() argument 109 if (cmd != THREAD_NOTIFY_SWITCH) in contextidr_notifier()
|
/openbmc/linux/drivers/iio/pressure/ |
H A D | cros_ec_baro.c | 59 st->core.param.cmd = MOTIONSENSE_CMD_SENSOR_RANGE; in cros_ec_baro_read() 94 st->core.param.cmd = MOTIONSENSE_CMD_SENSOR_RANGE; in cros_ec_baro_write()
|
/openbmc/linux/include/linux/ |
H A D | tty_driver.h | 372 unsigned int cmd, unsigned long arg); 374 unsigned int cmd, unsigned long arg);
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/cases/ |
H A D | devtool.py | 111 cmd = 'oe-publish-sdk %s %s' % (tcname_new, self.publish_dir) 112 subprocess.check_output(cmd, shell=True)
|
/openbmc/qemu/tests/functional/ |
H A D | test_ppc64_hv.py | 76 cmd = "xorriso -osirrox on -indev %s -cpx %s %s" % (iso, path, filename) 77 subprocess.run(cmd.split(),
|
/openbmc/linux/sound/pci/ |
H A D | sis7019.c | 567 static int sis_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in sis_pcm_trigger() argument 582 switch (cmd) { in sis_pcm_trigger() 890 static unsigned short sis_ac97_rw(struct sis7019 *sis, int codec, u32 cmd) in sis_ac97_rw() argument 934 outl(cmd, io + SIS_AC97_CMD); in sis_ac97_rw() 952 codec, cmd); in sis_ac97_rw() 961 static const u32 cmd[3] = { in sis_ac97_write() local 967 (val << 16) | (reg << 8) | cmd[ac97->num]); in sis_ac97_write() 972 static const u32 cmd[3] = { in sis_ac97_read() local 978 (reg << 8) | cmd[ac97->num]); in sis_ac97_read()
|