Lines Matching full:auxiliary
43 * .ops callbacks. Devices on the auxiliary bus do not share any structures and
47 * class of auxiliary devices, it is not the mechanism for exporting common
49 * infrastructure from the parent module to the auxiliary module(s).
55 * The auxiliary bus is to be used when a driver and one or more kernel
75 * devices. A PCI sub function auxiliary device is likely to be contained in a
81 * A key requirement for utilizing the auxiliary bus is that there is no
92 * Auxiliary devices are created and registered by a subsystem-level core
248 .name = "auxiliary",
259 * @auxdev: auxiliary device struct
296 * __auxiliary_device_add - add an auxiliary bus device
297 * @auxdev: auxiliary bus device to add to the bus
320 dev_err(dev, "auxiliary device modname is NULL\n"); in __auxiliary_device_add()
326 dev_err(dev, "auxiliary device dev_set_name failed: %d\n", ret); in __auxiliary_device_add()
332 dev_err(dev, "adding auxiliary device failed!: %d\n", ret); in __auxiliary_device_add()
339 * auxiliary_find_device - auxiliary device iterator for locating a particular device.
368 * __auxiliary_driver_register - register a driver for auxiliary bus devices