Lines Matching defs:table
572 * by the DT or PWM lookup table. This is particularly useful to adapt
802 * @table: array of consumers to register
803 * @num: number of consumers in table
805 void pwm_add_table(struct pwm_lookup *table, size_t num)
810 list_add_tail(&table->list, &pwm_lookup_list);
811 table++;
819 * @table: array of consumers to unregister
820 * @num: number of consumers in table
822 void pwm_remove_table(struct pwm_lookup *table, size_t num)
827 list_del(&table->list);
828 table++;
840 * a device tree, a PWM chip and a relative index is looked up via a table
873 * We look up the provider in the static table typically provided by