Searched refs:control_offset (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | twl4030-irq.c | 58 u8 control_offset; /* for SIH_CTRL */ member 82 .control_offset = TWL4030_ ## modname ## _SIH_CTRL, \ 112 .control_offset = REG_GPIO_SIH_CTRL, 136 .control_offset = TWL4030_INTERRUPTS_BCISIHCTRL, 172 .control_offset = REG_GPIO_SIH_CTRL, 196 .control_offset = TWL5031_INTERRUPTS_BCISIHCTRL, 245 .control_offset = TWL5031_ACCSIHCTRL, 356 sih->control_offset); in twl4030_init_sih_modules()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | twl4030-irq.c | 59 u8 control_offset; /* for SIH_CTRL */ member 83 .control_offset = TWL4030_ ## modname ## _SIH_CTRL, \ 113 .control_offset = REG_GPIO_SIH_CTRL, 137 .control_offset = TWL4030_INTERRUPTS_BCISIHCTRL, 173 .control_offset = REG_GPIO_SIH_CTRL, 197 .control_offset = TWL5031_INTERRUPTS_BCISIHCTRL, 246 .control_offset = TWL5031_ACCSIHCTRL, 357 sih->control_offset); in twl4030_init_sih_modules()
|
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_f12.c | 244 u16 control_offset = 0; in rmi_f12_write_control_regs() local 251 control_offset = rmi_register_desc_calc_reg_offset( in rmi_f12_write_control_regs() 263 + control_offset, buf, control_size); in rmi_f12_write_control_regs() 283 fn->fd.control_base_addr + control_offset, in rmi_f12_write_control_regs()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_f12.c | 244 u16 control_offset = 0; in rmi_f12_write_control_regs() local 251 control_offset = rmi_register_desc_calc_reg_offset( in rmi_f12_write_control_regs() 263 + control_offset, buf, control_size); in rmi_f12_write_control_regs() 283 fn->fd.control_base_addr + control_offset, in rmi_f12_write_control_regs()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | audio_codec.h | 153 unsigned long control_offset; member
|
H A D | audio_topology.c | 1342 module->control_offset = module->dai_offset + in gbaudio_tplg_process_header() 1344 module->widget_offset = module->control_offset + in gbaudio_tplg_process_header() 1351 module->control_offset); in gbaudio_tplg_process_header() 1378 controls = (struct gb_audio_control *)module->control_offset; in gbaudio_tplg_parse_data()
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | audio_codec.h | 154 unsigned long control_offset; member
|
H A D | audio_topology.c | 1341 module->control_offset = module->dai_offset + in gbaudio_tplg_process_header() 1343 module->widget_offset = module->control_offset + in gbaudio_tplg_process_header() 1350 module->control_offset); in gbaudio_tplg_process_header() 1377 controls = (struct gb_audio_control *)module->control_offset; in gbaudio_tplg_parse_data()
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_tpmi_core.c | 228 * @control_offset: Store the control offset for each PP-level 253 struct pp_control_offset control_offset; member
|
Completed in 12 milliseconds