/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 273 .gnl.cmd = CTRL_CMD_GETFAMILY, in libbpf_netlink_resolve_genl_family_id() 487 req.gnl.cmd = NETDEV_CMD_DEV_GET; in bpf_xdp_query() 582 static int tc_qdisc_modify(struct bpf_tc_hook *hook, int cmd, int flags) in tc_qdisc_modify() argument 595 req.nh.nlmsg_type = cmd; in tc_qdisc_modify()
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surface_dtx.c | 331 static long __surface_dtx_ioctl(struct sdtx_client *client, unsigned int cmd, unsigned long arg) in __surface_dtx_ioctl() argument 337 switch (cmd) { in __surface_dtx_ioctl() 378 static long surface_dtx_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in surface_dtx_ioctl() argument 391 status = __surface_dtx_ioctl(client, cmd, arg); in surface_dtx_ioctl()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-hcd.c | 717 u32 cmd; in ehci_irq() local 753 cmd = ehci_readl(ehci, &ehci->regs->command); in ehci_irq() 786 if (cmd & CMD_IAAD) in ehci_irq() 843 dbg_cmd(ehci, "fatal", cmd); in ehci_irq()
|
/openbmc/linux/sound/core/ |
H A D | compress_offload.c | 966 static long snd_compr_ioctl(struct file *f, unsigned int cmd, unsigned long arg) in snd_compr_ioctl() argument 978 switch (_IOC_NR(cmd)) { in snd_compr_ioctl() 1038 static long snd_compr_ioctl_compat(struct file *file, unsigned int cmd, in snd_compr_ioctl_compat() argument 1041 return snd_compr_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in snd_compr_ioctl_compat()
|
/openbmc/linux/drivers/pci/ |
H A D | iov.c | 949 u16 cmd; in pci_iov_update_resource() local 961 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &cmd); in pci_iov_update_resource() 962 if ((cmd & PCI_SRIOV_CTRL_VFE) && (cmd & PCI_SRIOV_CTRL_MSE)) { in pci_iov_update_resource()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | wdt87xx_i2c.c | 357 static int wdt87xx_send_command(struct i2c_client *client, int cmd, int value) in wdt87xx_send_command() argument 364 put_unaligned_le16((u16)cmd, &cmd_buf[CMD_INDEX_OFFSET]); in wdt87xx_send_command() 366 switch (cmd) { in wdt87xx_send_command() 390 dev_err(&client->dev, "Invalid command: %d\n", cmd); in wdt87xx_send_command()
|
/openbmc/linux/drivers/ata/ |
H A D | libata-sata.c | 1200 int ata_sas_queuecmd(struct scsi_cmnd *cmd, struct ata_port *ap) in ata_sas_queuecmd() argument 1205 rc = __ata_scsi_queuecmd(cmd, ap->link.device); in ata_sas_queuecmd() 1207 cmd->result = (DID_BAD_TARGET << 16); in ata_sas_queuecmd() 1208 scsi_done(cmd); in ata_sas_queuecmd()
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | lib.sh | 212 local cmd=$1; shift 214 if [[ ! -x "$(command -v "$cmd")" ]]; then 215 echo "SKIP: $cmd not installed" 546 output="$($cmd)"
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 212 local cmd=$1; shift 214 if [[ ! -x "$(command -v "$cmd")" ]]; then 215 echo "SKIP: $cmd not installed" 546 output="$($cmd)"
|
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 212 local cmd=$1; shift 214 if [[ ! -x "$(command -v "$cmd")" ]]; then 215 echo "SKIP: $cmd not installed" 546 output="$($cmd)"
|
/openbmc/linux/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 212 local cmd=$1; shift 214 if [[ ! -x "$(command -v "$cmd")" ]]; then 215 echo "SKIP: $cmd not installed" 546 output="$($cmd)"
|
/openbmc/openbmc-test-automation/redfish/systems/eventlog/ |
H A D | test_event_logging.robot | 324 ${cmd}= Catenate uptime; for i in {1..201}; do /tmp/tarball/bin/logging-test -c 326 BMC Execute Command ${cmd} 345 …${cmd}= Catenate uptime; for i in {1..${max_num_event_logs}}; do /tmp/tarball/bin/logging-test -c 347 BMC Execute Command ${cmd}
|
/openbmc/linux/drivers/spi/ |
H A D | spi-stm32-qspi.c | 366 op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth, in stm32_qspi_send() 381 ccr |= FIELD_PREP(CCR_INST_MASK, op->cmd.opcode); in stm32_qspi_send() 383 stm32_qspi_get_mode(op->cmd.buswidth)); in stm32_qspi_send()
|
/openbmc/linux/include/linux/ |
H A D | compat.h | 596 asmlinkage long compat_sys_fcntl(unsigned int fd, unsigned int cmd, 598 asmlinkage long compat_sys_fcntl64(unsigned int fd, unsigned int cmd, 600 asmlinkage long compat_sys_ioctl(unsigned int fd, unsigned int cmd, 749 asmlinkage long compat_sys_semctl(int semid, int semnum, int cmd, int arg);
|
/openbmc/fb-ipmi-oem/src/ |
H A D | storagecommands.cpp | 554 ipmi_ret_t ipmiStorageReserveSDR(ipmi_netfn_t netfn, ipmi_cmd_t cmd, in ipmiStorageReserveSDR() argument 558 printCommand(+netfn, +cmd); in ipmiStorageReserveSDR() 579 ipmi_ret_t ipmiStorageGetSDR(ipmi_netfn_t netfn, ipmi_cmd_t cmd, in ipmiStorageGetSDR() argument 583 printCommand(+netfn, +cmd); in ipmiStorageGetSDR()
|
/openbmc/qemu/hw/ppc/ |
H A D | vof.c | 826 char cmd[VOF_MAX_FORTHCODE] = ""; in vof_call_interpret() local 829 readstr(cmdaddr, cmd, sizeof(cmd)); in vof_call_interpret() 830 trace_vof_interpret(cmd, param1, param2, ret, *ret2); in vof_call_interpret()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | core.h | 1595 int dwc3_send_gadget_ep_cmd(struct dwc3_ep *dep, unsigned int cmd, 1597 int dwc3_send_gadget_generic_command(struct dwc3 *dwc, unsigned int cmd, 1614 static inline int dwc3_send_gadget_ep_cmd(struct dwc3_ep *dep, unsigned int cmd, in dwc3_send_gadget_ep_cmd() argument 1618 int cmd, u32 param) in dwc3_send_gadget_generic_command() argument
|
/openbmc/linux/include/scsi/ |
H A D | scsi_transport_spi.h | 147 int spi_populate_tag_msg(unsigned char *msg, struct scsi_cmnd *cmd);
|
/openbmc/linux/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_wireless.h | 297 unsigned int cmd; /* command code */ member
|
/openbmc/linux/sound/isa/wavefront/ |
H A D | wavefront_fx.c | 153 unsigned int cmd, unsigned long arg) in snd_wavefront_fx_ioctl() argument
|
/openbmc/linux/sound/core/seq/oss/ |
H A D | seq_oss_readq.c | 228 rec.t.cmd = TMR_WAIT_ABS; in snd_seq_oss_readq_put_timestamp()
|
/openbmc/u-boot/include/ |
H A D | fsl_qe.h | 274 void qe_issue_cmd(uint cmd, uint sbc, u8 mcn, u32 cmd_data);
|
/openbmc/u-boot/doc/imx/habv4/guides/ |
H A D | encrypted_boot.txt | 16 the dek_blob cmd enabled. The image used for DEK blob generation
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | ddr3_training_ip_flow.h | 52 u32 cmd; member
|
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ |
H A D | ddr_defs.h | 311 void config_cmd_ctrl(const struct cmd_control *cmd, int nr);
|