Lines Matching defs:modalias
604 * provided by their bus types (and analogously for their modalias).
667 char *modalias, size_t len)
684 strlcpy(modalias, chr ? chr + 1 : str, len);
690 * acpi_set_modalias - Set modalias using "compatible" property or supplied ID
693 * @modalias: Pointer to buffer that modalias value will be copied into
694 * @len: Length of modalias buffer
697 * If there is a compatible string for @adev, it will be copied to @modalias
701 char *modalias, size_t len)
703 if (!acpi_of_modalias(adev, modalias, len))
704 strlcpy(modalias, default_id, len);