Lines Matching refs:device
69 had their signature changed to add a struct device pointer as first parameter.
75 changed to add a struct device pointer as first parameter. Such callback
81 :c:type:`ipm_callback_t` had its signature changed to add a struct device
93 * The struct device got 3 attributes renamed: ``config_info`` to ``config``,
98 * All device instances got a const qualifier. So this applies to all APIs
99 manipulating ``struct device *`` (ADC, GPIO, I2C, ...). In order to avoid
159 * HID class callbacks now takes a parameter ``const struct device*`` which
160 is the HID device for which callback was called.
191 device driver memory-mapped I/O regions based on system configuration.
427 * Moved stm32 driver to device tree configuration.
428 * Added support for setting fixed configuration and read from device tree
430 * Added support for device that do not use SMI for PHY setup in mcux driver.
467 * STM32: V1: Reset i2c device on read/write error.
585 * USB device support has got its own work queue
593 * Atmel SAM0 USB device driver (usb_dc_sam0) was revised.
626 * Added support for enabling OpenThread reference device.
649 WiFi device drivers.
1032 * :github:`28099` - subsys: power: device implicit depends on CONFIG_SYS_POWER_MANAGEMENT
1039 * :github:`28068` - Crash in USB device when turning HFXO off
1060 * :github:`27985` - change in device initialization behavior
1171 * :github:`27399` - [RFC] API change - Switch all struct device to constant
1174 * :github:`27392` - tests/kernel/device/kernel.device.pm fails to build on cc1352r1_launchxl
1182 * :github:`27363` - mec15xxevb_assy6853:kernel.device.pm failed
1221 * :github:`27181` - New drivers out of device tree
1229 …am_update doesn't return an error when setting the timeout >30sec, stops device from sleeping on n…
1287 …PI change - Normalize DMA, IPM and UART callbacks signatures including the caller's device pointer.
1408 * :github:`26313` - nucleo_h745zi_q_m7 pwm device tree bug
1416 * :github:`26284` - device.h doxygen
1424 …ion for indication will shown and after i click button for indication it device will disconnect fr…
1486 * :github:`25982` - [Coverity CID :210020] Explicit null dereferenced in drivers/usb/device/usb_dc_…
1570 …github:`25311` - samples:frdmkw64f:bluetooth/peripheral_hr| peripheral_ht: could not get ADC device
1578 * :github:`25258` - drivers: i2c_nios2: device config_info content mutated
1579 * :github:`25257` - drivers: audio: dma_nios2_msgdma: device config_info content mutated
1580 * :github:`25256` - drivers: audio: tlv320dac310x: device config_info content mutated
1581 * :github:`25255` - drivers: i2c: gecko: device config_info content mutated
1611 … need API to get list of succeed initialization device or add initialization status flag in struct…
1618 * :github:`24627` - tests/subsys/usb/device fails on SAM E54
1636 * :github:`24133` - Question: Context save/restore after deep sleep using device driver
1663 * :github:`23474` - tests/subsys/usb/device failed on reel_board.
1670 * :github:`23322` - flash, spi-nor: Configuration of jedec spi nor flash device driver
1683 * :github:`23111` - drivers:usb:device:sam0: Descriptor tables are filled with zeros in attach()
1705 * :github:`22391` - Resuming from suspend should check device usage count in device idle PM
1724 * :github:`21772` - Adding I2C devices to device tree with the same address on different busses gen…
1727 * :github:`21725` - device power management by device
1731 * :github:`21670` - Keep device structures in ROM
1782 * :github:`19739` - stty: standard input: Inappropriate ioctl for device
1828 * :github:`13737` - Where can I find tutorial to make my own device driver for a device under I2C b…
1836 * :github:`11976` - APIs that support a callback should provide both the device pointer and a gener…