Searched refs:wake_buf (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regmap-irq.c | 38 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() 313 if (d->wake_buf) in regmap_irq_set_wake() 314 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake() 318 if (d->wake_buf) in regmap_irq_set_wake() 319 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake() 643 d->wake_buf = kcalloc(chip->num_regs, sizeof(unsigned int), in regmap_add_irq_chip_fwnode() 645 if (!d->wake_buf) in regmap_add_irq_chip_fwnode() [all...] |
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | regmap-irq.c | 38 unsigned int *wake_buf; member 137 if (d->wake_buf) { in regmap_irq_sync_unlock() 141 ~d->wake_buf[i]); in regmap_irq_sync_unlock() 145 d->wake_buf[i]); in regmap_irq_sync_unlock() 281 if (d->wake_buf) in regmap_irq_set_wake() 282 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake() 286 if (d->wake_buf) in regmap_irq_set_wake() 287 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake() 694 d->wake_buf = kcalloc(chip->num_regs, sizeof(*d->wake_buf), in regmap_add_irq_chip_fwnode() [all...] |
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | nuvoton-cir.c | 241 u8 wake_buf[WAKEUP_MAX_SIZE]; in wakeup_data_store() local 264 wake_buf[i] = val; in wakeup_data_store() 267 wake_buf[i] |= BUF_PULSE_BIT; in wakeup_data_store() 270 nvt_write_wakeup_codes(rc_dev, wake_buf, count); in wakeup_data_store() 635 u8 wake_buf[WAKEUP_MAX_SIZE]; in nvt_ir_raw_set_wakeup_filter() local 667 wake_buf[count] = buf_val; in nvt_ir_raw_set_wakeup_filter() 670 wake_buf[count] |= BUF_PULSE_BIT; in nvt_ir_raw_set_wakeup_filter() 675 nvt_write_wakeup_codes(dev, wake_buf, count); in nvt_ir_raw_set_wakeup_filter()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | nuvoton-cir.c | 241 u8 wake_buf[WAKEUP_MAX_SIZE]; in wakeup_data_store() local 264 wake_buf[i] = val; in wakeup_data_store() 267 wake_buf[i] |= BUF_PULSE_BIT; in wakeup_data_store() 270 nvt_write_wakeup_codes(rc_dev, wake_buf, count); in wakeup_data_store() 635 u8 wake_buf[WAKEUP_MAX_SIZE]; in nvt_ir_raw_set_wakeup_filter() local 667 wake_buf[count] = buf_val; in nvt_ir_raw_set_wakeup_filter() 670 wake_buf[count] |= BUF_PULSE_BIT; in nvt_ir_raw_set_wakeup_filter() 675 nvt_write_wakeup_codes(dev, wake_buf, count); in nvt_ir_raw_set_wakeup_filter()
|
Completed in 5 milliseconds