/openbmc/linux/fs/fat/ |
H A D | fat.h | 397 extern long fat_generic_ioctl(struct file *filp, unsigned int cmd,
|
/openbmc/linux/net/dccp/ |
H A D | dccp.h | 295 int dccp_ioctl(struct sock *sk, int cmd, int *karg);
|
/openbmc/linux/include/scsi/ |
H A D | scsi_transport_iscsi.h | 469 extern int iscsi_block_scsi_eh(struct scsi_cmnd *cmd);
|
/openbmc/fb-ipmi-oem/src/ |
H A D | appcommands.cpp | 234 if (sendBicCmd(ctx->netFn, ctx->cmd, bicAddr, reqData, respData)) in ipmiAppGetSysGUID()
|
/openbmc/linux/drivers/reset/ |
H A D | reset-npcm.c | 104 void *cmd) in npcm_rc_restart() argument
|
/openbmc/linux/include/net/bluetooth/ |
H A D | bluetooth.h | 414 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/openbmc/linux/include/linux/ |
H A D | hisi_acc_qm.h | 531 int hisi_qm_mb(struct hisi_qm *qm, u8 cmd, dma_addr_t dma_addr, u16 queue,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | main.c | 1898 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit() 1902 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_slave_exit() 2086 mutex_lock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave() 2087 priv->cmd.max_cmds = 1; in mlx4_init_slave() 2102 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave() 2133 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave() 2139 mutex_unlock(&priv->cmd.slave_cmd_mutex); in mlx4_init_slave() 3417 spin_lock_init(&priv->cmd.context_lock); in mlx4_load_one()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 2076 static inline char *mmap_cmd2str(enum mlx5_ib_mmap_cmd cmd) in mmap_cmd2str() argument 2078 switch (cmd) { in mmap_cmd2str() 2143 static int uar_mmap(struct mlx5_ib_dev *dev, enum mlx5_ib_mmap_cmd cmd, in uar_mmap() argument 2154 int dyn_uar = (cmd == MLX5_IB_MMAP_ALLOC_WC); in uar_mmap() 2175 switch (cmd) { in uar_mmap() 2231 err, mmap_cmd2str(cmd)); in uar_mmap() 2295 u64 cmd = (entry->rdma_entry.start_pgoff >> 16) & 0xFFFF; in mlx5_entry_to_mmap_offset() local 2298 return (((index >> 8) << 16) | (cmd << MLX5_IB_MMAP_CMD_SHIFT) | in mlx5_entry_to_mmap_offset()
|
/openbmc/docs/architecture/ |
H A D | ipmi-architecture.md | 57 byte:cmd - IPMI command ID (as per the IPMI spec) 168 Cmd cmd;
|
/openbmc/linux/drivers/mmc/host/ |
H A D | renesas_sdhi_core.c | 814 if (((mrq->cmd->error == -ETIMEDOUT) || in renesas_sdhi_check_scc_error() 892 if (priv->needs_adjust_hs400 && mrq->cmd->opcode == MMC_SEND_STATUS) in renesas_sdhi_fixup_request()
|
/openbmc/linux/sound/soc/intel/catpt/ |
H A D | pcm.c | 467 static int catpt_dai_trigger(struct snd_pcm_substream *substream, int cmd, in catpt_dai_trigger() argument 478 switch (cmd) { in catpt_dai_trigger()
|
/openbmc/linux/sound/soc/dwc/ |
H A D | dwc-i2s.c | 364 int cmd, struct snd_soc_dai *dai) in dw_i2s_trigger() argument 369 switch (cmd) { in dw_i2s_trigger()
|
/openbmc/linux/net/rose/ |
H A D | rose_route.c | 729 int rose_rt_ioctl(unsigned int cmd, void __user *arg) in rose_rt_ioctl() argument 735 switch (cmd) { in rose_rt_ioctl()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs3proc.c | 958 nfs3_proc_lock(struct file *filp, int cmd, struct file_lock *fl) in nfs3_proc_lock() argument 973 status = nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, l_ctx); in nfs3_proc_lock()
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-sdx55.dtsi | 132 compatible = "qcom,cmd-db"; 303 dma-names = "tx", "rx", "cmd";
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_ppc.h | 639 extern int kvmppc_xics_hcall(struct kvm_vcpu *vcpu, u32 cmd); 671 static inline int kvmppc_xics_hcall(struct kvm_vcpu *vcpu, u32 cmd) in kvmppc_xics_hcall() argument
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_common.c | 333 struct iavf_aqc_queue_shutdown *cmd = in iavf_aq_queue_shutdown() local 340 cmd->driver_unloading = cpu_to_le32(IAVF_AQ_DRIVER_UNLOADING); in iavf_aq_queue_shutdown()
|
/openbmc/linux/drivers/perf/ |
H A D | riscv_pmu_sbi.c | 847 static int riscv_pm_pmu_notify(struct notifier_block *b, unsigned long cmd, in riscv_pm_pmu_notify() argument 864 switch (cmd) { in riscv_pm_pmu_notify()
|
/openbmc/linux/drivers/xen/ |
H A D | privcmd.c | 1112 unsigned int cmd, unsigned long data) in privcmd_ioctl() argument 1117 switch (cmd) { in privcmd_ioctl()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | fpsimd.c | 2087 unsigned long cmd, void *v) in fpsimd_cpu_pm_notifier() argument 2089 switch (cmd) { in fpsimd_cpu_pm_notifier()
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2500usb.c | 327 if (crypto->cmd == SET_KEY) { in rt2500usb_config_key() 389 if (crypto->cmd == SET_KEY) in rt2500usb_config_key() 391 else if (crypto->cmd == DISABLE_KEY) in rt2500usb_config_key()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0910.c | 1669 struct dvb_diseqc_master_cmd *cmd) in send_master_cmd() argument 1676 for (i = 0; i < cmd->msg_len; i++) { in send_master_cmd() 1678 SET_REG(DISTXFIFO, cmd->msg[i]); in send_master_cmd()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-nvm-parse.c | 1960 struct iwl_nvm_get_info cmd = {}; in iwl_get_nvm() local 1964 .data = { &cmd, }, in iwl_get_nvm() 1965 .len = { sizeof(cmd) }, in iwl_get_nvm()
|
/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v1_hw.c | 960 struct scsi_cmnd *scsi_cmnd = ssp_task->cmd; in prep_ssp_v1_hw() 1026 memcpy(buf_cmd + 12, task->ssp_task.cmd->cmnd, in prep_ssp_v1_hw() 1027 task->ssp_task.cmd->cmd_len); in prep_ssp_v1_hw()
|