Home
last modified time | relevance | path

Searched refs:cmd (Results 3176 – 3200 of 6826) sorted by relevance

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

/openbmc/u-boot/test/py/tests/
H A Dtest_fpga.py177 for cmd in ['dump', 'load', 'loadb']:
180 output = u_boot_console.run_command('fpga %s %x $filesize' % (cmd, addr))
186 output = u_boot_console.run_command('fpga %s %x %x $filesize 0' % (cmd, dev, addr))
192 output = u_boot_console.run_command('fpga %s %x 0 $filesize' % (cmd, dev))
198 output = u_boot_console.run_command('fpga %s %x %x 0' % (cmd, dev, addr))
/openbmc/linux/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c466 struct hdlcdrv_ioctl *hi, int cmd);
501 struct hdlcdrv_ioctl *hi, int cmd) in baycom_ioctl() argument
512 if (cmd != SIOCDEVPRIVATE) in baycom_ioctl()
514 switch (hi->cmd) { in baycom_ioctl()
545 switch (bi.cmd) { in baycom_ioctl()
/openbmc/linux/drivers/misc/uacce/
H A Duacce.c57 unsigned int cmd, unsigned long arg) in uacce_fops_unl_ioctl() argument
75 switch (cmd) { in uacce_fops_unl_ioctl()
84 ret = uacce->ops->ioctl(q, cmd, arg); in uacce_fops_unl_ioctl()
95 unsigned int cmd, unsigned long arg) in uacce_fops_compat_ioctl() argument
99 return uacce_fops_unl_ioctl(filep, cmd, arg); in uacce_fops_compat_ioctl()
/openbmc/linux/tools/testing/selftests/net/
H A Dsrv6_end_next_csid_l3vpn_test.sh371 local cmd="$1"
373 if [ ! -x "$(command -v "${cmd}")" ]; then
374 echo "SKIP: Could not run test without \"${cmd}\" tool";
998 local cmd="$2"
1012 "${cmd}" "${CSID_CNTR_PREFIX}" \
H A Dsrv6_end_x_next_csid_l3vpn_test.sh413 local cmd="$1"
415 if [ ! -x "$(command -v "${cmd}")" ]; then
416 echo "SKIP: Could not run test without \"${cmd}\" tool";
1065 local cmd="$2"
1079 "${cmd}" "${CSID_CNTR_PREFIX}" \
/openbmc/linux/sound/soc/sof/
H A Dipc3-dtrace.c165 msg->hdr.cmd = SOF_IPC_GLB_TRACE_MSG | SOF_IPC_TRACE_FILTER_UPDATE; in ipc3_trace_update_filter()
441 params.hdr.cmd = SOF_IPC_GLB_TRACE_MSG; in ipc3_dtrace_enable()
445 params.hdr.cmd |= SOF_IPC_TRACE_DMA_PARAMS_EXT; in ipc3_dtrace_enable()
449 params.hdr.cmd |= SOF_IPC_TRACE_DMA_PARAMS; in ipc3_dtrace_enable()
614 hdr.cmd = SOF_IPC_GLB_TRACE_MSG | SOF_IPC_TRACE_DMA_FREE; in ipc3_dtrace_release()
/openbmc/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c20 #define DP_HEADER(_dp, ver, cmd) (VDO((_dp)->alt->svid, 1, ver, cmd) \ argument
286 int cmd = PD_VDO_CMD(hdr); in dp_altmode_vdm() local
298 switch (cmd) { in dp_altmode_vdm()
325 switch (cmd) { in dp_altmode_vdm()
/openbmc/linux/ipc/
H A Dutil.c723 struct ipc_ids *ids, int id, int cmd, in ipcctl_obtain_check() argument
737 if (cmd == IPC_SET) in ipcctl_obtain_check()
760 int ipc_parse_version(int *cmd) in ipc_parse_version() argument
762 if (*cmd & IPC_64) { in ipc_parse_version()
763 *cmd ^= IPC_64; in ipc_parse_version()
/openbmc/linux/drivers/eisa/
H A DMakefile22 $(call cmd,eisaid)
/openbmc/qemu/include/hw/sd/
H A Dbcm2835_sdhost.h31 uint32_t cmd; member
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dsubprocesstweak.py16 s = "Command '%s' returned non-zero exit status %d" % (self.cmd, self.returncode)
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dhost-poweroff7 source /usr/libexec/phosphor-state-manager/power-cmd
/openbmc/qemu/include/hw/ipmi/
H A Dipmi.h200 uint8_t *cmd, unsigned int cmd_len,
292 uint8_t *cmd, unsigned int cmd_len,
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_i2c.c109 static int cros_ec_i2c_command(struct udevice *udev, uint8_t cmd, in cros_ec_i2c_command() argument
167 *ptr++ = cmd; in cros_ec_i2c_command()
/openbmc/ipmitool/lib/
H A Dhpm2.c79 req.msg.cmd = HPM2_GET_LAN_ATTACH_CAPABILITIES; in hpm2_get_capabilities()
204 req.msg.cmd = IPMI_LAN_GET_CONFIG; in hpm2_get_lan_channel_capabilities()
/openbmc/qemu/audio/
H A Dwavcapture.c27 static void wav_notify (void *opaque, audcnotification_e cmd) in wav_notify() argument
30 (void) cmd; in wav_notify()
/openbmc/linux/drivers/watchdog/
H A Dwafer5823wdt.c122 static long wafwdt_ioctl(struct file *file, unsigned int cmd, in wafwdt_ioctl() argument
135 switch (cmd) { in wafwdt_ioctl()
H A Dsb_wdog.c169 static long sbwdog_ioctl(struct file *file, unsigned int cmd, in sbwdog_ioctl() argument
177 switch (cmd) { in sbwdog_ioctl()
H A Dsbc7240_wdt.c156 static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in fop_ioctl() argument
158 switch (cmd) { in fop_ioctl()
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks.h112 const void *cmd, unsigned int size);
114 const void *cmd, unsigned int cmd_size,
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6asm.h144 int q6asm_cmd(struct audio_client *ac, uint32_t stream_id, int cmd);
145 int q6asm_cmd_nowait(struct audio_client *ac, uint32_t stream_id, int cmd);
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dbuildtest.py58 cmd = "bash -c 'source oe-init-build-env %s'" % BuildTest.BUILDDIR
60 cmd,
/openbmc/qemu/python/qemu/utils/
H A Dqom_fuse.py140 data = str(self.qmp.cmd('qom-get', path=path, property=prop))
155 return prefix + str(self.qmp.cmd('qom-get', path=path,
/openbmc/linux/drivers/scsi/bfa/
H A Dbfad_im.h57 static inline struct bfad_cmd_priv *bfad_priv(struct scsi_cmnd *cmd) in bfad_priv() argument
59 return scsi_cmd_priv(cmd); in bfad_priv()
/openbmc/linux/include/net/
H A Ddcbnl.h55 int dcbnl_ieee_notify(struct net_device *dev, int event, int cmd,
57 int dcbnl_cee_notify(struct net_device *dev, int event, int cmd,

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