/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3326-odroid-go2.dts | 50 ocv-capacity-celsius = <20>; 51 ocv-capacity-table-0 = <4046950 100>, <4001920 95>, <3967900 90>, <3919950 85>,
|
H A D | rk3566-anbernic-rg353vs.dts | 30 ocv-capacity-celsius = <20>; 31 ocv-capacity-table-0 = <4172000 100>, <4054000 95>, <3984000 90>, <3926000 85>,
|
H A D | rk3566-anbernic-rg353ps.dts | 30 ocv-capacity-celsius = <20>; 31 ocv-capacity-table-0 = <4172000 100>, <4054000 95>, <3984000 90>, <3926000 85>,
|
H A D | rk3566-anbernic-rg353v.dts | 31 ocv-capacity-celsius = <20>; 32 ocv-capacity-table-0 = <4172000 100>, <4054000 95>, <3984000 90>, <3926000 85>,
|
H A D | rk3326-odroid-go2-v11.dts | 54 ocv-capacity-celsius = <20>; 55 ocv-capacity-table-0 = <4046950 100>, <4001920 95>, <3967900 90>, <3919950 85>,
|
H A D | rk3566-anbernic-rg353p.dts | 31 ocv-capacity-celsius = <20>; 32 ocv-capacity-table-0 = <4172000 100>, <4054000 95>, <3984000 90>, <3926000 85>,
|
H A D | rk3326-odroid-go3.dts | 87 ocv-capacity-celsius = <20>; 88 ocv-capacity-table-0 = <4046950 100>, <4001920 95>, <3967900 90>, <3919950 85>,
|
H A D | rk3566-anbernic-rg-arc.dtsi | 27 ocv-capacity-celsius = <20>; 28 ocv-capacity-table-0 = <4172000 100>, <4054000 95>, <3984000 90>, <3926000 85>,
|
H A D | rk3566-anbernic-rg503.dts | 85 ocv-capacity-celsius = <20>; 86 ocv-capacity-table-0 = <4172000 100>, <4054000 95>, <3984000 90>, <3926000 85>,
|
H A D | rk3326-gameforce-chi.dts | 85 ocv-capacity-celsius = <20>; 86 ocv-capacity-table-0 = <4106000 100>, <4071000 95>, <4018000 90>, <3975000 85>,
|
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ |
H A D | sp9860g-1h10.dts | 76 ocv-capacity-celsius = <20>; 77 ocv-capacity-table-0 = <4185000 100>, <4113000 95>, <4066000 90>,
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | sc27xx-fg.txt | 27 ocv-capacity-celsius = <20>; 28 ocv-capacity-table-0 = <4185000 100>, <4113000 95>, <4066000 90>,
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8916-wingtech-wt865x8.dtsi | 46 ocv-capacity-celsius = <25>; 47 ocv-capacity-table-0 = <4328000 100>, <4266000 95>, <4208000 90>,
|
H A D | msm8916-lg-m216.dts | 32 ocv-capacity-celsius = <25>; 33 ocv-capacity-table-0 = <4342000 100>, <4266000 95>, <4206000 90>,
|
H A D | msm8916-gplus-fl8005a.dts | 35 ocv-capacity-celsius = <25>; 36 ocv-capacity-table-0 =
|
H A D | msm8916-longcheer-l8150.dts | 59 ocv-capacity-celsius = <25>; 60 ocv-capacity-table-0 = <4330000 100>, <4265000 95>,
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_ie.c | 108 if (conf->ocv) in wpa_own_rsn_capab() 497 if (conf->ocv) in wpa_write_osen() 884 if (wpa_auth->conf.ocv && (data.capabilities & WPA_CAPABILITY_OCVC) && in wpa_validate_wpa_ie() 891 if (wpa_auth->conf.ocv == 2) { in wpa_validate_wpa_ie() 902 wpa_auth->conf.ocv : 0); in wpa_validate_wpa_ie() 1146 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv) in wpa_auth_set_ocv() argument 1149 sm->ocv_enabled = ocv; in wpa_auth_set_ocv()
|
H A D | hs20.c | 89 if (hapd->conf->ocv && in hostapd_eid_osen()
|
H A D | wpa_auth.h | 199 int ocv; /* Operating Channel Validation */ member 437 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv);
|
H A D | ap_config.h | 52 int ocv; member 369 int ocv; /* Operating Channel Validation */ member
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh_rsn.c | 163 enum mfp_options ieee80211w, int ocv) in __mesh_rsn_auth_init() argument 191 conf.ocv = ocv; in __mesh_rsn_auth_init() 266 conf->ieee80211w, conf->ocv) < 0) { in mesh_rsn_auth_init()
|
H A D | config_ssid.h | 512 int ocv; member
|
H A D | mesh.c | 108 conf->ocv = ssid->ocv; in mesh_config_create()
|
H A D | mesh_mpm.c | 264 if (type != PLINK_CLOSE && conf->ocv) in mesh_mpm_send_plink_action() 402 if (type != PLINK_CLOSE && conf->ocv) { in mesh_mpm_send_plink_action() 1311 wpa_auth_set_ocv(sm, mconf->ocv && in mesh_mpm_action_rx()
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa_ie.c | 120 if (sm->ocv) in rsn_supp_capab()
|