/openbmc/linux/drivers/platform/goldfish/ |
H A D | goldfish_pipe.c | 87 s32 cmd; /* PipeCmdCode, guest -> host */ member 219 enum PipeCmdCode cmd) in goldfish_pipe_cmd_locked() argument 221 pipe->command_buffer->cmd = cmd; in goldfish_pipe_cmd_locked() 228 static int goldfish_pipe_cmd(struct goldfish_pipe *pipe, enum PipeCmdCode cmd) in goldfish_pipe_cmd() argument 234 status = goldfish_pipe_cmd_locked(pipe, cmd); in goldfish_pipe_cmd()
|
/openbmc/linux/drivers/net/usb/ |
H A D | asix_common.c | 14 int __must_check asix_read_cmd(struct usbnet *dev, u8 cmd, u16 value, u16 index, in asix_read_cmd() argument 27 ret = fn(dev, cmd, USB_DIR_IN | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in asix_read_cmd() 40 int asix_write_cmd(struct usbnet *dev, u8 cmd, u16 value, u16 index, in asix_write_cmd() argument 53 ret = fn(dev, cmd, USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in asix_write_cmd() 63 void asix_write_cmd_async(struct usbnet *dev, u8 cmd, u16 value, u16 index, in asix_write_cmd_async() argument 66 usbnet_write_cmd_async(dev, cmd, in asix_write_cmd_async()
|
/openbmc/linux/net/bridge/ |
H A D | br_vlan_options.c | 145 int cmd, err; in br_vlan_modify_tunnel() local 166 cmd = nla_get_u32(tun_tb[BRIDGE_VLANDB_TINFO_CMD]); in br_vlan_modify_tunnel() 167 switch (cmd) { in br_vlan_modify_tunnel() 190 return br_vlan_tunnel_info(p, cmd, v->vid, tun_id, changed); in br_vlan_modify_tunnel() 648 int cmd, in br_vlan_rtm_process_global_options() argument 658 if (cmd != RTM_NEWVLAN) { in br_vlan_rtm_process_global_options()
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-sitronix-st7789v.c | 157 static int st7789v_write_command(struct st7789v *ctx, u8 cmd) in st7789v_write_command() argument 159 return st7789v_spi_write(ctx, ST7789V_COMMAND, cmd); in st7789v_write_command() 162 static int st7789v_write_data(struct st7789v *ctx, u8 cmd) in st7789v_write_data() argument 164 return st7789v_spi_write(ctx, ST7789V_DATA, cmd); in st7789v_write_data() 167 static int st7789v_read_data(struct st7789v *ctx, u8 cmd, u8 *buf, in st7789v_read_data() argument 172 u16 txbuf = ((ST7789V_COMMAND & 1) << 8) | cmd; in st7789v_read_data()
|
/openbmc/linux/include/linux/spi/ |
H A D | spi.h | 1440 static inline ssize_t spi_w8r8(struct spi_device *spi, u8 cmd) in spi_w8r8() argument 1445 status = spi_write_then_read(spi, &cmd, 1, &result, 1); in spi_w8r8() 1465 static inline ssize_t spi_w8r16(struct spi_device *spi, u8 cmd) in spi_w8r16() argument 1470 status = spi_write_then_read(spi, &cmd, 1, &result, 2); in spi_w8r16() 1490 static inline ssize_t spi_w8r16be(struct spi_device *spi, u8 cmd) in spi_w8r16be() argument 1496 status = spi_write_then_read(spi, &cmd, 1, &result, 2); in spi_w8r16be()
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-rsa.c | 111 rctx->csr.pka.cmd = CRYPTO_CMD_PRE; in starfive_rsa_montgomery_form() 134 rctx->csr.pka.cmd = CRYPTO_CMD_AERN; in starfive_rsa_montgomery_form() 148 rctx->csr.pka.cmd = CRYPTO_CMD_PRE; in starfive_rsa_montgomery_form() 170 rctx->csr.pka.cmd = CRYPTO_CMD_ARN; in starfive_rsa_montgomery_form() 224 rctx->csr.pka.cmd = CRYPTO_CMD_AARN; in starfive_rsa_cpu_start() 240 rctx->csr.pka.cmd = CRYPTO_CMD_AERN; in starfive_rsa_cpu_start()
|
/openbmc/linux/include/sound/ |
H A D | opl3.h | 290 void (*command) (struct snd_opl3 * opl3, unsigned short cmd, unsigned char val); 354 unsigned int cmd, unsigned long arg);
|
/openbmc/linux/drivers/watchdog/ |
H A D | mixcomwd.c | 193 unsigned int cmd, unsigned long arg) in mixcomwd_ioctl() argument 204 switch (cmd) { in mixcomwd_ioctl()
|
H A D | scx200_wdt.c | 155 static long scx200_wdt_ioctl(struct file *file, unsigned int cmd, in scx200_wdt_ioctl() argument 168 switch (cmd) { in scx200_wdt_ioctl()
|
H A D | mtx-1_wdt.c | 129 static long mtx1_wdt_ioctl(struct file *file, unsigned int cmd, in mtx1_wdt_ioctl() argument 140 switch (cmd) { in mtx1_wdt_ioctl()
|
H A D | sbc_fitpc2_wdt.c | 118 static long fitpc2_wdt_ioctl(struct file *file, unsigned int cmd, in fitpc2_wdt_ioctl() argument 124 switch (cmd) { in fitpc2_wdt_ioctl()
|
H A D | riowd.c | 88 static long riowd_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in riowd_ioctl() argument 100 switch (cmd) { in riowd_ioctl()
|
H A D | pnx4008_wdt.c | 126 unsigned long mode, void *cmd) in pnx4008_restart_handler() argument 128 const char *boot_cmd = cmd; in pnx4008_restart_handler()
|
H A D | acquirewdt.c | 144 static long acq_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in acq_ioctl() argument 155 switch (cmd) { in acq_ioctl()
|
/openbmc/linux/drivers/scsi/elx/libefc/ |
H A D | efc_node.h | 112 u8 cmd, void (*efc_node_common_func)(const char *, 118 u16 cmd, void (*efc_node_common_func)(const char *,
|
/openbmc/linux/net/openvswitch/ |
H A D | datapath.h | 144 u8 cmd; member 266 u32 portid, u32 seq, u8 cmd);
|
/openbmc/linux/include/linux/ |
H A D | swait.h | 158 #define ___swait_event(wq, condition, state, ret, cmd) \ argument 176 cmd; \
|
/openbmc/linux/drivers/scsi/isci/ |
H A D | request.h | 134 struct ssp_cmd_iu cmd; member 144 struct host_to_dev_fis cmd; member
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | erst-dbg.c | 55 static long erst_dbg_ioctl(struct file *f, unsigned int cmd, unsigned long arg) in erst_dbg_ioctl() argument 61 switch (cmd) { in erst_dbg_ioctl()
|
/openbmc/openbmc/poky/meta/recipes-support/libseccomp/ |
H A D | libseccomp_2.5.5.bb | 54 …sed -i -e 's@cmd /usr/bin/env python @cmd /usr/bin/env python3 @' ${D}/${PTEST_PATH}/tests/regress…
|
/openbmc/linux/net/ax25/ |
H A D | ax25_dev.c | 131 int ax25_fwd_ioctl(unsigned int cmd, struct ax25_fwd_struct *fwd) in ax25_fwd_ioctl() argument 138 switch (cmd) { in ax25_fwd_ioctl()
|
/openbmc/phosphor-host-ipmid/ |
H A D | systemintfcmds.cpp | 69 const auto& [cmd, data0] = ipmid_get_host_cmd_manager()->getNextCommand(); in ipmiAppReadEventBuffer() 73 selOemId, selRecordTypeOem, manufId, timestamp, netfun, cmd, in ipmiAppReadEventBuffer()
|
/openbmc/qemu/tests/functional/ |
H A D | test_virtio_version.py | 53 vm.cmd('qom-list-types', implements=implements)] 81 pcibuses = vm.cmd('query-pci')
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bcm63xx_enet.c | 1452 cmd->base.autoneg = 0; in bcm_enet_get_link_ksettings() 1453 cmd->base.speed = (priv->force_speed_100) ? in bcm_enet_get_link_ksettings() 1463 cmd->link_modes.supported, supported); in bcm_enet_get_link_ksettings() 1465 cmd->link_modes.advertising, advertising); in bcm_enet_get_link_ksettings() 1466 cmd->base.port = PORT_MII; in bcm_enet_get_link_ksettings() 1483 if (cmd->base.autoneg || in bcm_enet_set_link_ksettings() 1484 (cmd->base.speed != SPEED_100 && in bcm_enet_set_link_ksettings() 1485 cmd->base.speed != SPEED_10) || in bcm_enet_set_link_ksettings() 1486 cmd->base.port != PORT_MII) in bcm_enet_set_link_ksettings() 1490 (cmd->base.speed == SPEED_100) ? 1 : 0; in bcm_enet_set_link_ksettings() [all …]
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptscsih.c | 2627 u8 cmd; in mptscsih_scandv_complete() local 2783 u8 cmd = io->cmd; in mptscsih_do_cmd() local 2803 switch (cmd) { in mptscsih_do_cmd() 2807 CDB[0] = cmd; in mptscsih_do_cmd() 2821 CDB[0] = cmd; in mptscsih_do_cmd() 2828 CDB[0] = cmd; in mptscsih_do_cmd() 2837 CDB[0] = cmd; in mptscsih_do_cmd() 2856 CDB[0] = cmd; in mptscsih_do_cmd() 2871 CDB[0] = cmd; in mptscsih_do_cmd() 2878 CDB[0] = cmd; in mptscsih_do_cmd() [all …]
|