Home
last modified time | relevance | path

Searched refs:gend (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-tangier.h57 #define GPIO_PINRANGE(gstart, gend, pstart) \
61 .npins = (gend) - (gstart) + 1, \
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c954 unsigned gend; in abx500_get_gpio_num() local
959 gend = p->offset + p->npins - 1; in abx500_get_gpio_num()
964 highest = gend; in abx500_get_gpio_num()
968 if (gend > highest) in abx500_get_gpio_num()
969 highest = gend; in abx500_get_gpio_num()
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c956 unsigned gend; in abx500_get_gpio_num() local
961 gend = p->offset + p->npins - 1; in abx500_get_gpio_num()
966 highest = gend; in abx500_get_gpio_num()
970 if (gend > highest) in abx500_get_gpio_num()
971 highest = gend; in abx500_get_gpio_num()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_parse.c641 const u8 *g, *gend; in p2p_group_info_parse() local
648 gend = gi + gi_len; in p2p_group_info_parse()
649 while (g < gend) { in p2p_group_info_parse()
657 if (len > gend - g || len < 2 * ETH_ALEN + 1 + 2 + 8 + 1) in p2p_group_info_parse()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_parse.c639 const u8 *g, *gend; in p2p_group_info_parse() local
646 gend = gi + gi_len; in p2p_group_info_parse()
647 while (g < gend) { in p2p_group_info_parse()
655 if (len > gend - g || len < 2 * ETH_ALEN + 1 + 2 + 8 + 1) in p2p_group_info_parse()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-merrifield.c43 #define GPIO_PINRANGE(gstart, gend, pstart) \
47 .npins = (gend) - (gstart) + 1, \
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.c1334 char *genie, *gpos, *gend; in wext_get_scan_iwevgenie() local
1341 gend = genie + iwe->u.data.length; in wext_get_scan_iwevgenie()
1342 if (gend > end) { in wext_get_scan_iwevgenie()
1347 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie()
1350 os_memcpy(tmp + res->ie_len, gpos, gend - gpos); in wext_get_scan_iwevgenie()
1352 res->ie_len += gend - gpos; in wext_get_scan_iwevgenie()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wext.c1339 char *genie, *gpos, *gend; in wext_get_scan_iwevgenie() local
1346 gend = genie + iwe->u.data.length; in wext_get_scan_iwevgenie()
1347 if (gend > end) { in wext_get_scan_iwevgenie()
1352 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie()
1355 os_memcpy(tmp + res->ie_len, gpos, gend - gpos); in wext_get_scan_iwevgenie()
1357 res->ie_len += gend - gpos; in wext_get_scan_iwevgenie()
/third_party/musl/libc-test/src/math/gen/
H A Dmp.c172 static void gend(struct t *p, mpfr_t my, int t, int r) in gend() function
206 gend(p, my, tn, r); in mpd1()
222 gend(p, my, tn, r); in mpd2()
910 gend(t, my, tn, r); in mpfma()
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1314 unsigned long lgre = 0, gend = 0; in decode_gam_rng_tbl() local
1349 gend = (unsigned long)gre->limit << UV_GAM_RANGE_SHFT; in decode_gam_rng_tbl()
1369 index, _min_socket, _max_socket, _min_pnode, _max_pnode, fls64(gend)); in decode_gam_rng_tbl()
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c9411 s8 gsta, gend; in rt2800_iq_search() local
9495 gend = gerr + 2; in rt2800_iq_search()
9501 for (gef = gsta; gef <= gend; gef = gef + 1) in rt2800_iq_search()

Completed in 28 milliseconds