/openbmc/linux/drivers/net/ethernet/amd/pds_core/ |
H A D | devlink.c | 100 union pds_core_dev_cmd cmd = { in pdsc_dl_info_get() local 113 err = pdsc_devcmd_locked(pdsc, &cmd, &comp, pdsc->devcmd_timeout * 2); in pdsc_dl_info_get()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | pcm1789.c | 143 static int pcm1789_trigger(struct snd_pcm_substream *substream, int cmd, in pcm1789_trigger() argument 150 switch (cmd) { in pcm1789_trigger()
|
/openbmc/linux/fs/smb/client/ |
H A D | cifsfs.h | 103 extern int cifs_flock(struct file *pfile, int cmd, struct file_lock *plock); 142 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
|
/openbmc/linux/drivers/watchdog/ |
H A D | ath79_wdt.c | 183 static long ath79_wdt_ioctl(struct file *file, unsigned int cmd, in ath79_wdt_ioctl() argument 191 switch (cmd) { in ath79_wdt_ioctl()
|
/openbmc/linux/tools/lib/thermal/ |
H A D | events.c | 36 if (!enabled_ops[genlhdr->cmd]) in handle_thermal_event() 39 switch (genlhdr->cmd) { in handle_thermal_event()
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | setup.c | 72 static void __noreturn ps3_restart(char *cmd) in ps3_restart() argument 74 DBG("%s:%d cmd '%s'\n", __func__, __LINE__, cmd); in ps3_restart()
|
/openbmc/linux/drivers/ata/ |
H A D | libata-trace.c | 188 libata_trace_parse_subcmd(struct trace_seq *p, unsigned char cmd, in libata_trace_parse_subcmd() argument 193 switch (cmd) { in libata_trace_parse_subcmd()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | egalax_ts.c | 148 static const u8 cmd[MAX_I2C_DATA_LEN] = { 0x03, 0x03, 0xa, 0x01, 0x41 }; in egalax_firmware_version() local 151 ret = i2c_master_send(client, cmd, MAX_I2C_DATA_LEN); in egalax_firmware_version()
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | sps30_i2c.c | 65 static int sps30_i2c_command(struct sps30_state *state, u16 cmd, void *arg, size_t arg_size, in sps30_i2c_command() argument 85 put_unaligned_be16(cmd, buf); in sps30_i2c_command()
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-feiyang-fy07024di26a30d.c | 82 const struct feiyang_init_cmd *cmd = in feiyang_prepare() local 85 ret = mipi_dsi_dcs_write_buffer(dsi, cmd->data, in feiyang_prepare()
|
/openbmc/linux/drivers/iio/temperature/ |
H A D | tsys01.c | 34 int (*reset)(void *cli, u8 cmd, unsigned int delay); 37 int (*read_prom_word)(void *cli, int cmd, u16 *word);
|
/openbmc/openbmc-test-automation/lib/ |
H A D | esel_utils.robot | 29 ${cmd}= Catenate 31 Run Inband IPMI Standard Command ${cmd}
|
H A D | bmc_dbus.robot | 80 ${cmd}= Catenate ${BUSCTL_INTROSPECT_COMMAND} ${dbus_command} 81 ${resp}= BMC Execute Command ${cmd}
|
/openbmc/linux/drivers/nfc/ |
H A D | virtual_ncidev.c | 180 static long virtual_ncidev_ioctl(struct file *file, unsigned int cmd, in virtual_ncidev_ioctl() argument 187 if (cmd != IOCTL_GET_NCIDEV_IDX) in virtual_ncidev_ioctl()
|
/openbmc/linux/drivers/macintosh/ |
H A D | via-pmu.c | 2352 u_int cmd, u_long arg) in pmu_ioctl() argument 2357 switch (cmd) { in pmu_ioctl() 2417 u_int cmd, u_long arg) in pmu_unlocked_ioctl() argument 2422 ret = pmu_ioctl(filp, cmd, arg); in pmu_unlocked_ioctl() 2438 switch (cmd) { in compat_pmu_ioctl() 2442 cmd = PMU_IOC_GET_BACKLIGHT; in compat_pmu_ioctl() 2445 cmd = PMU_IOC_SET_BACKLIGHT; in compat_pmu_ioctl() 2448 cmd = PMU_IOC_GET_MODEL; in compat_pmu_ioctl() 2451 cmd = PMU_IOC_HAS_ADB; in compat_pmu_ioctl() 2454 cmd = PMU_IOC_CAN_SLEEP; in compat_pmu_ioctl() [all …]
|
/openbmc/linux/drivers/media/cec/core/ |
H A D | cec-adap.c | 1064 u8 cmd = msg->msg[1]; in cec_received_msg_ts() local 1122 u8 dir_fl = cec_msg_size[cmd] & BOTH; in cec_received_msg_ts() 1124 min_len = cec_msg_size[cmd] & 0x1f; in cec_received_msg_ts() 1138 switch (cmd) { in cec_received_msg_ts() 1166 bool abort = cmd == CEC_MSG_FEATURE_ABORT; in cec_received_msg_ts() 1170 cmd = msg->msg[2]; in cec_received_msg_ts() 1185 (cmd == CEC_MSG_REPORT_ARC_INITIATED || in cec_received_msg_ts() 1186 cmd == CEC_MSG_REPORT_ARC_TERMINATED) && in cec_received_msg_ts() 1189 dst->reply = cmd; in cec_received_msg_ts() 1192 if ((abort && cmd != dst->msg[1]) || in cec_received_msg_ts() [all …]
|
/openbmc/linux/net/ncsi/ |
H A D | ncsi-manage.c | 393 struct sk_buff *cmd, *rsp; in ncsi_free_request() local 403 cmd = nr->cmd; in ncsi_free_request() 405 nr->cmd = NULL; in ncsi_free_request() 411 if (driven && cmd && --ndp->pending_req_num == 0) in ncsi_free_request() 415 consume_skb(cmd); in ncsi_free_request() 435 struct ncsi_cmd_pkt *cmd; in ncsi_request_timeout() local 445 if (nr->rsp || !nr->cmd) { in ncsi_request_timeout() 452 if (nr->cmd) { in ncsi_request_timeout() 454 cmd = (struct ncsi_cmd_pkt *) in ncsi_request_timeout() 455 skb_network_header(nr->cmd); in ncsi_request_timeout() [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | af_inet.c | 965 switch (cmd) { in inet_ioctl() 970 err = ip_rt_ioctl(net, cmd, &rt); in inet_ioctl() 978 err = arp_ioctl(net, cmd, (void __user *)arg); in inet_ioctl() 987 err = devinet_ioctl(net, cmd, &ifr); in inet_ioctl() 1000 err = devinet_ioctl(net, cmd, &ifr); in inet_ioctl() 1004 err = sk_ioctl(sk, cmd, (void __user *)arg); in inet_ioctl() 1014 static int inet_compat_routing_ioctl(struct sock *sk, unsigned int cmd, in inet_compat_routing_ioctl() argument 1031 return ip_rt_ioctl(sock_net(sk), cmd, &rt); in inet_compat_routing_ioctl() 1039 switch (cmd) { in inet_compat_ioctl() 1042 return inet_compat_routing_ioctl(sk, cmd, argp); in inet_compat_ioctl() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu.h | 1424 u8 cmd; member 1436 u8 cmd; member 1440 u8 cmd; member 1446 u8 cmd; member 1452 u8 cmd; member 1473 u8 cmd; member 1481 u8 cmd; member 1485 u8 cmd; member 1492 u8 cmd; member 1496 u8 cmd; member [all …]
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_err.c | 1366 struct hclge_desc *desc, u32 cmd, u16 flag) in hclge_cmd_query_error() argument 1372 hclge_cmd_setup_basic_desc(&desc[0], cmd, true); in hclge_cmd_query_error() 1375 hclge_cmd_setup_basic_desc(&desc[1], cmd, true); in hclge_cmd_query_error() 1502 hclge_cmd_setup_basic_desc(&desc[0], cmd, false); in hclge_config_ppp_error_interrupt() 1504 hclge_cmd_setup_basic_desc(&desc[1], cmd, false); in hclge_config_ppp_error_interrupt() 1506 if (cmd == HCLGE_PPP_CMD0_INT_CMD) { in hclge_config_ppp_error_interrupt() 1522 } else if (cmd == HCLGE_PPP_CMD1_INT_CMD) { in hclge_config_ppp_error_interrupt() 1636 if (cmd == HCLGE_PPU_MPF_ECC_INT_CMD) { in hclge_config_ppu_error_interrupts() 1637 hclge_cmd_setup_basic_desc(&desc[0], cmd, false); in hclge_config_ppu_error_interrupts() 1660 } else if (cmd == HCLGE_PPU_MPF_OTHER_INT_CMD) { in hclge_config_ppu_error_interrupts() [all …]
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 2122 struct ethtool_link_ksettings *cmd) in hme_get_link_ksettings() argument 2144 cmd->base.autoneg = AUTONEG_ENABLE; in hme_get_link_ksettings() 2148 cmd->base.duplex = in hme_get_link_ksettings() 2152 cmd->base.duplex = in hme_get_link_ksettings() 2156 cmd->base.autoneg = AUTONEG_DISABLE; in hme_get_link_ksettings() 2158 cmd->base.duplex = in hme_get_link_ksettings() 2162 cmd->base.speed = speed; in hme_get_link_ksettings() 2179 ((cmd->base.speed != SPEED_100 && in hme_set_link_ksettings() 2180 cmd->base.speed != SPEED_10) || in hme_set_link_ksettings() 2181 (cmd->base.duplex != DUPLEX_HALF && in hme_set_link_ksettings() [all …]
|
/openbmc/linux/drivers/xen/ |
H A D | acpi.c | 45 .cmd = XENPF_enter_acpi_sleep, in xen_acpi_notify_hypervisor_state()
|
/openbmc/linux/drivers/media/usb/as102/ |
H A D | as102_drv.h | 43 struct as10x_cmd_t *cmd, *rsp; member
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | quicc_simple.h | 38 void quicc_issue_cmd (unsigned short cmd, int scc_num);
|
/openbmc/u-boot/cmd/ |
H A D | bootcount.c | 44 return cp->cmd(cmdtp, flag, argc, argv); in do_bootcount()
|