Home
last modified time | relevance | path

Searched refs:regmap_init (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/thermal/st/
H A Dst_thermal.h49 int (*regmap_init)(struct st_thermal_sensor *); member
H A Dst_thermal_memmap.c140 .regmap_init = st_mmap_regmap_init,
H A Dst_thermal.c170 ret = (sensor->ops->regmap_init)(sensor); in st_thermal_register()
/linux/sound/hda/core/
H A Dregmap.c378 regmap = regmap_init(&codec->dev, NULL, codec, &hda_regmap_cfg); in snd_hdac_regmap_init()
/linux/drivers/media/dvb-frontends/
H A Drtl2830.c821 dev->regmap = regmap_init(&client->dev, &regmap_bus, client, in rtl2830_probe()
/linux/include/linux/
H A Dregmap.h625 * directly. Instead, use the regmap_init macros that generate a key and name
764 * Wrapper for regmap_init macros to include a unique lockdep key and name
767 * @fn: Real function to call (in the form __[*_]regmap_init[_*])
786 * regmap_init() - Initialise register map
797 #define regmap_init(dev, bus, bus_context, config) \ macro
/linux/drivers/media/usb/dvb-usb-v2/
H A Daf9015.c1383 state->regmap = regmap_init(&intf->dev, &regmap_bus, d, &regmap_config); in af9015_probe()
/linux/drivers/bluetooth/
H A Dbtintel.c881 return regmap_init(&hdev->dev, &regmap_ibt, ctx, &regmap_ibt_cfg); in btintel_regmap_init()