/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_verify_pkcs7_sig.c | 45 int BPF_PROG(bpf, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG() argument
|
/openbmc/linux/arch/powerpc/platforms/embedded6xx/ |
H A D | linkstation.c | 102 static void __noreturn linkstation_restart(char *cmd) in linkstation_restart() argument
|
/openbmc/linux/tools/net/ynl/samples/ |
H A D | netdev.c | 99 ntf->cmd); in main()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | monitor_mwait_test.c | 98 TEST_FAIL("Unknown ucall %lu", uc.cmd); in main()
|
/openbmc/linux/include/net/ |
H A D | arp.h | 61 int arp_ioctl(struct net *net, unsigned int cmd, void __user *arg);
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | usb.h | 118 __le32 cmd; member
|
/openbmc/linux/drivers/mmc/core/ |
H A D | mmc_ops.h | 41 bool mmc_prepare_busy_cmd(struct mmc_host *host, struct mmc_command *cmd,
|
/openbmc/linux/arch/powerpc/platforms/83xx/ |
H A D | misc.c | 36 void __noreturn mpc83xx_restart(char *cmd) in mpc83xx_restart() argument
|
/openbmc/linux/drivers/iio/dac/ |
H A D | ad5686.h | 98 u8 cmd, u8 addr, u16 val);
|
/openbmc/phosphor-pid-control/ipmi/ |
H A D | manualcmds.cpp | 125 ZoneControlIpmiHandler* handler, [[maybe_unused]] ipmi_cmd_t cmd, in manualModeControl() argument
|
/openbmc/linux/drivers/net/wireless/legacy/ |
H A D | ray_cs.c | 690 writeb(CCS_START_NETWORK, &pccs->cmd); in start_net() 719 writeb(CCS_JOIN_NETWORK, &pccs->cmd); in join_net() 922 writeb(CCS_TX_REQUEST, &pccs->cmd); in ray_hw_xmit() 1730 writeb(CCS_UPDATE_PARAMS, &pccs->cmd); in ray_update_parm() 1763 writeb(CCS_UPDATE_MULTICAST_LIST, &pccs->cmd); in ray_update_multi_list() 1840 UCHAR cmd; in ray_interrupt() local 1866 cmd = readb(&pccs->cmd); in ray_interrupt() 1868 switch (cmd) { in ray_interrupt() 1994 rcsindex, cmd); in ray_interrupt() 2490 writeb(CCS_START_ASSOCIATION, &pccs->cmd); in associate() [all …]
|
/openbmc/linux/sound/pci/ymfpci/ |
H A D | ymfpci_main.c | 79 u32 cmd; in snd_ymfpci_codec_write() local 82 cmd = ((YDSXG_AC97WRITECMD | reg) << 16) | val; in snd_ymfpci_codec_write() 83 snd_ymfpci_writel(chip, YDSXGR_AC97CMDDATA, cmd); in snd_ymfpci_codec_write() 373 int cmd) in snd_ymfpci_playback_trigger() argument 385 switch (cmd) { in snd_ymfpci_playback_trigger() 418 int cmd) in snd_ymfpci_capture_trigger() argument 426 switch (cmd) { in snd_ymfpci_capture_trigger() 1986 u8 cmd; in snd_ymfpci_aclink_reset() local 1988 pci_read_config_byte(pci, PCIR_DSXG_CTRL, &cmd); in snd_ymfpci_aclink_reset() 1990 if (cmd & 0x03) { in snd_ymfpci_aclink_reset() [all …]
|
/openbmc/phosphor-certificate-manager/test/ |
H A D | certs_manager_test.cpp | 105 std::string cmd = "openssl req -x509 -sha256 -newkey rsa:2048 "; in createNewCertificate() local 106 cmd += "-keyout cert.pem -out cert.pem -days 365000 -nodes"; in createNewCertificate() 107 cmd += " -subj /O=openbmc-project.xyz/CN=localhost"; in createNewCertificate() 111 cmd += std::to_string(certId++); in createNewCertificate() 114 auto val = std::system(cmd.c_str()); in createNewCertificate() 869 cmd += "-keyout key.pem -out cert.pem -days 3650 "; in SetUp() 870 cmd += "-subj " in SetUp() 874 auto val = std::system(cmd.c_str()); in SetUp() 1498 cmd += key + " -out " + cert + " -nodes --days 365000 "; in createSingleAuthority() 1499 cmd += "-subj /O=openbmc-project.xyz/CN=" + cn; in createSingleAuthority() [all …]
|
/openbmc/linux/drivers/char/ |
H A D | nwflash.c | 96 static long flash_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in flash_ioctl() argument 99 switch (cmd) { in flash_ioctl()
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | hw_ops.h | 179 wlcore_hw_set_key(struct wl1271 *wl, enum set_key_cmd cmd, in wlcore_hw_set_key() argument 187 return wl->ops->set_key(wl, cmd, vif, sta, key_conf); in wlcore_hw_set_key()
|
/openbmc/hiomapd/ |
H A D | mboxctl.c | 66 static int mboxctl_directive(struct mboxctl_context *context, const char *cmd) in mboxctl_directive() argument 76 cmd); in mboxctl_directive()
|
/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | exynos-fb.txt | 36 samsung,vl-cmd-allow-len: Wait end of frame 94 samsung,vl-cmd-allow-len = <0xf>;
|
/openbmc/ipmitool/lib/ |
H A D | dimm_spd.c | 1028 req.msg.cmd = GET_FRU_INFO; in ipmi_spd_print_fru() 1065 req.msg.cmd = GET_FRU_DATA; in ipmi_spd_print_fru()
|
/openbmc/linux/sound/soc/intel/atom/ |
H A D | sst-mfld-platform-compress.c | 170 struct snd_compr_stream *cstream, int cmd) in sst_platform_compr_trigger() argument 174 switch (cmd) { in sst_platform_compr_trigger()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 232 | 52 while read cmd; do 53 echo $cmd
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | pms7003.c | 83 static int pms7003_do_cmd(struct pms7003_state *state, enum pms7003_cmd cmd) in pms7003_do_cmd() argument 87 ret = serdev_device_write(state->serdev, pms7003_cmd_tbl[cmd], in pms7003_do_cmd()
|
/openbmc/linux/sound/drivers/pcsp/ |
H A D | pcsp_lib.c | 251 static int snd_pcsp_trigger(struct snd_pcm_substream *substream, int cmd) in snd_pcsp_trigger() argument 257 switch (cmd) { in snd_pcsp_trigger()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | hilkbd.c | 181 static void hil_do(unsigned char cmd, unsigned char *data, unsigned int len) in hil_do() argument 188 hil_command(cmd); in hil_do()
|
/openbmc/qemu/chardev/ |
H A D | wctablet.c | 298 static int wctablet_chr_ioctl(Chardev *chr, int cmd, void *arg) in wctablet_chr_ioctl() argument 303 switch (cmd) { in wctablet_chr_ioctl()
|
/openbmc/linux/drivers/misc/ |
H A D | tsl2550.c | 82 static int tsl2550_get_adc_value(struct i2c_client *client, u8 cmd) in tsl2550_get_adc_value() argument 86 ret = i2c_smbus_read_byte_data(client, cmd); in tsl2550_get_adc_value()
|