Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/regmap/
Dregmap-irq.c38 unsigned int *wake_buf; member
141 if (d->wake_buf) { in regmap_irq_sync_unlock()
145 ~d->wake_buf[i]); in regmap_irq_sync_unlock()
149 d->wake_buf[i]); in regmap_irq_sync_unlock()
306 if (d->wake_buf) in regmap_irq_set_wake()
307 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
311 if (d->wake_buf) in regmap_irq_set_wake()
312 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
622 d->wake_buf = kcalloc(chip->num_regs, sizeof(unsigned int), in regmap_add_irq_chip()
624 if (!d->wake_buf) in regmap_add_irq_chip()
[all …]
/Linux-v5.4/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()