/openbmc/linux/arch/arc/mm/ |
H A D | cache.c | 623 unsigned int ctrl, cmd; in slc_op_line() local 639 cmd = op & OP_INV ? ARC_AUX_SLC_IVDL : ARC_AUX_SLC_FLDL; in slc_op_line() 647 write_aux_reg(cmd, paddr); in slc_op_line()
|
/openbmc/linux/fs/notify/inotify/ |
H A D | inotify_user.c | 314 static long inotify_ioctl(struct file *file, unsigned int cmd, in inotify_ioctl() argument 326 pr_debug("%s: group=%p cmd=%u\n", __func__, group, cmd); in inotify_ioctl() 328 switch (cmd) { in inotify_ioctl()
|
/openbmc/linux/lib/ |
H A D | Makefile | 331 $(call cmd,crc32) 339 $(call cmd,crc64) 350 $(call cmd,build_OID_registry)
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | atp.c | 195 static unsigned short eeprom_op(long ioaddr, unsigned int cmd); 402 static unsigned short __init eeprom_op(long ioaddr, u32 cmd) in eeprom_op() argument 408 char outval = (cmd & (1<<num_bits)) ? EE_DATA_WRITE : 0; in eeprom_op()
|
/openbmc/linux/sound/core/ |
H A D | pcm_compat.c | 573 static long snd_pcm_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) in snd_pcm_ioctl_compat() argument 593 switch (cmd) { in snd_pcm_ioctl_compat() 612 return snd_pcm_common_ioctl(file, substream, cmd, argp); in snd_pcm_ioctl_compat()
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_type.h | 541 u8 cmd; member 551 u8 cmd; member 558 u8 cmd; member
|
/openbmc/linux/net/phonet/ |
H A D | socket.c | 356 static int pn_socket_ioctl(struct socket *sock, unsigned int cmd, in pn_socket_ioctl() argument 362 if (cmd == SIOCPNGETOBJECT) { in pn_socket_ioctl() 390 return sk_ioctl(sk, cmd, (void __user *)arg); in pn_socket_ioctl()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-rs5c372.c | 495 static int rs5c372_ioctl(struct device *dev, unsigned int cmd, unsigned long arg) in rs5c372_ioctl() argument 502 dev_dbg(dev, "%s: cmd=%x\n", __func__, cmd); in rs5c372_ioctl() 507 switch (cmd) { in rs5c372_ioctl()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | qmi_interface.c | 141 switch (le32_to_cpu(pkt->cmd)) { in qmi_recv_ctrl_pkt() 174 pkt.cmd = cpu_to_le32(QRTR_TYPE_NEW_LOOKUP); in qmi_send_new_lookup() 237 pkt.cmd = cpu_to_le32(QRTR_TYPE_NEW_SERVER); in qmi_send_new_server()
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-msm8974pro-sony-xperia-shinano-castor.dts | 579 cmd-data-pins { 593 cmd-data-pins { 615 cmd-pins {
|
/openbmc/linux/sound/soc/ux500/ |
H A D | ux500_msp_dai.c | 641 int cmd, struct snd_soc_dai *dai) in ux500_msp_dai_trigger() argument 648 (int)drvdata->msp->id, cmd); in ux500_msp_dai_trigger() 650 ret = ux500_msp_i2s_trigger(drvdata->msp, cmd, substream->stream); in ux500_msp_dai_trigger()
|
/openbmc/linux/include/sound/ |
H A D | hdaudio.h | 77 int (*exec_verb)(struct hdac_device *dev, unsigned int cmd, 244 int (*command)(struct hdac_bus *bus, unsigned int cmd); 387 unsigned int cmd, unsigned int *res);
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_vce.c | 566 uint32_t cmd = radeon_get_ib_value(p, p->idx + 1); in radeon_vce_cs_parse() local 580 switch (cmd) { in radeon_vce_cs_parse() 653 DRM_ERROR("invalid VCE command (0x%x)!\n", cmd); in radeon_vce_cs_parse()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | test_bridge_neigh_suppress.sh | 102 local cmd="$1" 107 printf "COMMAND: $cmd\n" 111 out=$(eval $cmd $stderr)
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2misc.c | 783 __smb2_handle_cancelled_cmd(struct cifs_tcon *tcon, __u16 cmd, __u64 mid, in __smb2_handle_cancelled_cmd() argument 795 cancelled->cmd = cmd; in __smb2_handle_cancelled_cmd()
|
/openbmc/linux/include/media/ |
H A D | v4l2-subdev.h | 203 long (*command)(struct v4l2_subdev *sd, unsigned int cmd, void *arg); 204 long (*ioctl)(struct v4l2_subdev *sd, unsigned int cmd, void *arg); 206 long (*compat_ioctl32)(struct v4l2_subdev *sd, unsigned int cmd,
|
/openbmc/linux/drivers/pmdomain/qcom/ |
H A D | rpmhpd.c | 580 struct tcs_cmd cmd = { in rpmhpd_send_corner() local 590 return rpmh_write(pd->dev, state, &cmd, 1); in rpmhpd_send_corner() 592 return rpmh_write_async(pd->dev, state, &cmd, 1); in rpmhpd_send_corner()
|
/openbmc/phosphor-host-ipmid/libipmid/ |
H A D | utils.cpp | 382 lg2::hex, ctx->cmd); in getDbusObject() 407 lg2::hex, ctx->cmd); in getDbusObject() 495 lg2::hex, ctx->netFn, "CMD", lg2::hex, ctx->cmd, "ERROR", in deleteAllDbusObjects()
|
/openbmc/linux/net/bluetooth/ |
H A D | af_bluetooth.c | 566 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bt_sock_ioctl() argument 573 BT_DBG("sk %p cmd %x arg %lx", sk, cmd, arg); in bt_sock_ioctl() 575 switch (cmd) { in bt_sock_ioctl()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-stat64.patch | 57 char *cp = cmd;
|
/openbmc/u-boot/board/k+p/bootscripts/ |
H A D | tpcboot.cmd | 7 # ./tools/mkimage -c none -A arm -T script -d tpcboot.cmd boot.scr
|
/openbmc/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cpt_reqmgr.h | 68 union otx2_cpt_iq_cmd_word0 cmd; member
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | capsule.c | 298 static int capsule_reboot_notify(struct notifier_block *nb, unsigned long event, void *cmd) in capsule_reboot_notify() argument
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb.h | 118 int omapfb_ioctl(struct fb_info *fbi, unsigned int cmd, unsigned long arg);
|
/openbmc/linux/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.h | 225 struct se_cmd cmd; member
|