Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/misc/
H A Diqs7222.c1506 return iqs7222->chan_setup[row]; in iqs7222_setup()
2255 u16 *chan_setup = iqs7222->chan_setup[chan_index]; in iqs7222_parse_chan() local
2263 chan_setup[0] |= IQS7222_CHAN_SETUP_0_CHAN_EN; in iqs7222_parse_chan()
2289 ref_setup = iqs7222->chan_setup[val]; in iqs7222_parse_chan()
2296 chan_setup[4] = val * 42 + 1048; in iqs7222_parse_chan()
2308 chan_setup[5] = val; in iqs7222_parse_chan()
2381 chan_setup[0] |= BIT(pins[i] + 4 - min_crx); in iqs7222_parse_chan()
2885 u16 *chan_setup = iqs7222->chan_setup[i]; in iqs7222_parse_all() local
2888 chan_setup[0] &= ~IQS7222_CHAN_SETUP_0_CHAN_EN; in iqs7222_parse_all()
2890 chan_setup[5] = 0; in iqs7222_parse_all()
[all …]
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dsmc.c262 .chan_setup = smc_chan_setup,
H A Dcommon.h203 int (*chan_setup)(struct scmi_chan_info *cinfo, struct device *dev, member
H A Dmailbox.c314 .chan_setup = mailbox_chan_setup,
H A Doptee.c531 .chan_setup = scmi_optee_chan_setup,
H A Dvirtio.c797 .chan_setup = virtio_chan_setup,
H A Ddriver.c2339 ret = info->desc->ops->chan_setup(cinfo, info->dev, tx); in scmi_chan_setup()