Lines Matching defs:modalias
707 * provided by their bus types (and analogously for their modalias).
770 char *modalias, size_t len)
787 strscpy(modalias, chr ? chr + 1 : str, len);
793 * acpi_set_modalias - Set modalias using "compatible" property or supplied ID
796 * @modalias: Pointer to buffer that modalias value will be copied into
797 * @len: Length of modalias buffer
801 * @modalias with the vendor prefix stripped; otherwise, @default_id will be
805 char *modalias, size_t len)
807 if (!acpi_of_modalias(adev, modalias, len))
808 strscpy(modalias, default_id, len);