Home
last modified time | relevance | path

Searched refs:snext (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dima_rw.c255 int snext; in ImaMashChannel() local
262 snext = s0; in ImaMashChannel()
263 d0 = ImaMashS(ch, chans, ip[ch], ip,n,&snext, NULL); in ImaMashChannel()
272 snext = --low; in ImaMashChannel()
273 d2 = ImaMashS(ch, chans, ip[ch], ip,n,&snext, NULL); in ImaMashChannel()
282 snext = ++hi; in ImaMashChannel()
283 d2 = ImaMashS(ch, chans, ip[ch], ip,n,&snext, NULL); in ImaMashChannel()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pno.c780 dhd_pno_scan_results_t *siter, *snext; in _dhd_pno_convert_format() local
801 list_for_each_entry_safe(siter, snext, in _dhd_pno_convert_format()
920 dhd_pno_scan_results_t *siter, *snext; in _dhd_pno_clear_all_batch_results() local
931 list_for_each_entry_safe(siter, snext, in _dhd_pno_clear_all_batch_results()
2918 dhd_pno_scan_results_t *pscan_results = NULL, *siter, *snext; in _dhd_pno_get_for_batch() local
2958 list_for_each_entry_safe(siter, snext, in _dhd_pno_get_for_batch()
3142 list_for_each_entry_safe(siter, snext, in _dhd_pno_get_for_batch()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pno.c802 dhd_pno_scan_results_t *siter, *snext; in _dhd_pno_convert_format() local
820 list_for_each_entry_safe(siter, snext, in _dhd_pno_convert_format()
926 dhd_pno_scan_results_t *siter, *snext; in _dhd_pno_clear_all_batch_results() local
935 list_for_each_entry_safe(siter, snext, in _dhd_pno_clear_all_batch_results()
3085 dhd_pno_scan_results_t *pscan_results = NULL, *siter, *snext; in _dhd_pno_get_for_batch() local
3136 list_for_each_entry_safe(siter, snext, in _dhd_pno_get_for_batch()
3440 list_for_each_entry_safe(siter, snext, in _dhd_pno_get_for_batch()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pno.c796 dhd_pno_scan_results_t *siter, *snext; local
814 list_for_each_entry_safe(siter, snext,
920 dhd_pno_scan_results_t *siter, *snext; local
929 list_for_each_entry_safe(siter, snext,
3072 dhd_pno_scan_results_t *pscan_results = NULL, *siter, *snext; local
3123 list_for_each_entry_safe(siter, snext,
3422 list_for_each_entry_safe(siter, snext,
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pno.c802 dhd_pno_scan_results_t *siter, *snext; in _dhd_pno_convert_format() local
820 list_for_each_entry_safe(siter, snext, in _dhd_pno_convert_format()
926 dhd_pno_scan_results_t *siter, *snext; in _dhd_pno_clear_all_batch_results() local
935 list_for_each_entry_safe(siter, snext, in _dhd_pno_clear_all_batch_results()
3085 dhd_pno_scan_results_t *pscan_results = NULL, *siter, *snext; in _dhd_pno_get_for_batch() local
3136 list_for_each_entry_safe(siter, snext, in _dhd_pno_get_for_batch()
3440 list_for_each_entry_safe(siter, snext, in _dhd_pno_get_for_batch()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pno.c796 dhd_pno_scan_results_t *siter, *snext; local
814 list_for_each_entry_safe(siter, snext,
920 dhd_pno_scan_results_t *siter, *snext; local
929 list_for_each_entry_safe(siter, snext,
3072 dhd_pno_scan_results_t *pscan_results = NULL, *siter, *snext; local
3123 list_for_each_entry_safe(siter, snext,
3422 list_for_each_entry_safe(siter, snext,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pno.c796 dhd_pno_scan_results_t *siter, *snext; local
814 list_for_each_entry_safe(siter, snext,
920 dhd_pno_scan_results_t *siter, *snext; local
929 list_for_each_entry_safe(siter, snext,
3072 dhd_pno_scan_results_t *pscan_results = NULL, *siter, *snext; local
3123 list_for_each_entry_safe(siter, snext,
3422 list_for_each_entry_safe(siter, snext,
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c892 StringFeedbackPtr s, snext; in FreeFeedbackClass() local
894 for (s = (*stringfeed); s; s = snext) { in FreeFeedbackClass()
895 snext = s->next; in FreeFeedbackClass()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dcassini.h2125 u8 soff, snext; /* if match succeeds, new offset and match */ member
H A Dcassini.c1164 val |= CAS_BASE(HP_INSTR_RAM_MID_SNEXT, inst->snext); in cas_load_firmware()