Searched refs:id_ext (Results 1 – 3 of 3) sorted by relevance
| /drivers/usb/phy/ |
| A D | phy.c | 422 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()
|
| /drivers/infiniband/ulp/srp/ |
| A D | ib_srp.c | 888 memcpy(tpi + 8, &target->id_ext, 8); in srp_send_req() 892 memcpy(tpi, &target->id_ext, 8); in srp_send_req() 2871 static DEVICE_ATTR_RO(id_ext); 3116 be64_to_cpu(target->id_ext)); in srp_add_target() 3121 memcpy(ids.port_id, &target->id_ext, 8); in srp_add_target() 3198 target->id_ext == t->id_ext && in srp_conn_unique() 3360 target->id_ext = cpu_to_be64(ull); in srp_parse_options() 3746 be64_to_cpu(target->id_ext), in add_target_store() 3752 be64_to_cpu(target->id_ext), in add_target_store() 3880 be64_to_cpu(target->id_ext), in add_target_store() [all …]
|
| A D | ib_srp.h | 218 __be64 id_ext; member
|
Completed in 15 milliseconds