Home
last modified time | relevance | path

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

/linux/drivers/usb/phy/
A Dphy.c429 struct extcon_dev *id_ext; in usb_add_extcon() local
432 id_ext = x->id_edev; in usb_add_extcon()
434 id_ext = x->edev; in usb_add_extcon()
436 ret = devm_extcon_register_notifier(x->dev, id_ext, in usb_add_extcon()
/linux/drivers/infiniband/ulp/srp/
A Dib_srp.c893 memcpy(tpi + 8, &target->id_ext, 8); in srp_send_req()
897 memcpy(tpi, &target->id_ext, 8); in srp_send_req()
2887 static DEVICE_ATTR_RO(id_ext);
3132 be64_to_cpu(target->id_ext)); in srp_add_target()
3137 memcpy(ids.port_id, &target->id_ext, 8); in srp_add_target()
3209 target->id_ext == t->id_ext && in srp_conn_unique()
3371 target->id_ext = cpu_to_be64(ull); in srp_parse_options()
3688 be64_to_cpu(target->id_ext), in add_target_store()
3694 be64_to_cpu(target->id_ext), in add_target_store()
3822 be64_to_cpu(target->id_ext), in add_target_store()
[all …]
A Dib_srp.h208 __be64 id_ext; member
/linux/Documentation/ABI/stable/
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/
A Dutil.c1550 static bool ieee80211_id_in_list(const u8 *ids, int n_ids, u8 id, bool id_ext) in ieee80211_id_in_list() argument
1561 if (id_ext && (ids[i + 1] == id)) in ieee80211_id_in_list()
1568 if (ids[i] == id && !id_ext) in ieee80211_id_in_list()

Completed in 19 milliseconds