Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dcdc_ncm.h155 u8 cdc_ncm_select_altsetting(struct usb_interface *intf);
/openbmc/linux/drivers/net/usb/
H A Dcdc_ncm.c1032 u8 cdc_ncm_select_altsetting(struct usb_interface *intf) in cdc_ncm_select_altsetting() function
1061 EXPORT_SYMBOL_GPL(cdc_ncm_select_altsetting);
1066 if (cdc_ncm_select_altsetting(intf) != CDC_NCM_COMM_ALTSETTING_NCM) in cdc_ncm_bind()
H A Dcdc_mbim.c149 if (cdc_ncm_select_altsetting(intf) == CDC_NCM_COMM_ALTSETTING_MBIM) { in cdc_mbim_bind()