HomeSort by: relevance | last modified time | path
    Searched defs:ch7xxx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
dvo_ch7xxx.c 108 { CH7xxx_DID, "CH7XXX" },
143 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; local in function:ch7xxx_readb
171 if (!ch7xxx->quiet) {
181 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; local in function:ch7xxx_writeb
197 if (!ch7xxx->quiet) {
208 /* this will detect the CH7xxx chip on the specified i2c bus */
209 struct ch7xxx_priv *ch7xxx; local in function:ch7xxx_init
213 ch7xxx = kzalloc(sizeof(struct ch7xxx_priv), GFP_KERNEL);
214 if (ch7xxx == NULL)
218 dvo->dev_priv = ch7xxx;
355 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; local in function:ch7xxx_destroy
    [all...]
dvo_ch7xxx.c 108 { CH7xxx_DID, "CH7XXX" },
143 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; local in function:ch7xxx_readb
171 if (!ch7xxx->quiet) {
181 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; local in function:ch7xxx_writeb
197 if (!ch7xxx->quiet) {
208 /* this will detect the CH7xxx chip on the specified i2c bus */
209 struct ch7xxx_priv *ch7xxx; local in function:ch7xxx_init
213 ch7xxx = kzalloc(sizeof(struct ch7xxx_priv), GFP_KERNEL);
214 if (ch7xxx == NULL)
218 dvo->dev_priv = ch7xxx;
355 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; local in function:ch7xxx_destroy
    [all...]

Completed in 22 milliseconds