/openbmc/linux/mm/ |
H A D | memcontrol.c | 4298 struct eventfd_ctx *eventfd, const char *args, enum res_type type) in __mem_cgroup_usage_register_event() argument 4312 if (type == _MEM) { in __mem_cgroup_usage_register_event() 4315 } else if (type == _MEMSWAP) { in __mem_cgroup_usage_register_event() 4323 __mem_cgroup_threshold(memcg, type == _MEMSWAP); in __mem_cgroup_usage_register_event() 4390 struct eventfd_ctx *eventfd, enum res_type type) in __mem_cgroup_usage_unregister_event() argument 4399 if (type == _MEM) { in __mem_cgroup_usage_unregister_event() 4402 } else if (type == _MEMSWAP) { in __mem_cgroup_usage_unregister_event() 4412 __mem_cgroup_threshold(memcg, type == _MEMSWAP); in __mem_cgroup_usage_unregister_event()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_msg.h | 1395 u8 type; member 1411 u8 type; member 1440 u8 type; member
|
H A D | cxgb4.h | 1242 u8 type; /* packet or flow */ member 1376 uint32_t type:1; /* 0 => IPv4, 1 => IPv6 */ member 2074 int t4_sched_params(struct adapter *adapter, u8 type, u8 level, u8 mode,
|
/openbmc/linux/sound/pci/ali5451/ |
H A D | ali5451.c | 909 int type, int rec, int channel) in snd_ali_alloc_voice() argument 914 dev_dbg(codec->card->dev, "alloc_voice: type=%d rec=%d\n", type, rec); in snd_ali_alloc_voice() 917 if (type == SNDRV_ALI_VOICE_TYPE_PCM) { in snd_ali_alloc_voice()
|
/openbmc/linux/drivers/net/dsa/ |
H A D | lantiq_gswip.c | 299 bool type; member 574 tbl->type = !!(crtl & GSWIP_PCE_TBL_CTRL_TYPE); in gswip_pce_table_entry_read() 623 if (tbl->type) in gswip_pce_table_entry_write()
|
/openbmc/linux/sound/isa/ |
H A D | es18xx.c | 1045 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_es18xx_info_hw_volume() 1109 uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_es18xx_info_single() 1173 uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_es18xx_info_double()
|
/openbmc/linux/drivers/s390/char/ |
H A D | con3270.c | 179 static char *tty3270_add_sf(struct tty3270 *tp, char *cp, char type) in tty3270_add_sf() argument 182 *cp++ = type; in tty3270_add_sf() 2020 driver->type = TTY_DRIVER_TYPE_SYSTEM; in tty3270_init()
|
/openbmc/linux/drivers/net/wireless/rsi/ |
H A D | rsi_91x_mgmt.c | 591 if ((vif->type == NL80211_IFTYPE_STATION) && in rsi_hal_send_sta_notify_frame() 821 if (vif->type == NL80211_IFTYPE_AP) in rsi_hal_load_key() 1354 if (vif->type == NL80211_IFTYPE_STATION) { in rsi_send_auto_rate_request()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htt_tx.c | 398 htt->tx_q_state.type = HTT_Q_DEPTH_TYPE_BYTES; in ath10k_htt_tx_alloc_txq() 702 info |= SM(htt->tx_q_state.type, in ath10k_htt_send_frag_desc_bank_cfg_32() 764 info |= SM(htt->tx_q_state.type, in ath10k_htt_send_frag_desc_bank_cfg_64()
|
/openbmc/linux/sound/pci/korg1212/ |
H A D | korg1212.c | 1692 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; in snd_korg1212_control_phase_info() 1756 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_korg1212_control_volume_info() 1882 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_korg1212_control_info()
|
/openbmc/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_io.c | 394 struct bnx2fc_cmd *bnx2fc_elstm_alloc(struct bnx2fc_rport *tgt, int type) in bnx2fc_elstm_alloc() argument 408 switch (type) { in bnx2fc_elstm_alloc() 452 io_req->cmd_type = type; in bnx2fc_elstm_alloc()
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | hugetlbpage.rst | 76 ``/proc/filesystems`` should also show a filesystem of type "hugetlbfs" 386 type hugetlbfs:: 392 This command mounts a (pseudo) filesystem of type hugetlbfs on the directory
|
/openbmc/linux/drivers/gpu/drm/i2c/ |
H A D | tda998x_drv.c | 839 frame->any.type, len); in tda998x_write_if() 1954 strscpy(cec_info.type, "tda9950", sizeof(cec_info.type)); in tda998x_create()
|
/openbmc/linux/net/mac80211/ |
H A D | tdls.c | 1299 if (sdata->vif.type != NL80211_IFTYPE_STATION || in ieee80211_tdls_mgmt() 1453 if (sdata->vif.type != NL80211_IFTYPE_STATION) in ieee80211_tdls_oper() 1548 if (vif->type != NL80211_IFTYPE_STATION || !vif->cfg.assoc) { in ieee80211_tdls_oper_request()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_fb.c | 1455 if (view->gtt.type == I915_GTT_VIEW_ROTATED) { in calc_plane_remap_info() 1480 drm_WARN_ON(&i915->drm, view->gtt.type != I915_GTT_VIEW_REMAPPED); in calc_plane_remap_info() 1578 view->gtt.type = view_type; in intel_fb_view_init()
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8173.dtsi | 280 type = "passive"; 286 type = "passive"; 292 type = "critical";
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gmc_v9_0.c | 417 unsigned int type, in gmc_v9_0_ecc_interrupt_state() argument 468 unsigned int type, in gmc_v9_0_vm_fault_interrupt_state() argument 2508 .type = AMD_IP_BLOCK_TYPE_GMC,
|
H A D | amdgpu_atombios.c | 919 ss->type = ss_assign->v1.ucSpreadSpectrumMode; in amdgpu_atombios_get_asic_ss_info() 937 ss->type = ss_assign->v2.ucSpreadSpectrumMode; in amdgpu_atombios_get_asic_ss_info() 959 ss->type = ss_assign->v3.ucSpreadSpectrumMode; in amdgpu_atombios_get_asic_ss_info()
|
/openbmc/linux/net/wireless/ |
H A D | util.c | 1054 switch (ev->type) { in cfg80211_process_wdev_events() 2710 cfg80211_get_iftype_ext_capa(struct wiphy *wiphy, enum nl80211_iftype type) in cfg80211_get_iftype_ext_capa() argument 2715 if (wiphy->iftype_ext_capab[i].iftype == type) in cfg80211_get_iftype_ext_capa()
|
/openbmc/qemu/qga/ |
H A D | commands-linux.c | 935 disk->smart->type = GUEST_DISK_BUS_TYPE_NVME; in get_nvme_smart() 1069 fs->type = g_strdup(mount->devtype); in build_guest_fsinfo() 2051 cpustat->type = GUEST_CPU_STATS_TYPE_LINUX; in qmp_guest_get_cpustats()
|
/openbmc/linux/drivers/hv/ |
H A D | vmbus_drv.c | 1873 struct hv_device *vmbus_device_create(const guid_t *type, in vmbus_device_create() argument 1886 guid_copy(&child_device_obj->dev_type, type); in vmbus_device_create() 1981 switch (res->type) { in vmbus_walk_resources()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-multitouch.c | 1166 if (!usage->type || !(hid->claimed & HID_CLAIMED_INPUT)) in mt_process_mt_event() 1186 if (usage->type == EV_KEY && usage->code == BTN_LEFT) { in mt_process_mt_event() 1192 input_event(input, usage->type, usage->code, value); in mt_process_mt_event()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 1397 #define OP_GEN_TYPE(type) \ argument 3883 u16 type; in bnx2x_sp_post() local 3926 type = cmd_type; in bnx2x_sp_post() 3929 spe->hdr.type = cpu_to_le16(type); in bnx2x_sp_post() 3949 HW_CID(bp, cid), data_hi, data_lo, type, in bnx2x_sp_post() 11310 if (bp->link_params.phy[EXT_PHY1].type == in bnx2x_link_settings_requested() 14442 u16 type = (le16_to_cpu(bp->cnic_kwq_cons->hdr.type) in bnx2x_cnic_sp_post() local 14451 if (type == ETH_CONNECTION_TYPE) { in bnx2x_cnic_sp_post() 14470 if (type == ETH_CONNECTION_TYPE) { in bnx2x_cnic_sp_post() 14475 } else if (type == NONE_CONNECTION_TYPE) { in bnx2x_cnic_sp_post() [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_cmd.c | 360 event.type = V4L2_EVENT_FRAME_SYNC; in atomisp_sof_event() 370 event.type = V4L2_EVENT_FRAME_END; in atomisp_eof_event() 381 event.type = V4L2_EVENT_ATOMISP_3A_STATS_READY; in atomisp_3a_stats_ready_event() 392 event.type = V4L2_EVENT_ATOMISP_METADATA_READY; in atomisp_metadata_ready_event() 402 event.type = V4L2_EVENT_ATOMISP_CSS_RESET; in atomisp_reset_event() 699 buffer.css_buffer.type = buf_type; in atomisp_buf_done() 4066 if (input->type != TEST_PATTERN) { in atomisp_set_fmt_to_isp()
|
/openbmc/linux/Documentation/power/ |
H A D | pci.rst | 444 The following PCI bus type's callbacks, respectively, are used in these phases:: 513 The following PCI bus type's callbacks, respectively, are executed in these 566 that correspond to the PCI bus type's callbacks:: 595 using the following PCI bus type's callbacks:: 1003 including the PCI bus type. The flags should be set once at the driver probe 1013 The DPM_FLAG_SMART_PREPARE flag causes the PCI bus type to return a positive 1019 The DPM_FLAG_SMART_SUSPEND flag tells the PCI bus type that from the driver's
|