Searched refs:gbe (Results 1 – 3 of 3) sorted by relevance
206 val = gbe->vt_xy; in gbe_turn_off()251 val = gbe->vt_xy; in gbe_turn_off()261 val = gbe->vt_xy; in gbe_turn_off()273 gbe->vt_xy = val; in gbe_turn_off()276 val = gbe->vt_xy; in gbe_turn_off()286 val = gbe->dotclock; in gbe_turn_off()317 val = gbe->vt_xy; in gbe_turn_on()340 gbe->vt_xy = val; in gbe_turn_on()343 val = gbe->vt_xy; in gbe_turn_on()797 gbe->crs_ctl = 0; in gbefb_set_par()[all …]
641 struct soc_enum *gbe; in gbaudio_tplg_create_enum_kctl() local645 gbe = devm_kzalloc(gb->dev, sizeof(*gbe), GFP_KERNEL); in gbaudio_tplg_create_enum_kctl()646 if (!gbe) in gbaudio_tplg_create_enum_kctl()652 gbe->items = le32_to_cpu(gb_enum->items); in gbaudio_tplg_create_enum_kctl()654 if (!gbe->texts) in gbaudio_tplg_create_enum_kctl()660 for (i = 0; i < gbe->items; i++) in gbaudio_tplg_create_enum_kctl()847 struct soc_enum *gbe; in gbaudio_tplg_create_enum_ctl() local851 gbe = devm_kzalloc(gb->dev, sizeof(*gbe), GFP_KERNEL); in gbaudio_tplg_create_enum_ctl()852 if (!gbe) in gbaudio_tplg_create_enum_ctl()860 if (!gbe->texts) in gbaudio_tplg_create_enum_ctl()[all …]
173 offsetof(struct gbe##_##rb, rn)
Completed in 18 milliseconds