Home
last modified time | relevance | path

Searched refs:cmd (Results 3201 – 3225 of 6826) sorted by relevance

1...<<121122123124125126127128129130>>...274

/openbmc/linux/drivers/virt/acrn/
H A Dhypercall.h301 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 Dadm1177.c45 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 Dib700wdt.c167 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 Dgeodewdt.c135 static long geodewdt_ioctl(struct file *file, unsigned int cmd, in geodewdt_ioctl() argument
149 switch (cmd) { in geodewdt_ioctl()
H A Dgef_wdt.c158 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 Dpika_wdt.c174 unsigned int cmd, unsigned long arg) in pikawdt_ioctl() argument
180 switch (cmd) { in pikawdt_ioctl()
H A Dadvantechwdt.c131 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 Dcpu5wdt.c138 static long cpu5wdt_ioctl(struct file *file, unsigned int cmd, in cpu5wdt_ioctl() argument
149 switch (cmd) { in cpu5wdt_ioctl()
H A Dsa1100_wdt.c117 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 Ddisplay7seg.c102 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 Dacp-pdm.c60 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 Dtprot.c193 if (uc.cmd == UCALL_ABORT) \
195 TEST_ASSERT_EQ(uc.cmd, UCALL_SYNC); \
/openbmc/linux/drivers/media/radio/si4713/
H A Dradio-platform-si4713.c107 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 Dfunctions.sh121 local cmd="$*"
124 eval "$cmd" && return 0
/openbmc/linux/tools/build/
H A DMakefile.build61 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 Dism.h37 u32 cmd; member
43 u32 cmd; member
/openbmc/linux/drivers/hwmon/occ/
H A Dp9_sbe.c83 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 Dptdma.h120 struct pt_cmd *cmd; member
245 struct list_head cmd; member
/openbmc/linux/drivers/macintosh/ams/
H A Dams-i2c.c87 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 Dcontext.c102 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 Dcros_ec_baro.c59 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 Dtty_driver.h372 unsigned int cmd, unsigned long arg);
374 unsigned int cmd, unsigned long arg);
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/cases/
H A Ddevtool.py111 cmd = 'oe-publish-sdk %s %s' % (tcname_new, self.publish_dir)
112 subprocess.check_output(cmd, shell=True)
/openbmc/qemu/tests/functional/
H A Dtest_ppc64_hv.py76 cmd = "xorriso -osirrox on -indev %s -cpx %s %s" % (iso, path, filename)
77 subprocess.run(cmd.split(),
/openbmc/linux/sound/pci/
H A Dsis7019.c567 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()

1...<<121122123124125126127128129130>>...274