Home
last modified time | relevance | path

Searched refs:if_entry (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dparser.y99 %type <menu> if_entry menu_entry choice_entry
108 } if_entry menu_entry choice_entry
314 if_entry: T_IF expr T_EOL
330 if_stmt: if_entry stmt_list if_end
333 if_stmt_in_choice: if_entry stmt_list_in_choice if_end
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.y93 %type <menu> if_entry menu_entry choice_entry
101 } if_entry menu_entry choice_entry
328 if_entry: T_IF expr nl
344 if_stmt: if_entry if_block if_end
H A Dzconf.tab.c_shipped550 "if_entry", "if_end", "if_stmt", "if_block", "mainmenu_stmt", "menu",
1223 case 64: /* if_entry */
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.y94 %type <menu> if_entry menu_entry choice_entry
102 } if_entry menu_entry choice_entry
348 if_entry: T_IF expr nl
364 if_stmt: if_entry if_block if_end
H A Dzconf.tab.c_shipped543 "if_entry", "if_end", "if_stmt", "if_block", "menu", "menu_entry",
1222 case 66: /* if_entry */
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c775 struct brcmf_fws_mac_descriptor *if_entry; in brcmf_fws_macdesc_closed() local
782 if_entry = &fws->desc.iface[entry->interface_id]; in brcmf_fws_macdesc_closed()
783 if (if_entry->state == BRCMF_FWS_STATE_CLOSE) in brcmf_fws_macdesc_closed()