Searched refs:driver_api (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/tests/bluetooth/bluetooth/src/ |
D | bluetooth.c | 38 static DEVICE_API(bt_hci, driver_api) = { 47 POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEVICE, &driver_api)
|
/Zephyr-latest/drivers/usb_c/vbus/ |
D | usbc_vbus_adc.c | 194 static DEVICE_API(usbc_vbus, driver_api) = { 220 &driver_api);
|
/Zephyr-latest/drivers/sensor/maxim/ds3231/ |
D | ds3231.c | 259 static DEVICE_API(sensor, driver_api) = { 274 CONFIG_SENSOR_DS3231_INIT_PRIORITY, &driver_api);
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_global_hsfll.c | 135 static DEVICE_API(nrf_clock_control, driver_api) = { 301 &driver_api
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_grgpio2.c | 272 static DEVICE_API(gpio, driver_api) = { 301 &driver_api \
|
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/ |
D | main.c | 238 static DEVICE_API(bt_hci, driver_api) = { 247 POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEVICE, &driver_api)
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 252 static DEVICE_API(bt_hci, driver_api) = { 261 POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEVICE, &driver_api)
|
/Zephyr-latest/drivers/display/ |
D | display_nrf_led_matrix.c | 279 DEVICE_API(display, driver_api) = { 566 POST_KERNEL, CONFIG_DISPLAY_INIT_PRIORITY, &driver_api);
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_ds3231.c | 725 static DEVICE_API(rtc, driver_api) = { 860 CONFIG_RTC_DS3231_INIT_PRIORITY, &driver_api);
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_stm32.c | 1421 static DEVICE_API(tcpc, driver_api) = { 1483 &driver_api);
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_l2.rst | 71 - The driver_api pointer must point to a valid :c:struct:`net_if_api`
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.12.rst | 532 * :github:`6907` - driver_api structs should have all function pointers defined
|
D | release-notes-2.4.rst | 94 ``driver_api`` to ``api`` and finally ``driver_data`` to ``data``.
|
D | release-notes-3.2.rst | 1919 * :github:`49939` - stm32 adc driver_api test fails on stm32wb55 and stm32l5
|