Lines Matching defs:table
691 * by the DT or PWM lookup table. This is particularly useful to adapt
951 * @table: array of consumers to register
952 * @num: number of consumers in table
954 void pwm_add_table(struct pwm_lookup *table, size_t num)
959 list_add_tail(&table->list, &pwm_lookup_list);
960 table++;
968 * @table: array of consumers to unregister
969 * @num: number of consumers in table
971 void pwm_remove_table(struct pwm_lookup *table, size_t num)
976 list_del(&table->list);
977 table++;
989 * a device tree, a PWM chip and a relative index is looked up via a table
1021 * We look up the provider in the static table typically provided by