Searched refs:device_get_ops (Results 1 – 2 of 2) sorted by relevance
| /include/ | ||
| A D | tpm-common.h | 201 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev)) |
| /include/dm/ | ||
| A D | device.h | 234 #define device_get_ops(dev) ((dev)->driver->ops) macro |
Completed in 7 milliseconds