| /system/core/devmgr/devhost/ |
| A D | api.cpp | 138 if (dev->ops->get_protocol) { in device_get_protocol() 139 return dev->ops->get_protocol(dev->ctx, proto_id, out); in device_get_protocol()
|
| /system/ulib/ddk/include/ddk/ |
| A D | device.h | 65 zx_status_t (*get_protocol)(void* ctx, uint32_t proto_id, void* protocol); member
|
| /system/dev/audio/intel-hda/controller/ |
| A D | intel-hda-controller.cpp | 39 .get_protocol = nullptr, 312 .get_protocol = nullptr,
|
| A D | intel-hda-dsp.cpp | 21 .get_protocol = [](void* ctx,
|
| A D | intel-hda-codec.cpp | 46 .get_protocol = nullptr,
|
| /system/dev/gpu/aml-gpu/ |
| A D | aml-gpu.c | 169 .get_protocol = aml_gpu_get_protocol,
|
| /system/dev/usb/dwc3/ |
| A D | dwc3.cpp | 146 device.get_protocol = xhci_get_protocol; in __anon4f073b280302() 452 device.get_protocol = dwc3_get_protocol; in __anon4f073b280402()
|
| /system/dev/bus/acpi/ |
| A D | pci.cpp | 279 .get_protocol = nullptr,
|
| /system/dev/bus/virtio/ |
| A D | input.cpp | 316 hidbus_ops_.get_protocol = virtio_input_get_protocol; in Init()
|
| /system/ulib/ddktl/include/ddktl/ |
| A D | device.h | 136 proto->get_protocol = GetProtocol; in GetProtocolable()
|
| /system/ulib/ddktl/test/ |
| A D | device-tests.cpp | 199 EXPECT_EQ(ZX_OK, ops->get_protocol(ctx, 0, nullptr), ""); in test_dispatch()
|
| /system/dev/display/hikey-display/ |
| A D | dsi.c | 136 .get_protocol = dsi_get_protocol,
|
| /system/dev/bluetooth/bt-hci-broadcom/ |
| A D | bt-hci-broadcom.c | 165 .get_protocol = bcm_hci_get_protocol,
|
| /system/dev/input/usb-hid/ |
| A D | usb-hid.c | 234 .get_protocol = usb_hid_get_protocol,
|
| /system/ulib/intel-hda/codec-utils/ |
| A D | codec-driver-base.cpp | 39 .get_protocol = nullptr,
|
| A D | stream-base.cpp | 27 .get_protocol = nullptr,
|
| /system/dev/usb/usb-composite/ |
| A D | usb-interface.c | 51 .get_protocol = usb_interface_get_protocol,
|
| /system/dev/input/i2c-hid/ |
| A D | i2c-hid.c | 209 .get_protocol = i2c_hid_get_protocol,
|
| /system/dev/bus/platform/ |
| A D | platform-proxy-device.cpp | 704 if (device_ops_ && device_ops_->get_protocol) { in DdkGetProtocol() 705 if (device_ops_->get_protocol(ctx_, proto_id, out) == ZX_OK) { in DdkGetProtocol()
|
| /system/dev/bluetooth/bt-transport-uart/ |
| A D | bt-transport-uart.c | 487 .get_protocol = hci_get_protocol,
|
| /system/dev/input/pc-ps2/ |
| A D | i8042.c | 707 .get_protocol = i8042_get_protocol,
|
| /system/dev/bluetooth/bt-transport-usb/ |
| A D | bt-transport-usb.c | 582 .get_protocol = hci_get_protocol,
|
| /system/dev/usb/usb-bus/ |
| A D | usb-device.c | 600 .get_protocol = usb_device_get_protocol,
|
| /system/dev/display/vim-display/ |
| A D | vim-display.cpp | 487 .get_protocol = display_get_protocol,
|
| /system/banjo/ddk-protocol-display-controller/ |
| A D | display-controller.banjo | 73 /// If true, the device should expose an ZX_PROTOCOL_I2C_IMPL device through get_protocol, in
|