Home
last modified time | relevance | path

Searched refs:get_protocol (Results 1 – 25 of 25) sorted by relevance

/system/core/devmgr/devhost/
A Dapi.cpp138 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 Ddevice.h65 zx_status_t (*get_protocol)(void* ctx, uint32_t proto_id, void* protocol); member
/system/dev/audio/intel-hda/controller/
A Dintel-hda-controller.cpp39 .get_protocol = nullptr,
312 .get_protocol = nullptr,
A Dintel-hda-dsp.cpp21 .get_protocol = [](void* ctx,
A Dintel-hda-codec.cpp46 .get_protocol = nullptr,
/system/dev/gpu/aml-gpu/
A Daml-gpu.c169 .get_protocol = aml_gpu_get_protocol,
/system/dev/usb/dwc3/
A Ddwc3.cpp146 device.get_protocol = xhci_get_protocol; in __anon4f073b280302()
452 device.get_protocol = dwc3_get_protocol; in __anon4f073b280402()
/system/dev/bus/acpi/
A Dpci.cpp279 .get_protocol = nullptr,
/system/dev/bus/virtio/
A Dinput.cpp316 hidbus_ops_.get_protocol = virtio_input_get_protocol; in Init()
/system/ulib/ddktl/include/ddktl/
A Ddevice.h136 proto->get_protocol = GetProtocol; in GetProtocolable()
/system/ulib/ddktl/test/
A Ddevice-tests.cpp199 EXPECT_EQ(ZX_OK, ops->get_protocol(ctx, 0, nullptr), ""); in test_dispatch()
/system/dev/display/hikey-display/
A Ddsi.c136 .get_protocol = dsi_get_protocol,
/system/dev/bluetooth/bt-hci-broadcom/
A Dbt-hci-broadcom.c165 .get_protocol = bcm_hci_get_protocol,
/system/dev/input/usb-hid/
A Dusb-hid.c234 .get_protocol = usb_hid_get_protocol,
/system/ulib/intel-hda/codec-utils/
A Dcodec-driver-base.cpp39 .get_protocol = nullptr,
A Dstream-base.cpp27 .get_protocol = nullptr,
/system/dev/usb/usb-composite/
A Dusb-interface.c51 .get_protocol = usb_interface_get_protocol,
/system/dev/input/i2c-hid/
A Di2c-hid.c209 .get_protocol = i2c_hid_get_protocol,
/system/dev/bus/platform/
A Dplatform-proxy-device.cpp704 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 Dbt-transport-uart.c487 .get_protocol = hci_get_protocol,
/system/dev/input/pc-ps2/
A Di8042.c707 .get_protocol = i8042_get_protocol,
/system/dev/bluetooth/bt-transport-usb/
A Dbt-transport-usb.c582 .get_protocol = hci_get_protocol,
/system/dev/usb/usb-bus/
A Dusb-device.c600 .get_protocol = usb_device_get_protocol,
/system/dev/display/vim-display/
A Dvim-display.cpp487 .get_protocol = display_get_protocol,
/system/banjo/ddk-protocol-display-controller/
A Ddisplay-controller.banjo73 /// If true, the device should expose an ZX_PROTOCOL_I2C_IMPL device through get_protocol, in

Completed in 75 milliseconds