Searched full:fw_devlink (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-waiting_for_supplier | 6 present when fw_devlink kernel command line option is enabled
|
/linux/drivers/clk/qcom/ |
H A D | apcs-msm8996.c | 52 * as early as possible, without letting fw_devlink to delay probing of in qcom_apcs_msm8996_clk_probe()
|
/linux/drivers/i2c/ |
H A D | i2c-core-of.c | 182 * Clear the flag before adding the device so that fw_devlink in of_i2c_notify()
|
/linux/drivers/base/ |
H A D | Kconfig | 238 "fw_devlink.sync_state=timeout". Give up waiting on consumers and
|
H A D | core.c | 217 * probing (that is, added to a bus), then we want to let fw_devlink create 1304 * them. So, fw_devlink no longer needs to create device links to any in device_links_driver_bound() 1673 early_param("fw_devlink", fw_devlink_setup); 1680 early_param("fw_devlink.strict", fw_devlink_strict_setup); 1705 early_param("fw_devlink.sync_state", fw_devlink_sync_state_setup); 1822 * With fw_devlink=on by default, some of these devices might be blocked from 1824 * driver. While fw_devlink will eventually identify such devices and unblock 1827 * fw_devlink unblocks probing of the network interface. 1836 * probes in this mode, we delete all fw_devlink discovered dependencies of that 1982 * created solely by fw_devlink into SYNC_STATE_ONLY device links. Also, mark [all …]
|
/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra186-p3310.dtsi | 26 bootargs = "earlycon console=ttyS0,115200n8 fw_devlink=on";
|
/linux/drivers/bus/ |
H A D | imx-weim.c | 332 * fw_devlink doesn't skip adding consumers to this in of_weim_notify()
|
/linux/drivers/mtd/ |
H A D | mtdpart.c | 605 * probed. That'll cause fw_devlink to block probing of consumers of in mtd_part_of_parse()
|
/linux/drivers/usb/typec/tipd/ |
H A D | core.c | 1381 * This breaks fw_devlink=on. To maintain backward compatibility in tps6598x_probe()
|
/linux/drivers/of/ |
H A D | property.c | 1295 * to a struct device, implement this ops so fw_devlink can use it
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 1670 fw_devlink= [KNL,EARLY] Create device links between consumer and supplier 1688 fw_devlink.strict=<bool> 1690 dependencies. This only applies for fw_devlink=on|rpm. 1693 fw_devlink.sync_state =
|