/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | vendor.h | 44 uint cmd; member
|
/openbmc/linux/arch/arm/mach-mvebu/ |
H A D | common.h | 17 void mvebu_restart(enum reboot_mode mode, const char *cmd);
|
/openbmc/qemu/tests/functional/ |
H A D | test_version.py | 23 res = self.vm.cmd('human-monitor-command',
|
H A D | test_mips64el_malta.py | 149 self.vm.cmd('human-monitor-command', command_line='stop') 150 self.vm.cmd('human-monitor-command',
|
H A D | test_pc_cpu_hotplug_props.py | 33 self.assertEqual(len(self.vm.cmd('query-cpus-fast')), 2)
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_thermal_ambient_temperatures.robot | 58 ${cmd} Catenate [x for x in ${records} 60 ${invalid_records}= Evaluate ${cmd}
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | led.c | 80 struct iwl_host_cmd cmd = { in iwl_send_led_cmd() local 93 return iwl_dvm_send_cmd(priv, &cmd); in iwl_send_led_cmd()
|
/openbmc/linux/sound/soc/meson/ |
H A D | aiu-encoder-spdif.c | 47 aiu_encoder_spdif_trigger(struct snd_pcm_substream *substream, int cmd, in aiu_encoder_spdif_trigger() argument 52 switch (cmd) { in aiu_encoder_spdif_trigger()
|
/openbmc/linux/drivers/net/ethernet/ibm/ |
H A D | ibmveth.h | 87 #define h_multicast_ctrl(ua, cmd, mac) \ argument 88 plpar_hcall_norets(H_MULTICAST_CTRL, ua, cmd, mac)
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_synproxy.c | 11 #define SYS_OUT(cmd, ...) ({ \ argument 13 snprintf(buf, sizeof(buf), (cmd), ##__VA_ARGS__); \
|
/openbmc/linux/drivers/ufs/host/ |
H A D | ufs-mediatek.h | 215 unsigned long cmd; member 229 s.cmd, s.v1, s.v2, s.v3, s.v4, s.v5, s.v6, s.res); in _ufs_mtk_smc()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | hal_tx.c | 37 void ath11k_hal_tx_cmd_desc_setup(struct ath11k_base *ab, void *cmd, in ath11k_hal_tx_cmd_desc_setup() argument 40 struct hal_tcl_data_cmd *tcl_cmd = (struct hal_tcl_data_cmd *)cmd; in ath11k_hal_tx_cmd_desc_setup()
|
/openbmc/linux/arch/x86/kernel/cpu/sgx/ |
H A D | driver.c | 120 static long sgx_compat_ioctl(struct file *filep, unsigned int cmd, in sgx_compat_ioctl() argument 123 return sgx_ioctl(filep, cmd, arg); in sgx_compat_ioctl()
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-370-seagate-nas-4bay.dts | 87 cmd-gpio = <&pca9554 1 GPIO_ACTIVE_HIGH>; 97 cmd-gpio = <&pca9554 4 GPIO_ACTIVE_HIGH>;
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | omap-secure.c | 228 static int cpu_notifier(struct notifier_block *nb, unsigned long cmd, void *v) in cpu_notifier() argument 230 switch (cmd) { in cpu_notifier()
|
/openbmc/linux/drivers/pci/switch/ |
H A D | switchtec.c | 61 u32 cmd; member 179 iowrite32(stuser->cmd, &stdev->mmio_mrpc->cmd); in mrpc_cmd_submit() 513 if (size < sizeof(stuser->cmd) || in switchtec_dev_write() 514 size > sizeof(stuser->cmd) + sizeof(stuser->data)) in switchtec_dev_write() 517 stuser->data_len = size - sizeof(stuser->cmd); in switchtec_dev_write() 528 rc = copy_from_user(&stuser->cmd, data, sizeof(stuser->cmd)); in switchtec_dev_write() 533 if (((MRPC_CMD_ID(stuser->cmd) == MRPC_GAS_WRITE) || in switchtec_dev_write() 534 (MRPC_CMD_ID(stuser->cmd) == MRPC_GAS_READ)) && in switchtec_dev_write() 540 data += sizeof(stuser->cmd); in switchtec_dev_write() 565 if (size < sizeof(stuser->cmd) || in switchtec_dev_read() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | evlist.c | 2013 *cmd = EVLIST_CTL_CMD_UNSUPPORTED; in evlist__ctlfd_recv() 2043 *cmd = EVLIST_CTL_CMD_ENABLE; in evlist__ctlfd_recv() 2046 *cmd = EVLIST_CTL_CMD_DISABLE; in evlist__ctlfd_recv() 2049 *cmd = EVLIST_CTL_CMD_SNAPSHOT; in evlist__ctlfd_recv() 2053 *cmd = EVLIST_CTL_CMD_EVLIST; in evlist__ctlfd_recv() 2056 *cmd = EVLIST_CTL_CMD_STOP; in evlist__ctlfd_recv() 2059 *cmd = EVLIST_CTL_CMD_PING; in evlist__ctlfd_recv() 2187 switch (*cmd) { in evlist__ctlfd_process() 2191 *cmd == EVLIST_CTL_CMD_ENABLE); in evlist__ctlfd_process() 2206 if (!(*cmd == EVLIST_CTL_CMD_ACK || *cmd == EVLIST_CTL_CMD_UNSUPPORTED || in evlist__ctlfd_process() [all …]
|
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | gruhandles.h | 184 unsigned int cmd:1; /* DW 0 */ member 259 unsigned int cmd:1; /* DW 0 - low 32*/ member 352 unsigned int cmd:1; /* DW0 */ member
|
/openbmc/u-boot/cmd/ |
H A D | universe.c | 304 char cmd = 'x'; in do_universe() local 308 cmd = argv[1][0]; in do_universe() 322 switch (cmd) { in do_universe()
|
/openbmc/u-boot/tools/patman/ |
H A D | series.py | 94 def ShowActions(self, args, cmd, process_tags): argument 136 if cmd: 137 print('Git command: %s' % cmd)
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | arm-charlcd.c | 186 static void charlcd_4bit_command(struct charlcd *lcd, u8 cmd) in charlcd_4bit_command() argument 188 u32 cmdlo = (cmd << 4) & 0xf0; in charlcd_4bit_command() 189 u32 cmdhi = (cmd & 0xf0); in charlcd_4bit_command()
|
/openbmc/linux/sound/soc/uniphier/ |
H A D | aio-dma.c | 135 struct snd_pcm_substream *substream, int cmd) in uniphier_aiodma_trigger() argument 147 switch (cmd) { in uniphier_aiodma_trigger() 161 dev_warn(dev, "Unknown trigger(%d) ignored\n", cmd); in uniphier_aiodma_trigger()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib_nexthop_multiprefix.sh | 49 local cmd="$*" 54 echo "COMMAND: $cmd" 57 out=$(eval $cmd 2>&1)
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_base.h | 390 struct genwqe_ddcb_cmd cmd; /* ddcb_no for this request */ member 506 struct genwqe_ddcb_cmd *cmd, unsigned int f_flags); 518 struct genwqe_ddcb_cmd *cmd,
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | panel-nec-nl8048hl11.c | 88 unsigned int cmd = 0, data = 0; in nec_8048_spi_send() local 90 cmd = 0x0000 | reg_addr; /* register address write */ in nec_8048_spi_send() 92 data = (cmd << 16) | data; in nec_8048_spi_send()
|