Home
last modified time | relevance | path

Searched refs:FWNODE_FLAG_NOT_DEVICE (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dfwnode.h47 #define FWNODE_FLAG_NOT_DEVICE 1 macro
/linux/drivers/base/
H A Dcore.c185 fwnode_set_flag(fwnode, FWNODE_FLAG_NOT_DEVICE); in fw_devlink_purge_absent_suppliers()
231 fwnode_set_flag(fwnode, FWNODE_FLAG_NOT_DEVICE); in __fw_devlink_pickup_dangling_consumers()
2153 if (fwnode_test_flag(sup_handle, FWNODE_FLAG_NOT_DEVICE)) in fw_devlink_create_devlink()
/linux/drivers/spi/
H A Dspi.c5010 fwnode_clear_flag(&rd->dn->fwnode, FWNODE_FLAG_NOT_DEVICE); in of_spi_notify()