Home
last modified time | relevance | path

Searched refs:chan_setup (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/input/misc/
H A Diqs7222.c1516 return iqs7222->chan_setup[row]; in iqs7222_setup()
2249 u16 *chan_setup = iqs7222->chan_setup[chan_index]; in iqs7222_parse_chan() local
2257 chan_setup[0] |= IQS7222_CHAN_SETUP_0_CHAN_EN; in iqs7222_parse_chan()
2283 ref_setup = iqs7222->chan_setup[val]; in iqs7222_parse_chan()
2290 chan_setup[4] = val * 42 + 1048; in iqs7222_parse_chan()
2302 chan_setup[5] = val; in iqs7222_parse_chan()
2375 chan_setup[0] |= BIT(pins[i] + 4 - min_crx); in iqs7222_parse_chan()
2877 u16 *chan_setup = iqs7222->chan_setup[i]; in iqs7222_parse_all() local
2880 chan_setup[0] &= ~IQS7222_CHAN_SETUP_0_CHAN_EN; in iqs7222_parse_all()
2882 chan_setup[5] = 0; in iqs7222_parse_all()
[all …]
/linux-6.15/drivers/firmware/arm_scmi/transports/
H A Dsmc.c274 .chan_setup = smc_chan_setup,
H A Dmailbox.c360 .chan_setup = mailbox_chan_setup,
H A Doptee.c503 .chan_setup = scmi_optee_chan_setup,
H A Dvirtio.c784 .chan_setup = virtio_chan_setup,
/linux-6.15/drivers/firmware/arm_scmi/
H A Dcommon.h207 int (*chan_setup)(struct scmi_chan_info *cinfo, struct device *dev, member
H A Ddriver.c2687 ret = info->desc->ops->chan_setup(cinfo, info->dev, tx); in scmi_chan_setup()