Home
last modified time | relevance | path

Searched refs:found_lower (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/net/tipc/
H A Dsubscr.c42 u32 found_lower, u32 found_upper, in tipc_sub_send_event() argument
50 tipc_evt_write(evt, found_lower, found_lower); in tipc_sub_send_event()
63 int tipc_sub_check_overlap(struct tipc_name_seq *seq, u32 found_lower, in tipc_sub_check_overlap() argument
66 if (found_lower < seq->lower) in tipc_sub_check_overlap()
67 found_lower = seq->lower; in tipc_sub_check_overlap()
70 if (found_lower > found_upper) in tipc_sub_check_overlap()
76 u32 found_lower, u32 found_upper, in tipc_sub_report_overlap() argument
88 if (!tipc_sub_check_overlap(&seq, found_lower, found_upper)) in tipc_sub_report_overlap()
98 tipc_sub_send_event(sub, found_lower, found_upper, in tipc_sub_report_overlap()
H A Dsubscr.h74 int tipc_sub_check_overlap(struct tipc_name_seq *seq, u32 found_lower,
77 u32 found_lower, u32 found_upper,
H A Dgroup.c678 evt.found_lower = m->instance; in tipc_group_create_event()
862 u32 instance = evt->found_lower; in tipc_group_member_evt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Dlo.c577 int found_lower = 0; in lo_probe_possible_loctls() local
624 found_lower = 1; in lo_probe_possible_loctls()
641 return found_lower; in lo_probe_possible_loctls()
652 int found_lower; in lo_probe_loctls_statemachine() local
687 found_lower = in lo_probe_loctls_statemachine()
689 if (!found_lower) in lo_probe_loctls_statemachine()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtipc.h130 __u32 found_lower; /* matching range */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtipc.h130 __u32 found_lower; /* matching range */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtipc.h130 __u32 found_lower; /* matching range */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1374 int found_lower; in b43legacy_phy_lo_g_state() local
1387 found_lower = 0; in b43legacy_phy_lo_g_state()
1420 found_lower = 1; in b43legacy_phy_lo_g_state()
1434 } while (i-- && found_lower); in b43legacy_phy_lo_g_state()