Lines Matching refs:driver_compats

3034     const struct device_compatible_entry *driver_compats,  in device_compatible_match_strarray_internal()  argument
3042 driver_compats == NULL) in device_compatible_match_strarray_internal()
3045 for (dce = driver_compats; dce->compat != NULL; dce++) { in device_compatible_match_strarray_internal()
3066 const struct device_compatible_entry *driver_compats) in device_compatible_match() argument
3069 ndevice_compats, driver_compats, NULL, strarray_match); in device_compatible_match()
3081 const struct device_compatible_entry *driver_compats) in device_compatible_pmatch() argument
3084 ndevice_compats, driver_compats, NULL, strarray_pmatch); in device_compatible_pmatch()
3090 const struct device_compatible_entry *driver_compats, in device_compatible_match_strlist_internal() argument
3098 driver_compats == NULL) in device_compatible_match_strlist_internal()
3101 for (dce = driver_compats; dce->compat != NULL; dce++) { in device_compatible_match_strlist_internal()
3124 const struct device_compatible_entry *driver_compats) in device_compatible_match_strlist() argument
3127 device_compatsize, driver_compats, NULL, strlist_match); in device_compatible_match_strlist()
3140 const struct device_compatible_entry *driver_compats) in device_compatible_pmatch_strlist() argument
3143 device_compatsize, driver_compats, NULL, strlist_pmatch); in device_compatible_pmatch_strlist()
3149 const struct device_compatible_entry *driver_compats, in device_compatible_match_id_internal() argument
3157 for (dce = driver_compats; dce->id != sentinel_id; dce++) { in device_compatible_match_id_internal()
3177 const struct device_compatible_entry *driver_compats) in device_compatible_match_id() argument
3180 sentinel_id, driver_compats, NULL); in device_compatible_match_id()
3191 const struct device_compatible_entry *driver_compats) in device_compatible_lookup() argument
3196 ndevice_compats, driver_compats, &dce, strarray_match)) { in device_compatible_lookup()
3210 const struct device_compatible_entry *driver_compats) in device_compatible_plookup() argument
3215 ndevice_compats, driver_compats, &dce, strarray_pmatch)) { in device_compatible_plookup()
3231 const struct device_compatible_entry *driver_compats) in device_compatible_lookup_strlist() argument
3236 device_compatsize, driver_compats, &dce, strlist_match)) { in device_compatible_lookup_strlist()
3252 const struct device_compatible_entry *driver_compats) in device_compatible_plookup_strlist() argument
3257 device_compatsize, driver_compats, &dce, strlist_pmatch)) { in device_compatible_plookup_strlist()
3272 const struct device_compatible_entry *driver_compats) in device_compatible_lookup_id() argument
3277 sentinel_id, driver_compats, &dce)) { in device_compatible_lookup_id()