Home
last modified time | relevance | path

Searched refs:endo_id (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/greybus/
H A Dsvc.h48 u16 endo_id; member
H A Dgreybus_protocols.h989 __le16 endo_id; member
/kernel/linux/linux-6.6/include/linux/greybus/
H A Dsvc.h48 u16 endo_id; member
H A Dgreybus_protocols.h989 __le16 endo_id; member
/kernel/linux/linux-5.10/drivers/greybus/
H A Dsvc.c29 return sprintf(buf, "0x%04x\n", svc->endo_id); in endo_id_show()
31 static DEVICE_ATTR_RO(endo_id);
852 svc->endo_id = le16_to_cpu(hello_request->endo_id); in gb_svc_hello()
/kernel/linux/linux-6.6/drivers/greybus/
H A Dsvc.c30 return sprintf(buf, "0x%04x\n", svc->endo_id); in endo_id_show()
32 static DEVICE_ATTR_RO(endo_id);
853 svc->endo_id = le16_to_cpu(hello_request->endo_id); in gb_svc_hello()

Completed in 16 milliseconds