Home
last modified time | relevance | path

Searched defs:cfb (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dclps711x-fb.c47 struct clps711x_fb_info *cfb = info->par; in clps711x_fb_setcolreg() local
103 struct clps711x_fb_info *cfb = info->par; in clps711x_fb_set_par() local
169 struct clps711x_fb_info *cfb = dev_get_drvdata(&lcddev->dev); clps711x_lcd_check_fb() local
176 struct clps711x_fb_info *cfb = dev_get_drvdata(&lcddev->dev); clps711x_lcd_get_power() local
187 struct clps711x_fb_info *cfb = dev_get_drvdata(&lcddev->dev); clps711x_lcd_set_power() local
212 struct clps711x_fb_info *cfb; clps711x_fb_probe() local
366 struct clps711x_fb_info *cfb = info->par; clps711x_fb_remove() local
[all...]
H A Dcyber2000fb.c116 cyber2000_crtcw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_crtcw() argument
122 cyber2000_grphw(unsigned int reg, unsigned int val, struct cfb_info *cfb) cyber2000_grphw() argument
128 cyber2000_grphr(unsigned int reg, struct cfb_info *cfb) cyber2000_grphr() argument
135 cyber2000_attrw(unsigned int reg, unsigned int val, struct cfb_info *cfb) cyber2000_attrw() argument
144 cyber2000_seqw(unsigned int reg, unsigned int val, struct cfb_info *cfb) cyber2000_seqw() argument
157 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_fillrect() local
189 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_copyarea() local
239 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_sync() local
274 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_setcolreg() local
439 cyber2000fb_write_ramdac_ctrl(struct cfb_info *cfb) cyber2000fb_write_ramdac_ctrl() argument
453 cyber2000fb_set_timing(struct cfb_info *cfb, struct par_info *hw) cyber2000fb_set_timing() argument
536 cyber2000fb_update_start(struct cfb_info *cfb, struct fb_var_screeninfo *var) cyber2000fb_update_start() argument
559 cyber2000fb_decode_crtc(struct par_info *hw, struct cfb_info *cfb, struct fb_var_screeninfo *var) cyber2000fb_decode_crtc() argument
660 cyber2000fb_decode_clock(struct par_info *hw, struct cfb_info *cfb, struct fb_var_screeninfo *var) cyber2000fb_decode_clock() argument
756 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_check_var() local
859 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_set_par() local
969 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_pan_display() local
1005 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_blank() local
1085 cyber2000fb_enable_extregs(struct cfb_info *cfb) cyber2000fb_enable_extregs() argument
1102 cyber2000fb_disable_extregs(struct cfb_info *cfb) cyber2000fb_disable_extregs() argument
1178 struct cfb_info *cfb = data; cyber2000fb_ddc_setscl() local
1193 struct cfb_info *cfb = data; cyber2000fb_ddc_setsda() local
1208 struct cfb_info *cfb = data; cyber2000fb_ddc_getscl() local
1220 struct cfb_info *cfb = data; cyber2000fb_ddc_getsda() local
1230 cyber2000fb_setup_ddc_bus(struct cfb_info *cfb) cyber2000fb_setup_ddc_bus() argument
1255 struct cfb_info *cfb = data; cyber2000fb_i2c_setsda() local
1269 struct cfb_info *cfb = data; cyber2000fb_i2c_setscl() local
1283 struct cfb_info *cfb = data; cyber2000fb_i2c_getsda() local
1295 struct cfb_info *cfb = data; cyber2000fb_i2c_getscl() local
1305 cyber2000fb_i2c_register(struct cfb_info *cfb) cyber2000fb_i2c_register() argument
1323 cyber2000fb_i2c_unregister(struct cfb_info *cfb) cyber2000fb_i2c_unregister() argument
1389 cyberpro_init_hw(struct cfb_info *cfb) cyberpro_init_hw() argument
1406 struct cfb_info *cfb; cyberpro_alloc_fb_info() local
1472 cyberpro_free_fb_info(struct cfb_info *cfb) cyberpro_free_fb_info() argument
1523 cyberpro_common_probe(struct cfb_info *cfb) cyberpro_common_probe() argument
1614 cyberpro_common_remove(struct cfb_info *cfb) cyberpro_common_remove() argument
1624 cyberpro_common_resume(struct cfb_info *cfb) cyberpro_common_resume() argument
1651 cyberpro_pci_enable_mmio(struct cfb_info *cfb) cyberpro_pci_enable_mmio() argument
1717 struct cfb_info *cfb; cyberpro_pci_probe() local
1799 struct cfb_info *cfb = pci_get_drvdata(dev); cyberpro_pci_remove() local
1823 struct cfb_info *cfb = dev_get_drvdata(dev); cyberpro_pci_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dclps711x-fb.c47 struct clps711x_fb_info *cfb = info->par; in clps711x_fb_setcolreg() local
103 struct clps711x_fb_info *cfb = info->par; in clps711x_fb_set_par() local
169 struct clps711x_fb_info *cfb = dev_get_drvdata(&lcddev->dev); clps711x_lcd_check_fb() local
176 struct clps711x_fb_info *cfb = dev_get_drvdata(&lcddev->dev); clps711x_lcd_get_power() local
187 struct clps711x_fb_info *cfb = dev_get_drvdata(&lcddev->dev); clps711x_lcd_set_power() local
212 struct clps711x_fb_info *cfb; clps711x_fb_probe() local
355 struct clps711x_fb_info *cfb = info->par; clps711x_fb_remove() local
[all...]
H A Dcyber2000fb.c116 cyber2000_crtcw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_crtcw() argument
122 cyber2000_grphw(unsigned int reg, unsigned int val, struct cfb_info *cfb) cyber2000_grphw() argument
128 cyber2000_grphr(unsigned int reg, struct cfb_info *cfb) cyber2000_grphr() argument
135 cyber2000_attrw(unsigned int reg, unsigned int val, struct cfb_info *cfb) cyber2000_attrw() argument
144 cyber2000_seqw(unsigned int reg, unsigned int val, struct cfb_info *cfb) cyber2000_seqw() argument
157 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_fillrect() local
189 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_copyarea() local
239 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_sync() local
274 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_setcolreg() local
439 cyber2000fb_write_ramdac_ctrl(struct cfb_info *cfb) cyber2000fb_write_ramdac_ctrl() argument
453 cyber2000fb_set_timing(struct cfb_info *cfb, struct par_info *hw) cyber2000fb_set_timing() argument
536 cyber2000fb_update_start(struct cfb_info *cfb, struct fb_var_screeninfo *var) cyber2000fb_update_start() argument
559 cyber2000fb_decode_crtc(struct par_info *hw, struct cfb_info *cfb, struct fb_var_screeninfo *var) cyber2000fb_decode_crtc() argument
660 cyber2000fb_decode_clock(struct par_info *hw, struct cfb_info *cfb, struct fb_var_screeninfo *var) cyber2000fb_decode_clock() argument
756 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_check_var() local
859 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_set_par() local
969 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_pan_display() local
1005 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); cyber2000fb_blank() local
1085 cyber2000fb_enable_extregs(struct cfb_info *cfb) cyber2000fb_enable_extregs() argument
1102 cyber2000fb_disable_extregs(struct cfb_info *cfb) cyber2000fb_disable_extregs() argument
1178 struct cfb_info *cfb = data; cyber2000fb_ddc_setscl() local
1193 struct cfb_info *cfb = data; cyber2000fb_ddc_setsda() local
1208 struct cfb_info *cfb = data; cyber2000fb_ddc_getscl() local
1220 struct cfb_info *cfb = data; cyber2000fb_ddc_getsda() local
1230 cyber2000fb_setup_ddc_bus(struct cfb_info *cfb) cyber2000fb_setup_ddc_bus() argument
1255 struct cfb_info *cfb = data; cyber2000fb_i2c_setsda() local
1269 struct cfb_info *cfb = data; cyber2000fb_i2c_setscl() local
1283 struct cfb_info *cfb = data; cyber2000fb_i2c_getsda() local
1295 struct cfb_info *cfb = data; cyber2000fb_i2c_getscl() local
1305 cyber2000fb_i2c_register(struct cfb_info *cfb) cyber2000fb_i2c_register() argument
1323 cyber2000fb_i2c_unregister(struct cfb_info *cfb) cyber2000fb_i2c_unregister() argument
1389 cyberpro_init_hw(struct cfb_info *cfb) cyberpro_init_hw() argument
1406 struct cfb_info *cfb; cyberpro_alloc_fb_info() local
1472 cyberpro_free_fb_info(struct cfb_info *cfb) cyberpro_free_fb_info() argument
1523 cyberpro_common_probe(struct cfb_info *cfb) cyberpro_common_probe() argument
1614 cyberpro_common_remove(struct cfb_info *cfb) cyberpro_common_remove() argument
1624 cyberpro_common_resume(struct cfb_info *cfb) cyberpro_common_resume() argument
1651 cyberpro_pci_enable_mmio(struct cfb_info *cfb) cyberpro_pci_enable_mmio() argument
1717 struct cfb_info *cfb; cyberpro_pci_probe() local
1804 struct cfb_info *cfb = pci_get_drvdata(dev); cyberpro_pci_remove() local
1829 struct cfb_info *cfb = dev_get_drvdata(dev); cyberpro_pci_resume() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c50 set_dynamic_sa_command_1(struct dynamic_sa_ctl *sa, u32 cm, u32 hmac_mc, u32 cfb, u32 esn, u32 sn_mask, u32 mute, u32 cp_pad, u32 cp_pay, u32 cp_hdr) set_dynamic_sa_command_1() argument
/kernel/linux/linux-6.6/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c50 set_dynamic_sa_command_1(struct dynamic_sa_ctl *sa, u32 cm, u32 hmac_mc, u32 cfb, u32 esn, u32 sn_mask, u32 mute, u32 cp_pad, u32 cp_pay, u32 cp_hdr) set_dynamic_sa_command_1() argument
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H A Dspu2.c318 u8 cfb; in spu2_dump_fmd_ctrl0() local
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H A Dspu2.c318 u8 cfb; in spu2_dump_fmd_ctrl0() local

Completed in 9 milliseconds