Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dparser.y97 %type <menu> if_entry menu_entry choice_entry
106 } if_entry menu_entry choice_entry
305 if_entry: T_IF expr T_EOL
321 if_stmt: if_entry stmt_list if_end
324 if_stmt_in_choice: if_entry stmt_list_in_choice if_end
/openbmc/u-boot/scripts/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
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_mux.c46 struct mux_session *if_entry; in ipc_mux_session_free() local
48 if_entry = &ipc_mux->session[if_id]; in ipc_mux_session_free()
50 if_entry->wwan = NULL; in ipc_mux_session_free()
/openbmc/linux/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()