/openbmc/linux/tools/build/Documentation/ |
H A D | Build.txt | 149 For each built object file 'a.o' the '.a.cmd' is created and holds: 157 All existing '.cmd' files are included in the Build process to follow properly
|
/openbmc/linux/drivers/tty/ipwireless/ |
H A D | network.c | 157 unsigned int cmd, unsigned long arg) in ipwireless_ppp_ioctl() argument 165 switch (cmd) { in ipwireless_ppp_ioctl()
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | txc43128_phy.c | 541 struct ethtool_link_ksettings *cmd) in txc43128_get_link_ksettings() argument 543 mdio45_ethtool_ksettings_get(&efx->mdio, cmd); in txc43128_get_link_ksettings()
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | marvell,armada-38x-pinctrl.txt | 39 mpp21 21 gpio, spi0(cs1), ge1(rxd0), sata0(prsnt), sd0(cmd), dev(bootcs), sata1(prsnt) 68 mpp50 50 gpio, pcie0(rstout), tdm(drx), audio(extclk), sd0(cmd)
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_nx2.h | 231 uint16_t cmd; member 573 } cmd; member
|
/openbmc/linux/drivers/net/wan/ |
H A D | c101.c | 212 void __user *data, int cmd) in c101_siocdevprivate() argument 217 if (cmd == SIOCDEVPRIVATE) { in c101_siocdevprivate()
|
H A D | pci200syn.c | 171 void __user *data, int cmd) in pci200_siocdevprivate() argument 174 if (cmd == SIOCDEVPRIVATE) { in pci200_siocdevprivate()
|
/openbmc/linux/drivers/bus/fsl-mc/ |
H A D | fsl-mc-uapi.c | 543 unsigned int cmd, in fsl_mc_uapi_dev_ioctl() argument 554 switch (cmd) { in fsl_mc_uapi_dev_ioctl()
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | bt-bmc.c | 297 static long bt_bmc_ioctl(struct file *file, unsigned int cmd, in bt_bmc_ioctl() argument 302 switch (cmd) { in bt_bmc_ioctl()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | meson.bbclass | 60 cmd = [rustc, "--target", d.getVar(target_var)] + d.getVar("RUSTFLAGS").split() 61 return "rust = %s" % repr(cmd)
|
/openbmc/qemu/hw/acpi/ |
H A D | trace-events | 30 cpuhp_acpi_write_cmd(uint32_t idx, uint8_t cmd) "idx[0x%"PRIx32"] cmd: 0x%"PRIx8
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | cnl.c | 249 if (pm_gate->hdr.cmd == (SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_GATE)) { in cnl_compact_ipc_compress() 328 if (hdr->cmd != (SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_CTX_SAVE)) in cnl_ipc_send_msg()
|
/openbmc/linux/sound/pci/cs5535audio/ |
H A D | cs5535audio_pcm.c | 275 static int snd_cs5535audio_trigger(struct snd_pcm_substream *substream, int cmd) in snd_cs5535audio_trigger() argument 282 switch (cmd) { in snd_cs5535audio_trigger()
|
/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_tc.c | 328 if (qopt->cmd == TAPRIO_CMD_DESTROY) { in tsnep_taprio() 340 } else if (qopt->cmd != TAPRIO_CMD_REPLACE) { in tsnep_taprio()
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | com20020.c | 340 static void com20020_command(struct net_device *dev, int cmd) in com20020_command() argument 344 arcnet_outb(cmd, ioaddr, COM20020_REG_W_COMMAND); in com20020_command()
|
/openbmc/linux/sound/soc/samsung/ |
H A D | spdif.c | 141 static int spdif_trigger(struct snd_pcm_substream *substream, int cmd, in spdif_trigger() argument 150 switch (cmd) { in spdif_trigger()
|
H A D | idma.c | 190 struct snd_pcm_substream *substream, int cmd) in idma_trigger() argument 197 switch (cmd) { in idma_trigger()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | vp702x.c | 113 static int vp702x_usb_inout_cmd(struct dvb_usb_device *d, u8 cmd, u8 *o, in vp702x_usb_inout_cmd() argument 140 buf[1] = cmd; in vp702x_usb_inout_cmd()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | cg3.c | 238 static int cg3_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) in cg3_ioctl() argument 240 return sbusfb_ioctl_helper(cmd, arg, info, in cg3_ioctl()
|
/openbmc/linux/drivers/char/ |
H A D | apm-emulation.c | 259 apm_ioctl(struct file *filp, u_int cmd, u_long arg) in apm_ioctl() argument 267 switch (cmd) { in apm_ioctl()
|
/openbmc/linux/fs/orangefs/ |
H A D | file.c | 536 static int orangefs_lock(struct file *filp, int cmd, struct file_lock *fl) in orangefs_lock() argument 541 if (cmd == F_GETLK) { in orangefs_lock()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | tas5805m.c | 302 static int tas5805m_trigger(struct snd_pcm_substream *substream, int cmd, in tas5805m_trigger() argument 309 switch (cmd) { in tas5805m_trigger()
|
/openbmc/linux/drivers/scsi/ |
H A D | mvumi.h | 261 static inline struct mvumi_cmd_priv *mvumi_priv(struct scsi_cmnd *cmd) in mvumi_priv() argument 263 return scsi_cmd_priv(cmd); in mvumi_priv()
|
/openbmc/linux/drivers/xen/ |
H A D | efi.c | 38 {.cmd = XENPF_efi_runtime_call, \ 309 .cmd = XENPF_firmware_info, in efi_mem_desc_lookup()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | pmac64-cpufreq.c | 98 struct smu_simple_cmd cmd; in g5_smu_switch_volt() local 101 smu_queue_simple(&cmd, SMU_CMD_POWER_COMMAND, 8, smu_done_complete, in g5_smu_switch_volt()
|