Searched refs:constraint (Results 1 – 12 of 12) sorted by relevance
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | 11h.c | 31 struct mwifiex_ie_types_local_pwr_constraint *constraint; in mwifiex_11h_process_infra_join() local 49 constraint = (struct mwifiex_ie_types_local_pwr_constraint *)*buffer; in mwifiex_11h_process_infra_join() 50 constraint->header.type = cpu_to_le16(WLAN_EID_PWR_CONSTRAINT); in mwifiex_11h_process_infra_join() 51 constraint->header.len = cpu_to_le16(2); in mwifiex_11h_process_infra_join() 52 constraint->chan = bss_desc->channel; in mwifiex_11h_process_infra_join() 53 constraint->constraint = bss_desc->local_constraint; in mwifiex_11h_process_infra_join() 54 *buffer += sizeof(*constraint); in mwifiex_11h_process_infra_join()
|
| A D | fw.h | 1778 u8 constraint; member 2085 u8 constraint; member
|
| A D | uap_cmd.c | 669 pwr_ct->constraint = bss_cfg->power_constraint; in mwifiex_uap_bss_param_prepare()
|
| /drivers/acpi/x86/ |
| A D | s2idle.c | 216 struct lpi_constraints *constraint; in lpi_device_get_constraints() local 246 constraint = &lpi_constraints_table[lpi_constraints_table_size]; in lpi_device_get_constraints() 248 status = acpi_get_handle(NULL, info.name, &constraint->handle); in lpi_device_get_constraints() 255 constraint->min_dstate = -1; in lpi_device_get_constraints() 282 constraint->min_dstate = dev_info.min_dstate; in lpi_device_get_constraints() 287 if (constraint->min_dstate < 0) { in lpi_device_get_constraints()
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | regd.c | 918 tpe->constraint = min(tpe->constraint, cstr); in tpe_intersect_constraint() 922 tpe->constraint = cstr; in tpe_intersect_constraint() 999 tpe_intersect_constraint(&new, tmp->constraint); in __rtw89_reg_6ghz_tpe_recalc() 1011 new.constraint); in __rtw89_reg_6ghz_tpe_recalc() 1044 if (tpe->constraint < RTW89_MIN_VALID_POWER_CONSTRAINT) { in rtw89_reg_6ghz_tpe_recalc() 1047 __func__, tpe->constraint); in rtw89_reg_6ghz_tpe_recalc()
|
| A D | debug.c | 917 tpe6->constraint); in rtw89_debug_priv_txpwr_table_get_regd()
|
| A D | core.h | 770 s8 constraint; /* unit: dBm */ member
|
| A D | phy.c | 2192 cstr = rtw89_phy_txpwr_dbm_without_tolerance(tpe->constraint); in rtw89_phy_get_tpe_constraint()
|
| /drivers/gpu/drm/vc4/tests/ |
| A D | vc4_test_pv_muxing.c | 68 const struct encoder_constraint *constraint = &constraints[i]; in __check_encoder_constraints() local 71 if (constraint->type != type) in __check_encoder_constraints() 74 for (j = 0; j < constraint->nchannels; j++) { in __check_encoder_constraints() 75 unsigned int _channel = constraint->channels[j]; in __check_encoder_constraints()
|
| /drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | Kconfig | 95 If this is set to 0, there's no extra constraint on the
|
| /drivers/gpu/drm/omapdrm/ |
| A D | Kconfig | 119 If this is set to 0, there's no extra constraint on the
|
| /drivers/pci/ |
| A D | setup-bus.c | 1095 struct resource_constraint constraint = { in pbus_upstream_space_available() local 1113 if (find_resource_space(r, &gap, size, &constraint) == 0) { in pbus_upstream_space_available()
|
Completed in 98 milliseconds