Home
last modified time | relevance | path

Searched refs:id_ext (Results 1 – 5 of 5) 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
H A Dib_srp.c890 memcpy(tpi + 8, &target->id_ext, 8); in srp_send_req()
894 memcpy(tpi, &target->id_ext, 8); in srp_send_req()
2887 return sysfs_emit(buf, "0x%016llx\n", be64_to_cpu(target->id_ext)); in service_id_show()
2890 static DEVICE_ATTR_RO(id_ext); in service_id_show()
3135 be64_to_cpu(target->id_ext)); in srp_add_target()
3140 memcpy(ids.port_id, &target->id_ext, 8); in srp_add_target()
3217 target->id_ext == t->id_ext &&
3233 * id_ext=<SRP ID ext>,ioc_guid=<SRP IOC GUID>,dgid=<dest GID>,
3236 * id_ext
[all...]
/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.c2012 static bool ieee80211_id_in_list(const u8 *ids, int n_ids, u8 id, bool id_ext) in ieee80211_id_in_list()
2023 if (id_ext && (ids[i + 1] == id)) in skip_ie()
2030 if (ids[i] == id && !id_ext) in skip_ie()
1996 ieee80211_id_in_list(const u8 * ids,int n_ids,u8 id,bool id_ext) ieee80211_id_in_list() argument