/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_ptp.c | 22 int tsnep_ptp_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in tsnep_ptp_ioctl() argument 30 if (cmd == SIOCSHWTSTAMP) { in tsnep_ptp_ioctl()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_obj_pinning.c | 18 static inline int sys_fsconfig(int fs_fd, unsigned cmd, const char *key, const void *val, int aux) in sys_fsconfig() argument 20 return syscall(__NR_fsconfig, fs_fd, cmd, key, val, aux); in sys_fsconfig()
|
/openbmc/linux/sound/soc/spear/ |
H A D | spdif_in.c | 110 static int spdif_in_trigger(struct snd_pcm_substream *substream, int cmd, in spdif_in_trigger() argument 120 switch (cmd) { in spdif_in_trigger()
|
/openbmc/linux/sound/soc/loongson/ |
H A D | loongson_i2s.c | 24 static int loongson_i2s_trigger(struct snd_pcm_substream *substream, int cmd, in loongson_i2s_trigger() argument 30 switch (cmd) { in loongson_i2s_trigger()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_nic.h | 203 struct ethtool_link_ksettings *cmd); 205 const struct ethtool_link_ksettings *cmd);
|
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_aud2htx.c | 24 static int fsl_aud2htx_trigger(struct snd_pcm_substream *substream, int cmd, in fsl_aud2htx_trigger() argument 29 switch (cmd) { in fsl_aud2htx_trigger()
|
/openbmc/linux/drivers/s390/cio/ |
H A D | itcw.c | 294 struct dcw *itcw_add_dcw(struct itcw *itcw, u8 cmd, u8 flags, void *cd, in itcw_add_dcw() argument 297 return tccb_add_dcw(tcw_get_tccb(itcw->tcw), TCCB_MAX_SIZE, cmd, in itcw_add_dcw()
|
/openbmc/linux/sound/soc/sh/ |
H A D | ssi.c | 109 static int ssi_trigger(struct snd_pcm_substream *substream, int cmd, in ssi_trigger() argument 114 switch (cmd) { in ssi_trigger()
|
/openbmc/linux/sound/soc/au1x/ |
H A D | i2sc.c | 137 int cmd, struct snd_soc_dai *dai) in au1xi2s_trigger() argument 142 switch (cmd) { in au1xi2s_trigger()
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | mchp23k256.c | 42 unsigned int addr, u8 *cmd) in mchp23k256_addr2cmd() argument 52 cmd[i] = addr; in mchp23k256_addr2cmd()
|
/openbmc/linux/sound/soc/xilinx/ |
H A D | xlnx_i2s.c | 128 static int xlnx_i2s_trigger(struct snd_pcm_substream *substream, int cmd, in xlnx_i2s_trigger() argument 133 switch (cmd) { in xlnx_i2s_trigger()
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_tx_iptunnel_user.c | 80 static void usage(const char *cmd) in usage() argument 85 printf("Usage: %s [...]\n", cmd); in usage()
|
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-msg.h | 267 u32 cmd; member 355 u32 cmd; member
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | sbe_ffdc_handler.cpp | 55 uint32_t cmd:8; member 65 uint32_t cmd:8; member
|
/openbmc/qemu/hw/ide/ |
H A D | ahci-internal.h | 267 uint32_t cmd; member 302 uint8_t cmd; member
|
/openbmc/qemu/hw/input/ |
H A D | trace-events | 18 adb_bus_request(uint8_t addr, const char *cmd, int size) "device 0x%x %s cmdsize=%d" 19 adb_bus_request_done(uint8_t addr, const char *cmd, int size) "device 0x%x %s replysize=%d"
|
/openbmc/qemu/hw/char/ |
H A D | goldfish_tty.c | 70 static void goldfish_tty_cmd(GoldfishTTYState *s, uint32_t cmd) in goldfish_tty_cmd() argument 77 switch (cmd) { in goldfish_tty_cmd()
|
/openbmc/linux/include/linux/i3c/ |
H A D | master.h | 466 const struct i3c_ccc_cmd *cmd); 468 struct i3c_ccc_cmd *cmd);
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib-onlink-tests.sh | 125 local cmd="$*" 130 printf " COMMAND: $cmd\n" 133 out=$(eval $cmd 2>&1)
|
/openbmc/linux/drivers/char/ |
H A D | dtlk.c | 99 unsigned int cmd, unsigned long arg); 270 unsigned int cmd, in dtlk_ioctl() argument 278 switch (cmd) { in dtlk_ioctl()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | f_fastboot.c | 423 int cmd = -1; in rx_handler_command() local 430 cmd = fastboot_handle_command(cmdbuf, response); in rx_handler_command() 444 switch (cmd) { in rx_handler_command()
|
/openbmc/u-boot/tools/ |
H A D | proftool.c | 551 const char *cmd = *argv; in prof_tool() local 553 if (0 == strcmp(cmd, "dump-ftrace")) in prof_tool() 556 warn("Unknown command '%s'\n", cmd); in prof_tool()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-encoder-cmd.rst | 48 The ``cmd`` field must contain the command code. Some commands use the 79 - ``cmd`` 165 The ``cmd`` field is invalid.
|
/openbmc/linux/drivers/atm/ |
H A D | suni.c | 255 static int suni_ioctl(struct atm_dev *dev,unsigned int cmd,void __user *arg) in suni_ioctl() argument 257 switch (cmd) { in suni_ioctl() 260 return fetch_stats(dev, arg, cmd == SONET_GETSTATZ); in suni_ioctl()
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emumpu401.c | 105 …u10k1_midi_cmd(struct snd_emu10k1 * emu, struct snd_emu10k1_midi *midi, unsigned char cmd, int ack) in snd_emu10k1_midi_cmd() argument 113 mpu401_write_cmd(emu, midi, cmd); in snd_emu10k1_midi_cmd() 132 cmd, emu->port, in snd_emu10k1_midi_cmd()
|