Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/
H A Dusbaudio.h40 int last_iface; member
H A Dcard.c729 chip->last_iface = intf->altsetting[0].desc.bInterfaceNumber; in find_last_interface()
731 usb_audio_dbg(chip, "Found last interface = %d\n", chip->last_iface); in find_last_interface()
758 chip->last_iface == ifnum || in try_to_register_card()
759 usb_interface_claimed(usb_ifnum_to_if(chip->dev, chip->last_iface))) in try_to_register_card()
/openbmc/linux/fs/smb/client/
H A Dsess.c193 struct cifs_server_iface *last_iface = NULL; in cifs_try_adding_channels() local
241 last_iface = list_last_entry(&ses->iface_list, struct cifs_server_iface, in cifs_try_adding_channels()
243 iface_min_speed = last_iface->speed; in cifs_try_adding_channels()
373 struct cifs_server_iface *last_iface = NULL; in cifs_chan_update_iface() local
403 last_iface = list_last_entry(&ses->iface_list, struct cifs_server_iface, in cifs_chan_update_iface()
405 iface_min_speed = last_iface->speed; in cifs_chan_update_iface()
H A Dcifs_debug.c310 struct cifs_server_iface *last_iface = NULL; in cifs_debug_data_proc_show() local
581 last_iface = list_last_entry(&ses->iface_list, in cifs_debug_data_proc_show()
584 iface_min_speed = last_iface->speed; in cifs_debug_data_proc_show()