Searched defs:methods (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dbase.c319 struct methods { struct
331 struct methods shadow_methods[] = {
342 struct methods *mthd, *best;
351 /* try to match one of the built-in methods */
/drivers/i2c/busses/
H A Di2c-scmi.c35 struct smbus_methods_t *methods; member in struct:acpi_smbus_cmi
162 method = smbus_cmi->methods->mt_sbr;
166 method = smbus_cmi->methods->mt_sbw;
302 if (!strcmp(name, smbus_cmi->methods->mt_info)) {
304 smbus_cmi->methods->mt_info,
308 smbus_cmi->methods->mt_info, status));
331 } else if (!strcmp(name, smbus_cmi->methods->mt_sbr))
333 else if (!strcmp(name, smbus_cmi->methods->mt_sbw))
377 smbus_cmi->methods =

Completed in 85 milliseconds