Searched refs:swnode (Results 26 - 31 of 31) sorted by relevance

12

/linux-master/include/linux/
H A Di2c.h408 * @swnode: software node for the device
432 const struct software_node *swnode; member in struct:i2c_board_info
/linux-master/include/linux/spi/
H A Dspi.h1568 * @swnode: Software node for the device.
1606 const struct software_node *swnode; member in struct:spi_board_info
/linux-master/drivers/i2c/
H A Di2c-core-base.c978 if (info->swnode) {
979 status = device_add_software_node(&client->dev, info->swnode);
/linux-master/drivers/platform/x86/
H A Dasus-tf103c-dock.c497 board_info.swnode = &tf103c_dock_touchpad_sw_node;
/linux-master/drivers/mfd/
H A Daxp20x.c1080 .swnode = &axp288_fuel_gauge_sw_node,
/linux-master/drivers/spi/
H A Dspi.c834 if (chip->swnode) {
835 status = device_add_software_node(&proxy->dev, chip->swnode);

Completed in 162 milliseconds

12