Searched refs:sdtx_device (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/platform/surface/ |
H A D | surface_dtx.c | 145 struct sdtx_device { struct 177 struct sdtx_device *ddev; argument 189 struct sdtx_device *ddev = container_of(kref, struct sdtx_device, kref); in __sdtx_device_release() 195 static struct sdtx_device *sdtx_device_get(struct sdtx_device *ddev) in sdtx_device_get() 402 struct sdtx_device *ddev = container_of(file->private_data, struct sdtx_device, mdev); in surface_dtx_open() 623 struct sdtx_device *ddev = container_of(nf, struct sdtx_device, notif); in sdtx_notifier() 731 struct sdtx_device *ddev = container_of(work, struct sdtx_device, mode_work.work); in sdtx_device_mode_workfn() 877 struct sdtx_device *ddev = container_of(work, struct sdtx_device, state_work.work); in sdtx_device_state_workfn() 1045 struct sdtx_device *ddev; in sdtx_device_create() 1156 struct sdtx_device *ddev; in surface_dtx_platform_probe() [all …]
|