Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-pxa.c33 static const struct platform_device_id pwm_id_table[] = { variable
41 MODULE_DEVICE_TABLE(platform, pwm_id_table);
149 { .compatible = "marvell,pxa250-pwm", .data = &pwm_id_table[0]},
150 { .compatible = "marvell,pxa270-pwm", .data = &pwm_id_table[0]},
151 { .compatible = "marvell,pxa168-pwm", .data = &pwm_id_table[0]},
152 { .compatible = "marvell,pxa910-pwm", .data = &pwm_id_table[0]},
208 .id_table = pwm_id_table,