Home
last modified time | relevance | path

Searched refs:control_offset (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/mfd/
Dtwl4030-irq.c71 u8 control_offset; /* for SIH_CTRL */ member
95 .control_offset = TWL4030_ ## modname ## _SIH_CTRL, \
125 .control_offset = REG_GPIO_SIH_CTRL,
149 .control_offset = TWL4030_INTERRUPTS_BCISIHCTRL,
185 .control_offset = REG_GPIO_SIH_CTRL,
209 .control_offset = TWL5031_INTERRUPTS_BCISIHCTRL,
258 .control_offset = TWL5031_ACCSIHCTRL,
369 sih->control_offset); in twl4030_init_sih_modules()
/Linux-v4.19/drivers/input/rmi4/
Drmi_f12.c246 u16 control_offset = 0; in rmi_f12_write_control_regs() local
253 control_offset = rmi_register_desc_calc_reg_offset( in rmi_f12_write_control_regs()
265 + control_offset, buf, control_size); in rmi_f12_write_control_regs()
285 fn->fd.control_base_addr + control_offset, in rmi_f12_write_control_regs()
/Linux-v4.19/drivers/staging/greybus/
Daudio_codec.h150 unsigned long control_offset; member
Daudio_topology.c1337 module->control_offset = module->dai_offset + in gbaudio_tplg_process_header()
1339 module->widget_offset = module->control_offset + in gbaudio_tplg_process_header()
1346 module->control_offset); in gbaudio_tplg_process_header()
1373 controls = (struct gb_audio_control *)module->control_offset; in gbaudio_tplg_parse_data()