Lines Matching full:for
17 * Type indentifiers for registered device drivers consumer can query
19 * DT_DRIVER_NOTYPE Generic type for when no generic FDT parsing is supported
20 * DT_DRIVER_UART UART driver currently designed for console means
46 * dt_driver_probe_func - Callback probe function for a driver.
50 * @compat_data: Data registered for the compatible that probed the device
81 for (drv = SCATTERED_ARRAY_BEGIN(dt_drivers, struct dt_driver); \
93 * @args_count: Count of cells for the device
105 * get_of_device_func - Callback function for returning a driver private
112 * pointer for a clock driver.
133 * target structure reference (e.g (struct clk *) for clock devices).
143 * @prop_name: DT property name, e.g. "clocks" for clock resources
148 * @device_ref: output device opaque reference upon support, for example
149 * a struct clk pointer for a clock driver.
166 * This is mainly used for the devices that are children of a controller
172 * @device_ref: output device opaque reference upon success, for example
173 * a struct i2c_dev pointer for a I2C bus driver
189 * This function is used for DT bindings as "interrupts" property where the
202 * dt_driver_get_crypto() - Request crypto support for driver initialization
229 * Return number cells used for phandle arguments by a driver provider
258 * @nodeoffset: Node offset on the FDT for the device
267 * Called by bus like nodes to propose a node for dt_driver probing
270 * @nodeoffset: Node offset on the FDT for the device