Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/regmap/
Dregmap-irq.c41 unsigned int *wake_buf; member
124 if (d->wake_buf) { in regmap_irq_sync_unlock()
128 ~d->wake_buf[i]); in regmap_irq_sync_unlock()
132 d->wake_buf[i]); in regmap_irq_sync_unlock()
249 if (d->wake_buf) in regmap_irq_set_wake()
250 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
254 if (d->wake_buf) in regmap_irq_set_wake()
255 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
476 d->wake_buf = kcalloc(chip->num_regs, sizeof(unsigned int), in regmap_add_irq_chip()
478 if (!d->wake_buf) in regmap_add_irq_chip()
[all …]
/Linux-v4.19/drivers/media/rc/
Dnuvoton-cir.c248 u8 wake_buf[WAKEUP_MAX_SIZE]; in wakeup_data_store() local
271 wake_buf[i] = val; in wakeup_data_store()
274 wake_buf[i] |= BUF_PULSE_BIT; in wakeup_data_store()
277 nvt_write_wakeup_codes(rc_dev, wake_buf, count); in wakeup_data_store()
666 u8 wake_buf[WAKEUP_MAX_SIZE]; in nvt_ir_raw_set_wakeup_filter() local
699 wake_buf[count] = buf_val; in nvt_ir_raw_set_wakeup_filter()
702 wake_buf[count] |= BUF_PULSE_BIT; in nvt_ir_raw_set_wakeup_filter()
707 nvt_write_wakeup_codes(dev, wake_buf, count); in nvt_ir_raw_set_wakeup_filter()