Home
last modified time | relevance | path

Searched refs:broadsheetfb_par (Results 1 – 3 of 3) sorted by relevance

/linux/include/video/
H A Dbroadsheetfb.h46 struct broadsheetfb_par { struct
49 void (*write_reg)(struct broadsheetfb_par *, u16 reg, u16 val); argument
50 u16 (*read_reg)(struct broadsheetfb_par *, u16 reg); argument
59 int (*init)(struct broadsheetfb_par *); argument
60 int (*wait_for_rdy)(struct broadsheetfb_par *);
61 void (*cleanup)(struct broadsheetfb_par *);
66 void (*set_ctl)(struct broadsheetfb_par *, unsigned char, u8);
67 void (*set_hdb)(struct broadsheetfb_par *, u16);
68 u16 (*get_hdb)(struct broadsheetfb_par *);
71 void (*mmio_write)(struct broadsheetfb_par *, int type, u16);
[all …]
/linux/drivers/video/fbdev/
H A Dbroadsheetfb.c229 static u16 broadsheet_gpio_get_data(struct broadsheetfb_par *par) in broadsheet_gpio_get_data()
250 static u16 broadsheet_get_data(struct broadsheetfb_par *par) in broadsheet_get_data()
316 static int broadsheet_setup_plls(struct broadsheetfb_par *par) in broadsheet_setup_plls()
342 static int broadsheet_setup_spi(struct broadsheetfb_par *par) in broadsheet_setup_spi()
739 struct broadsheetfb_par *par = info->par; in broadsheet_loadstore_waveform()
841 static void broadsheet_identify(struct broadsheetfb_par *par) in broadsheet_identify()
856 static void broadsheet_init(struct broadsheetfb_par *par) in broadsheet_init()
975 struct broadsheetfb_par *par = info->par; in broadsheetfb_defio_damage_range()
983 struct broadsheetfb_par *par = info->par; in broadsheetfb_defio_damage_area()
1010 struct broadsheetfb_par *par; in broadsheetfb_probe()
[all …]
/linux/arch/arm/mach-pxa/
H A Dam300epd.c100 static int am300_wait_event(struct broadsheetfb_par *par) in am300_wait_event()
107 static int am300_init_gpio_regs(struct broadsheetfb_par *par) in am300_init_gpio_regs()
171 static int am300_init_board(struct broadsheetfb_par *par) in am300_init_board()
176 static void am300_cleanup(struct broadsheetfb_par *par) in am300_cleanup()
190 static u16 am300_get_hdb(struct broadsheetfb_par *par) in am300_get_hdb()
201 static void am300_set_hdb(struct broadsheetfb_par *par, u16 data) in am300_set_hdb()
210 static void am300_set_ctl(struct broadsheetfb_par *par, unsigned char bit, in am300_set_ctl()
233 struct broadsheetfb_par *par = dev_id; in am300_handle_irq()
242 struct broadsheetfb_par *par = info->par; in am300_setup_irq()