Lines Matching refs:device
418 * Added GNSS device driver API and subsystem for parsing and publishing location,
421 The GNSS subsystem and device drivers are based on the :ref:`modem` subsystem,
435 * Added generic NMEA0183 over UART based modem device driver, matching the
438 * Added fully featured device driver for the Quectel LCX6G series GNSS modems,
505 * Added a :dtcompatible:`zephyr,native-linux-evdev` device node for getting
506 input events from a Linux evdev device node.
753 * Added PHY mode selection to device tree.
839 * Fixed network interface being brought up even when underlying device is not
1116 the operation. This is useful to avoid multiple states transitions when a device is used.
1120 and runtime device power management can be safely used from interrupts.
1122 * Optimizations in device runtime power management. :c:func:`pm_device_runtime_get` and
1124 in the work queue. In this case, the pending work is just canceled and the device state updated.
1250 * Added error if USB CDC and console are both enabled and set to the same device.