Home
last modified time | relevance | path

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

/linux/include/linux/greybus/
H A Dsvc.h49 u8 ap_intf_id; member
/linux/drivers/greybus/
H A Dsvc.c39 return sprintf(buf, "%u\n", svc->ap_intf_id); in ap_intf_id_show()
41 static DEVICE_ATTR_RO(ap_intf_id);
854 svc->ap_intf_id = hello_request->interface_id; in gb_svc_hello()
937 ret = gb_svc_intf_set_power_mode(svc, svc->ap_intf_id, in gb_svc_process_hello_deferred()
H A Dconnection.c423 hd->svc->ap_intf_id, in gb_connection_svc_connection_create()
445 connection->hd->svc->ap_intf_id, in gb_connection_svc_connection_destroy()
/linux/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus219 What: /sys/bus/greybus/devices/N-svc/ap_intf_id
/linux/drivers/staging/greybus/
H A Dcamera.c344 ret = gb_camera_set_intf_power_mode(gcam, svc->ap_intf_id, hs); in gb_camera_set_power_mode()