Searched refs:regmap_init (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/thermal/st/ |
H A D | st_thermal.h | 49 int (*regmap_init)(struct st_thermal_sensor *); member
|
H A D | st_thermal_memmap.c | 140 .regmap_init = st_mmap_regmap_init,
|
H A D | st_thermal.c | 170 ret = (sensor->ops->regmap_init)(sensor); in st_thermal_register()
|
/linux/sound/hda/core/ |
H A D | regmap.c | 378 regmap = regmap_init(&codec->dev, NULL, codec, &hda_regmap_cfg); in snd_hdac_regmap_init()
|
/linux/drivers/media/dvb-frontends/ |
H A D | rtl2830.c | 821 dev->regmap = regmap_init(&client->dev, ®map_bus, client, in rtl2830_probe()
|
/linux/include/linux/ |
H A D | regmap.h | 625 * 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 D | af9015.c | 1383 state->regmap = regmap_init(&intf->dev, ®map_bus, d, ®map_config); in af9015_probe()
|
/linux/drivers/bluetooth/ |
H A D | btintel.c | 881 return regmap_init(&hdev->dev, ®map_ibt, ctx, ®map_ibt_cfg); in btintel_regmap_init()
|