Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/kconfig/
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
/linux-6.1.9/drivers/net/wwan/iosm/
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()
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
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()