Searched refs:is_legacy (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_tc.h41 int intel_tc_port_init(struct intel_digital_port *dig_port, bool is_legacy);
/linux-master/drivers/phy/socionext/
H A Dphy-uniphier-pcie.c68 bool is_legacy; member in struct:uniphier_pciephy_soc_data
170 if (priv->data->is_legacy)
204 if (!priv->data->is_legacy)
242 if (priv->data->is_legacy) {
297 .is_legacy = true,
301 .is_legacy = false,
307 .is_legacy = false,
312 .is_legacy = false,
H A Dphy-uniphier-usb3ss.c64 bool is_legacy; member in struct:uniphier_u3ssphy_soc_data
177 if (priv->data->is_legacy)
236 if (!priv->data->is_legacy) {
285 .is_legacy = true,
289 .is_legacy = false,
303 .is_legacy = false,
H A Dphy-uniphier-usb3hs.c78 bool is_legacy; member in struct:uniphier_u3hsphy_soc_data
274 if ((priv->data->is_legacy)
344 if (!priv->data->is_legacy) {
394 .is_legacy = true,
399 .is_legacy = false,
408 .is_legacy = false,
422 .is_legacy = false,
H A Dphy-uniphier-ahci.c32 bool is_legacy; member in struct:uniphier_ahciphy_soc_data
425 if (priv->data->is_legacy) {
465 .is_legacy = true,
472 .is_legacy = false,
481 .is_legacy = false,
/linux-master/arch/x86/include/asm/trace/
H A Dirq_vectors.h327 TP_PROTO(unsigned int irq, bool is_legacy, int ret),
329 TP_ARGS(irq, is_legacy, ret),
333 __field( bool, is_legacy )
339 __entry->is_legacy = is_legacy;
343 TP_printk("irq=%u is_legacy=%d ret=%d",
344 __entry->irq, __entry->is_legacy, __entry->ret)
/linux-master/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/
H A Dinputfifo.c232 unsigned int i, is_rgb = 0, is_legacy = 0; local
240 is_legacy = 1;
254 if ((is_rgb || is_legacy) && (i % 3 == 2))
270 } else if (two_ppc && is_legacy) {
284 if ((is_rgb || is_legacy) && (i % 3 == 2))
300 } else if (two_ppc && is_legacy) {
/linux-master/arch/x86/mm/
H A Dmmap.c153 unsigned long get_mmap_base(int is_legacy) argument
159 return is_legacy ? mm->mmap_compat_legacy_base
163 return is_legacy ? mm->mmap_legacy_base : mm->mmap_base;
/linux-master/drivers/firmware/
H A Darm_scpi.c251 bool is_legacy; member in struct:scpi_drvinfo
371 if (scpi_info->is_legacy) {
387 if (scpi_info->is_legacy) {
418 if (!scpi_info->is_legacy)
432 if (scpi_info->is_legacy)
447 if (!scpi_info->is_legacy)
487 if (scpi_info->is_legacy)
498 if (scpi_info->is_legacy) {
753 if (scpi_info->is_legacy)
821 if (info->is_legacy
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsf.c102 bool is_legacy = true; local
124 is_legacy = false;
130 if (!is_legacy) {
H A Drs.c781 if (is_legacy(rate)) {
958 if (is_legacy(rate))
1061 if (is_legacy(rate)) {
1114 if (is_legacy(rate)) {
1191 static void rs_set_stay_in_table(struct iwl_mvm *mvm, u8 is_legacy, argument
1196 if (is_legacy) {
1881 if (is_legacy(rate))
2329 rs_set_stay_in_table(mvm, is_legacy(&tbl1->rate), lq_sta);
3340 if (bottom_reached && !is_legacy(rate))
3344 if (!bottom_reached && !is_legacy(rat
[all...]
H A Drs.h184 #define is_legacy(rate) is_type_legacy((rate)->type) macro
/linux-master/drivers/virtio/
H A Dvirtio_pci_common.h64 bool is_legacy; member in struct:virtio_pci_device
H A Dvirtio_pci_legacy.c226 vp_dev->is_legacy = true;
H A Dvirtio_pci_common.c603 if (vp_dev->is_legacy)
633 if (vp_dev->is_legacy)
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c487 if (is_legacy(tbl->lq_type)) {
646 if (is_legacy(rate_type)) {
665 if (is_a_band(rate_type) || !is_legacy(rate_type)) {
728 if (!is_legacy(tbl->lq_type) && (!ht_possible || !scale_idx)) {
748 if (is_legacy(tbl->lq_type)) {
986 il4965_rs_set_stay_in_table(struct il_priv *il, u8 is_legacy, argument
991 if (is_legacy) {
1018 if (WARN_ON_ONCE(!is_legacy(tbl->lq_type) && !is_Ht(tbl->lq_type))) {
1024 if (is_legacy(tbl->lq_type)) {
1786 if (is_legacy(tb
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c512 if (is_legacy(tbl->lq_type)) {
681 if (is_legacy(rate_type)) {
701 if (is_a_band(rate_type) || !is_legacy(rate_type)) {
766 if (!is_legacy(tbl->lq_type) && (!ht_possible || !scale_index)) {
786 if (is_legacy(tbl->lq_type)) {
1040 static void rs_set_stay_in_table(struct iwl_priv *priv, u8 is_legacy, argument
1045 if (is_legacy) {
1071 if (WARN_ON_ONCE(!is_legacy(tbl->lq_type) && !is_Ht(tbl->lq_type))) {
1077 if (is_legacy(tbl->lq_type)) {
2222 if (is_legacy(tb
[all...]
H A Drs.h256 #define is_legacy(tbl) (((tbl) == LQ_G) || ((tbl) == LQ_A)) macro
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c382 * @is_legacy: legacy or atomic gamma
387 struct dc_gamma *gamma, bool is_legacy)
392 if (is_legacy) {
919 bool is_legacy; local
937 is_legacy = regamma_size == MAX_COLOR_LEGACY_LUT_ENTRIES;
944 if (is_legacy) {
386 __drm_lut_to_dc_gamma(const struct drm_color_lut *lut, struct dc_gamma *gamma, bool is_legacy) argument
/linux-master/arch/x86/include/asm/
H A Delf.h315 extern unsigned long get_mmap_base(int is_legacy);
/linux-master/include/linux/qed/
H A Dqed_eth_if.h88 bool is_legacy; member in struct:qed_dev_eth_info
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c1952 u32 force_fgscan, u32 is_legacy,
1974 sc->is_legacy = cpu_to_le32(is_legacy);
1995 u32 force_fgscan, u32 is_legacy,
2012 is_legacy, home_dwell_time,
2030 sc->is_legacy = cpu_to_le32(is_legacy);
1950 ath6kl_wmi_startscan_cmd(struct wmi *wmi, u8 if_idx, enum wmi_scan_type scan_type, u32 force_fgscan, u32 is_legacy, u32 home_dwell_time, u32 force_scan_interval, s8 num_chan, u16 *ch_list) argument
1993 ath6kl_wmi_beginscan_cmd(struct wmi *wmi, u8 if_idx, enum wmi_scan_type scan_type, u32 force_fgscan, u32 is_legacy, u32 home_dwell_time, u32 force_scan_interval, s8 num_chan, u16 *ch_list, u32 no_cck, u32 *rates) argument
H A Dwmi.h845 __le32 is_legacy; member in struct:wmi_begin_scan_cmd
877 __le32 is_legacy; member in struct:wmi_start_scan_cmd
2572 u32 force_fgscan, u32 is_legacy,
/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c68 bool is_legacy = false; local
71 is_legacy = true;
73 return is_legacy;
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede.h393 bool is_legacy; member in struct:qede_tx_queue

Completed in 586 milliseconds

12