zephyr/drivers/usb
Yong Cong Sin 0291c551a2 drivers: use `DT_INST_NODE_HAS_COMPAT`
Replace occurances of:

  DT_NODE_HAS_COMPAT\(DT_DRV_INST\((.*)\), (.*)\)

With:

  DT_INST_NODE_HAS_COMPAT($1, $2)

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-04-26 20:04:38 +01:00
..
bc12
common
device drivers: use `DT_INST_NODE_HAS_COMPAT` 2024-04-26 20:04:38 +01:00
udc drivers: udc: fix leaking Kconfig 2024-04-26 19:48:11 +01:00
uhc
uvb linker: drivers: Use Z_LINK_ITERABLE_SUBALIGN 2024-04-20 13:45:25 -04:00
CMakeLists.txt
Kconfig