Lines Matching full:requested
45 * The requested device name MUST NOT be already existent for any protocol;
46 * at first the freshly requested @id_table is annotated in the IDR table
47 * @scmi_requested_devices and then the requested device is advertised to any
95 * No duplicate found for requested id_table, so let's create a new in scmi_protocol_device_request()
96 * requested device entry for this new valid request. in scmi_protocol_device_request()
106 * Append the new requested device table descriptor to the head of the in scmi_protocol_device_request()
426 * @name: The requested-name of the device to be created; this is optional
428 * be requested on the SCMI bus for @protocol will be created.
431 * a transport device or a device requested by an SCMI driver loaded after
433 * known to have been requested by the loaded SCMI drivers for a specific
441 * device was found to have been requested for that specific protocol.
462 /* Walk the list of requested devices for protocol and create them */ in scmi_device_create()