Home
last modified time | relevance | path

Searched refs:adv7511 (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i2c/
Dadv7511.c23 struct adv7511 { struct
51 static struct adv7511 *encoder_to_adv7511(struct drm_encoder *encoder) in encoder_to_adv7511() argument
165 static void adv7511_set_colormap(struct adv7511 *adv7511, bool enable, in adv7511_set_colormap() argument
171 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(1), in adv7511_set_colormap()
176 regmap_update_bits(adv7511->regmap, in adv7511_set_colormap()
179 regmap_write(adv7511->regmap, in adv7511_set_colormap()
186 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(0), in adv7511_set_colormap()
189 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(0), in adv7511_set_colormap()
192 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(1), in adv7511_set_colormap()
196 static int adv7511_packet_enable(struct adv7511 *adv7511, unsigned int packet) in adv7511_packet_enable() argument
[all …]
DMakefile3 obj-$(CONFIG_DRM_I2C_ADV7511) += adv7511.o
/linux-4.1.27/drivers/media/i2c/
DMakefile31 obj-$(CONFIG_VIDEO_ADV7511) += adv7511.o
DKconfig433 module will be called adv7511.
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dadi,adv7511.txt10 - compatible: Should be one of "adi,adv7511", "adi,adv7511w" or "adi,adv7513"
/linux-4.1.27/
DMAINTAINERS686 F: drivers/media/i2c/adv7511*