/openbmc/linux/sound/soc/sti/ |
H A D | uniperif_player.c | 977 int cmd, struct snd_soc_dai *dai) in uni_player_trigger() argument 982 switch (cmd) { in uni_player_trigger()
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | sta.c | 50 void wfx_suspend_hot_dev(struct wfx_dev *wdev, enum sta_notify_cmd cmd) in wfx_suspend_hot_dev() argument 52 if (cmd == STA_NOTIFY_AWAKE) { in wfx_suspend_hot_dev()
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_go.py | 575 def __go_run_cmd(self, cmd, cwd, d): argument 576 return bb.process.run(cmd, env=dict(os.environ, PATH=d.getVar('PATH')),
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-abx80x.c | 526 static int abx80x_ioctl(struct device *dev, unsigned int cmd, unsigned long arg) in abx80x_ioctl() argument 531 switch (cmd) { in abx80x_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 110 print_ipc_cmd(int cmd) in print_ipc_cmd() argument 113 if( cmd == val ) { \ in print_ipc_cmd() 118 cmd &= 0xff; in print_ipc_cmd() 154 qemu_log("%d", cmd); in print_ipc_cmd() 4022 static void print_futex_op(int cmd, int last) in print_futex_op() argument 4043 unsigned base_cmd = cmd & FUTEX_CMD_MASK; in print_futex_op() 4047 (cmd & FUTEX_PRIVATE_FLAG ? "FUTEX_PRIVATE_FLAG|" : ""), in print_futex_op() 4048 (cmd & FUTEX_CLOCK_REALTIME ? "FUTEX_CLOCK_REALTIME|" : ""), in print_futex_op() 4051 qemu_log("0x%x", cmd); in print_futex_op()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288.dtsi | 1198 sdmmc_cmd: sdmmc-cmd { 1230 sdio0_cmd: sdio0-cmd { 1287 sdio1_cmd: sdio1-cmd { 1305 emmc_cmd: emmc-cmd {
|
/openbmc/linux/drivers/media/platform/nuvoton/ |
H A D | npcm-video.c | 740 unsigned int cmd; in npcm_video_command() local 743 regmap_read(vcd, VCD_CMD, &cmd); in npcm_video_command() 744 cmd |= FIELD_PREP(VCD_CMD_OPERATION, value); in npcm_video_command() 746 regmap_write(vcd, VCD_CMD, cmd); in npcm_video_command()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | main.c | 1158 static int carl9170_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in carl9170_op_set_key() argument 1211 if (cmd == SET_KEY) { in carl9170_op_set_key() 1689 enum sta_notify_cmd cmd, in carl9170_op_sta_notify() argument 1694 switch (cmd) { in carl9170_op_sta_notify()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_vcap.c | 56 u16 ix, int cmd, int sel) in vcap_cmd() argument 58 u32 value = (VCAP_CORE_UPDATE_CTRL_UPDATE_CMD(cmd) | in vcap_cmd() 83 u32 row, int cmd, int sel) in vcap_row_cmd() argument 85 vcap_cmd(ocelot, vcap, vcap->entry_count - row - 1, cmd, sel); in vcap_row_cmd()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | qcm2290.dtsi | 541 cmd-pins { 566 cmd-pins { 591 cmd-pins { 611 cmd-pins {
|
H A D | sc7180-trogdor.dtsi | 1455 cmd-pins { 1480 cmd-pins { 1505 cmd-pins { 1532 cmd-pins {
|
H A D | qdu1000.dtsi | 243 aop_cmd_db_mem: aop-cmd-db@80860000 { 244 compatible = "qcom,cmd-db"; 1168 cmd-pins { 1193 cmd-pins {
|
/openbmc/linux/drivers/tty/ |
H A D | nozomi.c | 1730 unsigned int cmd, unsigned long arg) in ntty_ioctl() argument 1735 switch (cmd) { in ntty_ioctl() 1744 DBG1("ERR: 0x%08X, %d", cmd, cmd); in ntty_ioctl()
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gpu.c | 202 switch (submit->cmd[i].type) { in a6xx_submit() 211 OUT_RING(ring, lower_32_bits(submit->cmd[i].iova)); in a6xx_submit() 212 OUT_RING(ring, upper_32_bits(submit->cmd[i].iova)); in a6xx_submit() 213 OUT_RING(ring, submit->cmd[i].size); in a6xx_submit()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | main.c | 363 static int mt7915_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in mt7915_set_key() argument 408 if (cmd == SET_KEY && !sta && !mvif->mt76.cipher) { in mt7915_set_key() 413 if (cmd == SET_KEY) { in mt7915_set_key() 424 &msta->wcid, cmd); in mt7915_set_key()
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 3912 h2c.b_type_dma.cmd = H2C_8723B_B_TYPE_TDMA; in rtl8723bu_set_ps_tdma() 4517 u32 cmd, val32, addr, ctrl; in rtl8xxxu_cam_write() local 4548 cmd = CAM_CMD_POLLING | CAM_CMD_WRITE | (addr + j); in rtl8xxxu_cam_write() 4549 rtl8xxxu_write32(priv, REG_CAM_CMD, cmd); in rtl8xxxu_cam_write() 4607 h2c.ramask.cmd = H2C_SET_RATE_MASK; in rtl8xxxu_update_rate_mask() 4634 h2c.b_macid_cfg.cmd = H2C_8723B_MACID_CFG_RAID; in rtl8xxxu_gen2_update_rate_mask() 4659 h2c.joinbss.cmd = H2C_JOIN_BSS_REPORT; in rtl8xxxu_gen1_report_connect() 4699 h2c.rssi_report.cmd = H2C_SET_RSSI; in rtl8xxxu_gen1_report_rssi() 4716 h2c.rssi_report.cmd = H2C_8723B_RSSI_SETTING; in rtl8xxxu_gen2_report_rssi() 6798 __func__, cmd, key->cipher, key->keyidx); in rtl8xxxu_set_key() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | debugfs.c | 608 struct iwl_powertable_cmd *cmd = &priv->power_data.sleep_cmd; in iwl_dbgfs_current_sleep_command_read() local 611 "flags: %#.2x\n", le16_to_cpu(cmd->flags)); in iwl_dbgfs_current_sleep_command_read() 614 le32_to_cpu(cmd->rx_data_timeout), in iwl_dbgfs_current_sleep_command_read() 615 le32_to_cpu(cmd->tx_data_timeout)); in iwl_dbgfs_current_sleep_command_read() 619 le32_to_cpu(cmd->sleep_interval[i])); in iwl_dbgfs_current_sleep_command_read() 2139 struct iwl_host_cmd cmd = { in iwl_cmd_echo_test() local 2144 ret = iwl_dvm_send_cmd(priv, &cmd); in iwl_cmd_echo_test()
|
/openbmc/linux/net/dsa/ |
H A D | slave.c | 567 static int dsa_slave_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in dsa_slave_ioctl() argument 574 switch (cmd) { in dsa_slave_ioctl() 585 return phylink_mii_ioctl(p->dp->pl, ifr, cmd); in dsa_slave_ioctl() 1282 struct ethtool_link_ksettings *cmd) in dsa_slave_get_link_ksettings() argument 1286 return phylink_ethtool_ksettings_get(dp->pl, cmd); in dsa_slave_get_link_ksettings() 1290 const struct ethtool_link_ksettings *cmd) in dsa_slave_set_link_ksettings() argument 1294 return phylink_ethtool_ksettings_set(dp->pl, cmd); in dsa_slave_set_link_ksettings()
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | mISDNinfineon.c | 574 inf_ctrl(struct inf_hw *hw, u32 cmd, u_long arg) in inf_ctrl() argument 578 switch (cmd) { in inf_ctrl() 584 hw->name, __func__, cmd, arg); in inf_ctrl()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_offload.c | 860 u8 cmd = req->status; in do_abort_req_rss() local 882 rpl->cmd = cmd; in do_abort_req_rss()
|
/openbmc/linux/drivers/net/ethernet/packetengines/ |
H A D | yellowfin.c | 344 static int netdev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); 1352 static int netdev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in netdev_ioctl() argument 1358 switch(cmd) { in netdev_ioctl()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | request.c | 1232 unsigned int cmd, unsigned long arg) in cached_dev_ioctl() argument 1240 return dc->bdev->bd_disk->fops->ioctl(dc->bdev, mode, cmd, arg); in cached_dev_ioctl() 1322 unsigned int cmd, unsigned long arg) in flash_dev_ioctl() argument
|
/openbmc/linux/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_dp.c | 939 static int zynqmp_dp_aux_cmd_submit(struct zynqmp_dp *dp, u32 cmd, u16 addr, in zynqmp_dp_aux_cmd_submit() argument 942 bool is_read = (cmd & AUX_READ_BIT) ? true : false; in zynqmp_dp_aux_cmd_submit() 955 reg = cmd << ZYNQMP_DP_AUX_COMMAND_CMD_SHIFT; in zynqmp_dp_aux_cmd_submit()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_nvme.c | 572 struct nvme_fc_cmd_iu *cmd = fd->cmdaddr; in qla2x00_start_nvme_mq() local 621 if (cmd->sqe.common.opcode == nvme_admin_async_event) { in qla2x00_start_nvme_mq() 672 cmd->sqe.common.opcode == nvme_admin_async_event) { in qla2x00_start_nvme_mq()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 3205 u8 cmd; in offload_pedit_fields() local 3243 cmd = MLX5_ACTION_TYPE_SET; in offload_pedit_fields() 3253 cmd = MLX5_ACTION_TYPE_ADD; in offload_pedit_fields() 3287 MLX5_SET(set_action_in, action, action_type, cmd); in offload_pedit_fields() 3290 if (cmd == MLX5_ACTION_TYPE_SET) { in offload_pedit_fields() 3322 u8 cmd; in verify_offload_pedit_fields() local 3324 for (cmd = 0; cmd < __PEDIT_CMD_MAX; cmd++) { in verify_offload_pedit_fields() 3325 cmd_masks = &parse_attr->hdrs[cmd].masks; in verify_offload_pedit_fields() 3328 netdev_warn(priv->netdev, "attempt to offload an unsupported field (cmd %d)\n", cmd); in verify_offload_pedit_fields()
|