Home
last modified time | relevance | path

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

/linux/drivers/usb/phy/
H A Dphy.c422 struct extcon_dev *id_ext; in usb_add_extcon() local
425 id_ext = x->id_edev; in usb_add_extcon()
427 id_ext = x->edev; in usb_add_extcon()
429 ret = devm_extcon_register_notifier(x->dev, id_ext, in usb_add_extcon()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.h218 __be64 id_ext; member
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-ib_srp10 * id_ext, a 16-digit hexadecimal number specifying the eight
121 What: /sys/class/scsi_host/host<n>/id_ext
/linux/net/wireless/
H A Dutil.c2090 static bool ieee80211_id_in_list(const u8 *ids, int n_ids, u8 id, bool id_ext) in ieee80211_id_in_list() argument
2101 if (id_ext && (ids[i + 1] == id)) in ieee80211_id_in_list()
2108 if (ids[i] == id && !id_ext) in ieee80211_id_in_list()