Home
last modified time | relevance | path

Searched refs:pwm_class (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pwm/
H A Dsysfs.c493 static struct class pwm_class = { variable
512 parent = device_create(&pwm_class, chip->dev, MKDEV(0, 0), chip, in pwmchip_sysfs_export()
525 parent = class_find_device(&pwm_class, NULL, chip, in pwmchip_sysfs_unexport()
543 return class_register(&pwm_class); in pwm_sysfs_init()