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

/linux-master/drivers/pwm/
H A Dpwm-pxa.c33 static const struct platform_device_id pwm_id_table[] = { variable in typeref:struct:platform_device_id
41 MODULE_DEVICE_TABLE(platform, pwm_id_table);
147 { .compatible = "marvell,pxa250-pwm", .data = &pwm_id_table[0]},
148 { .compatible = "marvell,pxa270-pwm", .data = &pwm_id_table[0]},
149 { .compatible = "marvell,pxa168-pwm", .data = &pwm_id_table[0]},
150 { .compatible = "marvell,pxa910-pwm", .data = &pwm_id_table[0]},
206 .id_table = pwm_id_table,

Completed in 116 milliseconds