Home
last modified time | relevance | path

Searched refs:tindex (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dwindfarm_pid.c105 st->index = st->tindex = 0; in wf_cpu_pid_run()
110 st->tindex = (st->tindex + 1) % 2; in wf_cpu_pid_run()
111 st->temps[st->tindex] = new_temp; in wf_cpu_pid_run()
125 deriv = st->temps[st->tindex] - in wf_cpu_pid_run()
126 st->temps[(st->tindex + 2 - 1) % 2]; in wf_cpu_pid_run()
H A Dwindfarm_pid.h72 int tindex; /* index of current temp */ member
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dvalues.c188 int tindex, cindex; in perf_read_values_add_value() local
190 tindex = perf_read_values__findnew_thread(values, pid, tid); in perf_read_values_add_value()
191 if (tindex < 0) in perf_read_values_add_value()
192 return tindex; in perf_read_values_add_value()
197 values->value[tindex][cindex] += value; in perf_read_values_add_value()
/OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/
H A Dadm1275.c476 int tindex = -1; in adm1275_probe() local
611 tindex = 8; in adm1275_probe()
682 tindex = 3; in adm1275_probe()
786 if (tindex >= 0) { in adm1275_probe()
787 info->m[PSC_TEMPERATURE] = coefficients[tindex].m; in adm1275_probe()
788 info->b[PSC_TEMPERATURE] = coefficients[tindex].b; in adm1275_probe()
789 info->R[PSC_TEMPERATURE] = coefficients[tindex].R; in adm1275_probe()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/
H A Dhalrf_api.c22 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in phlrf_psd_log2base() local
48 tindex = tmp / 5; in phlrf_psd_log2base()
50 if (tindex > 20) in phlrf_psd_log2base()
51 tindex = 20; in phlrf_psd_log2base()
53 val_fractiond_b = table_fraction[tindex]; in phlrf_psd_log2base()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/
H A Dhalrf_api.c22 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in phlrf_psd_log2base() local
48 tindex = tmp / 5; in phlrf_psd_log2base()
50 if (tindex > 20) in phlrf_psd_log2base()
51 tindex = 20; in phlrf_psd_log2base()
53 val_fractiond_b = table_fraction[tindex]; in phlrf_psd_log2base()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_log.c422 int tindex = (unsigned long)table->extra1; in nf_log_proc_dostring() local
438 nf_log_unbind_pf(net, tindex); in nf_log_proc_dostring()
442 logger = __find_logger(tindex, buf); in nf_log_proc_dostring()
447 rcu_assign_pointer(net->nf.nf_loggers[tindex], logger); in nf_log_proc_dostring()
454 logger = nft_log_dereference(net->nf.nf_loggers[tindex]); in nf_log_proc_dostring()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/halrf/
H A Dhalrf.c62 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in halrf_psd_log2base() local
89 tindex = tmp / 5; in halrf_psd_log2base()
91 if (tindex > 20) in halrf_psd_log2base()
92 tindex = 20; in halrf_psd_log2base()
94 val_fractiond_b = table_fraction[tindex]; in halrf_psd_log2base()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/halrf/
H A Dhalrf.c61 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in halrf_psd_log2base() local
87 tindex = tmp / 5; in halrf_psd_log2base()
89 if (tindex > 20) in halrf_psd_log2base()
90 tindex = 20; in halrf_psd_log2base()
92 val_fractiond_b = table_fraction[tindex]; in halrf_psd_log2base()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/halrf/
H A Dhalrf.c61 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in halrf_psd_log2base() local
87 tindex = tmp / 5; in halrf_psd_log2base()
89 if (tindex > 20) in halrf_psd_log2base()
90 tindex = 20; in halrf_psd_log2base()
92 val_fractiond_b = table_fraction[tindex]; in halrf_psd_log2base()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/halrf/
H A Dhalrf.c61 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in halrf_psd_log2base() local
87 tindex = tmp / 5; in halrf_psd_log2base()
89 if (tindex > 20) in halrf_psd_log2base()
90 tindex = 20; in halrf_psd_log2base()
92 val_fractiond_b = table_fraction[tindex]; in halrf_psd_log2base()
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Daachba.c880 char * get_container_type(unsigned tindex) in get_container_type() argument
882 if (tindex >= ARRAY_SIZE(container_types)) in get_container_type()
883 tindex = ARRAY_SIZE(container_types) - 1; in get_container_type()
884 return container_types[tindex]; in get_container_type()
896 static void setinqstr(struct aac_dev *dev, void *data, int tindex) in setinqstr() argument
944 if (tindex < ARRAY_SIZE(container_types)){ in setinqstr()
951 if (((findit - str->pid) + strlen(container_types[tindex])) in setinqstr()
953 inqstrcpy (container_types[tindex], findit + 1); in setinqstr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/halrf/rtl8188f/
H A Dhalrf_8188f.c2206 u32 tmp, tmp2, val_integerdb = 0, tindex, shiftcount = 0; in phy_psd_log2base() local
2232 tindex = tmp / 5; in phy_psd_log2base()
2234 if (tindex > 20) in phy_psd_log2base()
2235 tindex = 20; in phy_psd_log2base()
2237 val_fractiondb = table_fraction[tindex]; in phy_psd_log2base()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/halrf/
H A Dhalrf.c61 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in halrf_psd_log2base() local
87 tindex = tmp / 5; in halrf_psd_log2base()
89 if (tindex > 20) in halrf_psd_log2base()
90 tindex = 20; in halrf_psd_log2base()
92 val_fractiond_b = table_fraction[tindex]; in halrf_psd_log2base()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/halrf/rtl8188f/
H A Dhalrf_8188f.c2206 u32 tmp, tmp2, val_integerdb = 0, tindex, shiftcount = 0; in phy_psd_log2base() local
2232 tindex = tmp / 5; in phy_psd_log2base()
2234 if (tindex > 20) in phy_psd_log2base()
2235 tindex = 20; in phy_psd_log2base()
2237 val_fractiondb = table_fraction[tindex]; in phy_psd_log2base()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/halrf/rtl8188f/
H A Dhalrf_8188f.c2207 u32 tmp, tmp2, val_integerdb = 0, tindex, shiftcount = 0; in phy_psd_log2base() local
2233 tindex = tmp / 5; in phy_psd_log2base()
2235 if (tindex > 20) in phy_psd_log2base()
2236 tindex = 20; in phy_psd_log2base()
2238 val_fractiondb = table_fraction[tindex]; in phy_psd_log2base()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/halrf/rtl8188f/
H A Dhalrf_8188f.c2207 u32 tmp, tmp2, val_integerdb = 0, tindex, shiftcount = 0; in phy_psd_log2base() local
2233 tindex = tmp / 5; in phy_psd_log2base()
2235 if (tindex > 20) in phy_psd_log2base()
2236 tindex = 20; in phy_psd_log2base()
2238 val_fractiondb = table_fraction[tindex]; in phy_psd_log2base()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/halrf/
H A Dhalrf.c62 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in halrf_psd_log2base() local
88 tindex = tmp / 5; in halrf_psd_log2base()
90 if (tindex > 20) in halrf_psd_log2base()
91 tindex = 20; in halrf_psd_log2base()
93 val_fractiond_b = table_fraction[tindex]; in halrf_psd_log2base()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Dvariant.hpp153 static constexpr std::size_t tindex = is_valid ? sizeof...(Types)-index : 0; member
154 using target_type = typename std::tuple_element<tindex, std::tuple<void, Types...>>::type;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/halrf/
H A Dhalrf.c61 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in halrf_psd_log2base() local
87 tindex = tmp / 5; in halrf_psd_log2base()
89 if (tindex > 20) in halrf_psd_log2base()
90 tindex = 20; in halrf_psd_log2base()
92 val_fractiond_b = table_fraction[tindex]; in halrf_psd_log2base()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/halrf/
H A Dhalrf.c62 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in halrf_psd_log2base() local
88 tindex = tmp / 5; in halrf_psd_log2base()
90 if (tindex > 20) in halrf_psd_log2base()
91 tindex = 20; in halrf_psd_log2base()
93 val_fractiond_b = table_fraction[tindex]; in halrf_psd_log2base()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/halrf/
H A Dhalrf.c61 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in halrf_psd_log2base() local
87 tindex = tmp / 5; in halrf_psd_log2base()
89 if (tindex > 20) in halrf_psd_log2base()
90 tindex = 20; in halrf_psd_log2base()
92 val_fractiond_b = table_fraction[tindex]; in halrf_psd_log2base()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/halrf/
H A Dhalrf.c61 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in halrf_psd_log2base() local
87 tindex = tmp / 5; in halrf_psd_log2base()
89 if (tindex > 20) in halrf_psd_log2base()
90 tindex = 20; in halrf_psd_log2base()
92 val_fractiond_b = table_fraction[tindex]; in halrf_psd_log2base()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/halrf/
H A Dhalrf.c61 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in halrf_psd_log2base() local
87 tindex = tmp / 5; in halrf_psd_log2base()
89 if (tindex > 20) in halrf_psd_log2base()
90 tindex = 20; in halrf_psd_log2base()
92 val_fractiond_b = table_fraction[tindex]; in halrf_psd_log2base()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/btc/
H A DHalBtc8723b1Ant.c2577 u32 tmp, tmp2, val_integerd_b = 0, tindex, shiftcount = 0; in halbtc8723b1ant_psd_log2base() local
2605 tindex = tmp / 5; in halbtc8723b1ant_psd_log2base()
2607 if (tindex > 20) in halbtc8723b1ant_psd_log2base()
2608 tindex = 20; in halbtc8723b1ant_psd_log2base()
2610 val_fractiond_b = table_fraction[tindex]; in halbtc8723b1ant_psd_log2base()

12