Home
last modified time | relevance | path

Searched defs:par (Results 1 – 200 of 325) sorted by relevance

12

/linux-4.1.27/drivers/video/fbdev/nvidia/
Dnv_setup.c60 void NVWriteCrtc(struct nvidia_par *par, u8 index, u8 value) in NVWriteCrtc()
65 u8 NVReadCrtc(struct nvidia_par *par, u8 index) in NVReadCrtc()
70 void NVWriteGr(struct nvidia_par *par, u8 index, u8 value) in NVWriteGr()
75 u8 NVReadGr(struct nvidia_par *par, u8 index) in NVReadGr()
80 void NVWriteSeq(struct nvidia_par *par, u8 index, u8 value) in NVWriteSeq()
85 u8 NVReadSeq(struct nvidia_par *par, u8 index) in NVReadSeq()
90 void NVWriteAttr(struct nvidia_par *par, u8 index, u8 value) in NVWriteAttr()
102 u8 NVReadAttr(struct nvidia_par *par, u8 index) in NVReadAttr()
114 void NVWriteMiscOut(struct nvidia_par *par, u8 value) in NVWriteMiscOut()
118 u8 NVReadMiscOut(struct nvidia_par *par) in NVReadMiscOut()
[all …]
Dnv_accel.c74 struct nvidia_par *par = info->par; in nvidiafb_safe_mode() local
83 struct nvidia_par *par = info->par; in NVFlush() local
96 struct nvidia_par *par = info->par; in NVSync() local
107 static void NVDmaKickoff(struct nvidia_par *par) in NVDmaKickoff()
117 struct nvidia_par *par = info->par; in NVDmaWait() local
158 struct nvidia_par *par = info->par; in NVSetPattern() local
169 struct nvidia_par *par = info->par; in NVSetRopSolid() local
190 struct nvidia_par *par = info->par; in NVSetClippingRectangle() local
201 struct nvidia_par *par = info->par; in NVResetGraphics() local
282 struct nvidia_par *par = info->par; in nvidiafb_sync() local
[all …]
Dnvidia.c119 static void nvidiafb_load_cursor_image(struct nvidia_par *par, u8 * data8, in nvidiafb_load_cursor_image()
151 static void nvidia_write_clut(struct nvidia_par *par, in nvidia_write_clut()
161 static void nvidia_read_clut(struct nvidia_par *par, in nvidia_read_clut()
171 static int nvidia_panel_tweak(struct nvidia_par *par, in nvidia_panel_tweak()
199 static void nvidia_screen_off(struct nvidia_par *par, int on) in nvidia_screen_off()
223 static void nvidia_save_vga(struct nvidia_par *par, in nvidia_save_vga()
251 static void nvidia_write_regs(struct nvidia_par *par, in nvidia_write_regs()
304 struct nvidia_par *par = info->par; in nvidia_calc_regs() local
501 struct nvidia_par *par = info->par; in nvidia_init_vga() local
536 struct nvidia_par *par = info->par; in nvidiafb_cursor() local
[all …]
Dnv_i2c.c31 struct nvidia_par *par = chan->par; in nvidia_gpio_setscl() local
47 struct nvidia_par *par = chan->par; in nvidia_gpio_setsda() local
63 struct nvidia_par *par = chan->par; in nvidia_gpio_getscl() local
75 struct nvidia_par *par = chan->par; in nvidia_gpio_getsda() local
122 void nvidia_create_i2c_busses(struct nvidia_par *par) in nvidia_create_i2c_busses()
140 void nvidia_delete_i2c_busses(struct nvidia_par *par) in nvidia_delete_i2c_busses()
154 struct nvidia_par *par = info->par; in nvidia_probe_i2c_connector() local
Dnv_backlight.c31 static int nvidia_bl_get_level_brightness(struct nvidia_par *par, in nvidia_bl_get_level_brightness()
53 struct nvidia_par *par = bl_get_data(bd); in nvidia_bl_update_status() local
89 void nvidia_bl_init(struct nvidia_par *par) in nvidia_bl_init()
135 void nvidia_bl_exit(struct nvidia_par *par) in nvidia_bl_exit()
Dnv_local.h73 #define NVDmaNext(par, data) \ argument
76 #define NVDmaStart(info, par, tag, size) { \ argument
89 #define WRITE_PUT(par, data) { \ argument
96 #define READ_GET(par) (NV_RD32(&(par)->FIFO[0x0011], 0) >> 2) argument
Dnv_hw.c57 void NVLockUnlock(struct nvidia_par *par, int Lock) in NVLockUnlock()
73 int NVShowHideCursor(struct nvidia_par *par, int ShowHide) in NVShowHideCursor()
141 static void nvGetClocks(struct nvidia_par *par, unsigned int *MClk, in nvGetClocks()
383 unsigned *lwm, struct nvidia_par *par) in nv4UpdateArbitrationSettings()
622 struct nvidia_par *par) in nv10UpdateArbitrationSettings()
656 struct nvidia_par *par, in nv30UpdateArbitrationSettings()
680 struct nvidia_par *par) in nForceUpdateArbitrationSettings()
766 int *clockOut, u32 * pllOut, struct nvidia_par *par) in CalcVClock()
813 u32 * pllBOut, struct nvidia_par *par) in CalcVClock2Stage()
855 void NVCalcStateExt(struct nvidia_par *par, in NVCalcStateExt()
[all …]
Dnv_proto.h63 static inline void nvidia_bl_init(struct nvidia_par *par) {} in nvidia_bl_init()
64 static inline void nvidia_bl_exit(struct nvidia_par *par) {} in nvidia_bl_exit()
/linux-4.1.27/drivers/video/fbdev/
Dbroadsheetfb.c119 static void broadsheet_gpio_issue_data(struct broadsheetfb_par *par, u16 data) in broadsheet_gpio_issue_data()
126 static void broadsheet_gpio_issue_cmd(struct broadsheetfb_par *par, u16 data) in broadsheet_gpio_issue_cmd()
132 static void broadsheet_gpio_send_command(struct broadsheetfb_par *par, u16 data) in broadsheet_gpio_send_command()
142 static void broadsheet_gpio_send_cmdargs(struct broadsheetfb_par *par, u16 cmd, in broadsheet_gpio_send_cmdargs()
158 static void broadsheet_mmio_send_cmdargs(struct broadsheetfb_par *par, u16 cmd, in broadsheet_mmio_send_cmdargs()
169 static void broadsheet_send_command(struct broadsheetfb_par *par, u16 data) in broadsheet_send_command()
177 static void broadsheet_send_cmdargs(struct broadsheetfb_par *par, u16 cmd, in broadsheet_send_cmdargs()
186 static void broadsheet_gpio_burst_write(struct broadsheetfb_par *par, int size, in broadsheet_gpio_burst_write()
206 static void broadsheet_mmio_burst_write(struct broadsheetfb_par *par, int size, in broadsheet_mmio_burst_write()
220 static void broadsheet_burst_write(struct broadsheetfb_par *par, int size, in broadsheet_burst_write()
[all …]
Dauo_k190x.c57 static void auok190x_issue_data(struct auok190xfb_par *par, u16 data) in auok190x_issue_data()
64 static void auok190x_issue_cmd(struct auok190xfb_par *par, u16 data) in auok190x_issue_cmd()
82 static int auok190x_issue_pixels_rgb565(struct auok190xfb_par *par, int size, in auok190x_issue_pixels_rgb565()
111 static int auok190x_issue_pixels_gray8(struct auok190xfb_par *par, int size, in auok190x_issue_pixels_gray8()
142 static int auok190x_issue_pixels(struct auok190xfb_par *par, int size, in auok190x_issue_pixels()
159 static u16 auok190x_read_data(struct auok190xfb_par *par) in auok190x_read_data()
174 void auok190x_send_command_nowait(struct auok190xfb_par *par, u16 data) in auok190x_send_command_nowait()
182 void auok190x_send_cmdargs_nowait(struct auok190xfb_par *par, u16 cmd, in auok190x_send_cmdargs_nowait()
196 int auok190x_send_command(struct auok190xfb_par *par, u16 data) in auok190x_send_command()
209 int auok190x_send_cmdargs(struct auok190xfb_par *par, u16 cmd, in auok190x_send_cmdargs()
[all …]
Dtridentfb.c167 static inline void writemmr(struct tridentfb_par *par, u16 r, u32 v) in writemmr()
172 static inline u32 readmmr(struct tridentfb_par *par, u16 r) in readmmr()
183 static void blade_init_accel(struct tridentfb_par *par, int pitch, int bpp) in blade_init_accel()
200 static void blade_wait_engine(struct tridentfb_par *par) in blade_wait_engine()
206 static void blade_fill_rect(struct tridentfb_par *par, in blade_fill_rect()
217 static void blade_image_blit(struct tridentfb_par *par, const char *data, in blade_image_blit()
232 static void blade_copy_rect(struct tridentfb_par *par, in blade_copy_rect()
257 static void xp_init_accel(struct tridentfb_par *par, int pitch, int bpp) in xp_init_accel()
287 static void xp_wait_engine(struct tridentfb_par *par) in xp_wait_engine()
308 static void xp_fill_rect(struct tridentfb_par *par, in xp_fill_rect()
[all …]
Dtdfxfb.c177 static inline u8 vga_inb(struct tdfx_par *par, u32 reg) in vga_inb()
182 static inline void vga_outb(struct tdfx_par *par, u32 reg, u8 val) in vga_outb()
187 static inline void gra_outb(struct tdfx_par *par, u32 idx, u8 val) in gra_outb()
195 static inline void seq_outb(struct tdfx_par *par, u32 idx, u8 val) in seq_outb()
203 static inline u8 seq_inb(struct tdfx_par *par, u32 idx) in seq_inb()
210 static inline void crt_outb(struct tdfx_par *par, u32 idx, u8 val) in crt_outb()
218 static inline u8 crt_inb(struct tdfx_par *par, u32 idx) in crt_inb()
225 static inline void att_outb(struct tdfx_par *par, u32 idx, u8 val) in att_outb()
234 static inline void vga_disable_video(struct tdfx_par *par) in vga_disable_video()
244 static inline void vga_enable_video(struct tdfx_par *par) in vga_enable_video()
[all …]
Duvesafb.c273 struct uvesafb_par *par = info->par; in uvesafb_setup_var() local
313 static int uvesafb_vbe_find_mode(struct uvesafb_par *par, in uvesafb_vbe_find_mode()
350 static u8 *uvesafb_vbe_state_save(struct uvesafb_par *par) in uvesafb_vbe_state_save()
389 static void uvesafb_vbe_state_restore(struct uvesafb_par *par, u8 *state_buf) in uvesafb_vbe_state_restore()
418 struct uvesafb_par *par) in uvesafb_vbe_getinfo()
477 struct uvesafb_par *par) in uvesafb_vbe_getmodes()
556 struct uvesafb_par *par) in uvesafb_vbe_getpmi()
619 struct uvesafb_par *par = info->par; in uvesafb_vbe_getedid() local
685 struct uvesafb_par *par = info->par; in uvesafb_vbe_getmonspecs() local
764 struct uvesafb_par *par) in uvesafb_vbe_getstatesize()
[all …]
Dhecubafb.c72 static void apollo_send_data(struct hecubafb_par *par, unsigned char data) in apollo_send_data()
90 static void apollo_send_command(struct hecubafb_par *par, unsigned char data) in apollo_send_command()
102 static void hecubafb_dpy_update(struct hecubafb_par *par) in hecubafb_dpy_update()
127 struct hecubafb_par *par = info->par; in hecubafb_fillrect() local
137 struct hecubafb_par *par = info->par; in hecubafb_copyarea() local
147 struct hecubafb_par *par = info->par; in hecubafb_imageblit() local
161 struct hecubafb_par *par = info->par; in hecubafb_write() local
221 struct hecubafb_par *par; in hecubafb_probe() local
287 struct hecubafb_par *par = info->par; in hecubafb_remove() local
Darcfb.c114 static void ks108_writeb_ctl(struct arcfb_par *par, in ks108_writeb_ctl()
125 static void ks108_writeb_mainctl(struct arcfb_par *par, unsigned char value) in ks108_writeb_mainctl()
132 static unsigned char ks108_readb_ctl2(struct arcfb_par *par) in ks108_readb_ctl2()
137 static void ks108_writeb_data(struct arcfb_par *par, in ks108_writeb_data()
148 static void ks108_set_start_line(struct arcfb_par *par, in ks108_set_start_line()
154 static void ks108_set_yaddr(struct arcfb_par *par, in ks108_set_yaddr()
160 static void ks108_set_xaddr(struct arcfb_par *par, in ks108_set_xaddr()
166 static void ks108_clear_lcd(struct arcfb_par *par, unsigned int chipindex) in ks108_clear_lcd()
184 struct arcfb_par *par = info->par; in arcfb_open() local
192 struct arcfb_par *par = info->par; in arcfb_release() local
[all …]
Dpmagb-b-fb.c69 static inline void sfb_write(struct pmagbbfb_par *par, unsigned int reg, u32 v) in sfb_write()
74 static inline u32 sfb_read(struct pmagbbfb_par *par, unsigned int reg) in sfb_read()
79 static inline void dac_write(struct pmagbbfb_par *par, unsigned int reg, u8 v) in dac_write()
84 static inline u8 dac_read(struct pmagbbfb_par *par, unsigned int reg) in dac_read()
89 static inline void gp0_write(struct pmagbbfb_par *par, u32 v) in gp0_write()
102 struct pmagbbfb_par *par = info->par; in pmagbbfb_setcolreg() local
138 struct pmagbbfb_par *par = info->par; in pmagbbfb_erase_cursor() local
152 struct pmagbbfb_par *par = info->par; in pmagbbfb_screen_setup() local
188 struct pmagbbfb_par *par = info->par; in pmagbbfb_osc_setup() local
254 struct pmagbbfb_par *par; in pmagbbfb_probe() local
[all …]
Dw100fb.c86 struct w100fb_par *par=info->par; in flip_show() local
95 struct w100fb_par *par=info->par; in flip_store() local
145 struct w100fb_par *par=info->par; in fastpllclk_show() local
153 struct w100fb_par *par=info->par; in fastpllclk_store() local
178 struct w100fb_par *par=info->par; in w100fb_get_hsynclen() local
188 static void w100fb_clear_screen(struct w100fb_par *par) in w100fb_clear_screen()
230 struct w100fb_par *par = info->par; in w100fb_blank() local
289 static void w100_init_graphic_engine(struct w100fb_par *par) in w100_init_graphic_engine()
407 static void w100fb_activate_var(struct w100fb_par *par) in w100fb_activate_var()
434 static struct w100_mode *w100fb_get_mode(struct w100fb_par *par, unsigned int *x, unsigned int *y, … in w100fb_get_mode()
[all …]
Dn411.c48 static void n411_set_ctl(struct hecubafb_par *par, unsigned char bit, unsigned in n411_set_ctl()
68 static unsigned char n411_get_ctl(struct hecubafb_par *par) in n411_get_ctl()
73 static void n411_set_data(struct hecubafb_par *par, unsigned char value) in n411_set_data()
78 static void n411_wait_for_ack(struct hecubafb_par *par, int clear) in n411_wait_for_ack()
95 static int n411_init_control(struct hecubafb_par *par) in n411_init_control()
121 static int n411_init_board(struct hecubafb_par *par) in n411_init_board()
Dpm3fb.c101 static inline u32 PM3_READ_REG(struct pm3_par *par, s32 off) in PM3_READ_REG()
106 static inline void PM3_WRITE_REG(struct pm3_par *par, s32 off, u32 v) in PM3_WRITE_REG()
111 static inline void PM3_WAIT(struct pm3_par *par, u32 n) in PM3_WAIT()
117 static inline void PM3_WRITE_DAC_REG(struct pm3_par *par, unsigned r, u8 v) in PM3_WRITE_DAC_REG()
127 static inline void pm3fb_set_color(struct pm3_par *par, unsigned char regno, in pm3fb_set_color()
141 static void pm3fb_clear_colormap(struct pm3_par *par, in pm3fb_clear_colormap()
206 struct pm3_par *par = info->par; in pm3fb_sync() local
222 struct pm3_par *par = info->par; in pm3fb_init_engine() local
385 struct pm3_par *par = info->par; in pm3fb_fillrect() local
449 struct pm3_par *par = info->par; in pm3fb_copyarea() local
[all …]
Di740fb.c103 static inline void i740outb(struct i740fb_par *par, u16 port, u8 val) in i740outb()
107 static inline u8 i740inb(struct i740fb_par *par, u16 port) in i740inb()
111 static inline void i740outreg(struct i740fb_par *par, u16 port, u8 reg, u8 val) in i740outreg()
115 static inline u8 i740inreg(struct i740fb_par *par, u16 port, u8 reg) in i740inreg()
120 static inline void i740outreg_mask(struct i740fb_par *par, u16 port, u8 reg, in i740outreg_mask()
134 struct i740fb_par *par = data; in i740fb_ddc_setscl() local
142 struct i740fb_par *par = data; in i740fb_ddc_setsda() local
150 struct i740fb_par *par = data; in i740fb_ddc_getscl() local
159 struct i740fb_par *par = data; in i740fb_ddc_getsda() local
168 struct i740fb_par *par = info->par; in i740fb_setup_ddc_bus() local
[all …]
Dneofb.c150 static inline void write_le32(int regindex, u32 val, const struct neofb_par *par) in write_le32()
208 struct neofb_par *par, long freq) in neoCalcVCLK()
261 struct neofb_par *par) in vgaHWInit()
449 const struct neofb_par *par) in vgaHWRestore()
483 struct neofb_par *par = info->par; in neo2200_sync() local
522 struct neofb_par *par = info->par; in neo2200_accel_init() local
557 struct neofb_par *par = info->par; in neofb_open() local
572 struct neofb_par *par = info->par; in neofb_release() local
588 struct neofb_par *par = info->par; in neofb_check_var() local
728 struct neofb_par *par = info->par; in neofb_set_par() local
[all …]
Dmetronomefb.c171 struct metronomefb_par *par) in load_waveform()
308 static int metronome_display_cmd(struct metronomefb_par *par) in metronome_display_cmd()
341 static int metronome_powerup_cmd(struct metronomefb_par *par) in metronome_powerup_cmd()
370 static int metronome_config_cmd(struct metronomefb_par *par) in metronome_config_cmd()
388 static int metronome_init_cmd(struct metronomefb_par *par) in metronome_init_cmd()
414 static int metronome_init_regs(struct metronomefb_par *par) in metronome_init_regs()
435 static void metronomefb_dpy_update(struct metronomefb_par *par) in metronomefb_dpy_update()
450 static u16 metronomefb_dpy_update_page(struct metronomefb_par *par, int index) in metronomefb_dpy_update_page()
472 struct metronomefb_par *par = info->par; in metronomefb_dpy_deferred_io() local
489 struct metronomefb_par *par = info->par; in metronomefb_fillrect() local
[all …]
Digafb.c174 #define pci_inb(par, reg) readb(par->io_base+(reg)) argument
175 #define pci_outb(par, val, reg) writeb(val, par->io_base+(reg)) argument
177 static inline unsigned int iga_inb(struct iga_par *par, unsigned int reg, in iga_inb()
184 static inline void iga_outb(struct iga_par *par, unsigned char val, in iga_outb()
197 static void iga_blank_border(struct iga_par *par) in iga_blank_border()
224 struct iga_par *par = (struct iga_par *)info->par; in igafb_mmap() local
286 struct iga_par *par = (struct iga_par *)info->par; in igafb_setcolreg() local
331 static int __init iga_init(struct fb_info *info, struct iga_par *par) in iga_init()
374 struct iga_par *par; in igafb_init() local
Dpmag-ba-fb.c80 static inline void dac_write(struct pmagbafb_par *par, unsigned int reg, u8 v) in dac_write()
85 static inline u8 dac_read(struct pmagbafb_par *par, unsigned int reg) in dac_read()
98 struct pmagbafb_par *par = info->par; in pmagbafb_setcolreg() local
134 struct pmagbafb_par *par = info->par; in pmagbafb_erase_cursor() local
149 struct pmagbafb_par *par; in pmagbafb_probe() local
242 struct pmagbafb_par *par = info->par; in pmagbafb_remove() local
Dsstfb.c114 #define IS_VOODOO2(par) ((par)->type == ID_VOODOO2) argument
352 struct sstfb_par *par = info->par; in sstfb_check_var() local
478 struct sstfb_par *par = info->par; in sstfb_set_par() local
669 struct sstfb_par *par = info->par; in sstfb_setcolreg() local
694 struct sstfb_par *par = info->par; in sstfb_setvgapass() local
734 struct sstfb_par *par = info->par; in show_vgapass() local
745 struct sstfb_par *par; in sstfb_ioctl() local
870 struct sstfb_par *par = info->par; in sst_detect_att() local
895 struct sstfb_par *par = info->par; in sst_detect_ti() local
931 struct sstfb_par *par = info->par; in sst_detect_ics() local
[all …]
Ds3fb.c202 static u8 s3fb_ddc_read(struct s3fb_info *par) in s3fb_ddc_read()
210 static void s3fb_ddc_write(struct s3fb_info *par, u8 val) in s3fb_ddc_write()
220 struct s3fb_info *par = data; in s3fb_ddc_setscl() local
233 struct s3fb_info *par = data; in s3fb_ddc_setsda() local
246 struct s3fb_info *par = data; in s3fb_ddc_getscl() local
253 struct s3fb_info *par = data; in s3fb_ddc_getsda() local
260 struct s3fb_info *par = info->par; in s3fb_setup_ddc_bus() local
325 struct s3fb_info *par = info->par; in s3fb_tilecursor() local
471 struct s3fb_info *par = info->par; in s3_set_pixclock() local
514 struct s3fb_info *par = info->par; in s3fb_open() local
[all …]
Dauo_k1900fb.c61 static void auok1900_init(struct auok190xfb_par *par) in auok1900_init()
85 static void auok1900_update_region(struct auok190xfb_par *par, int mode, in auok1900_update_region()
123 static void auok1900fb_dpy_update_pages(struct auok190xfb_par *par, in auok1900fb_dpy_update_pages()
142 static void auok1900fb_dpy_update(struct auok190xfb_par *par) in auok1900fb_dpy_update()
161 static bool auok1900fb_need_refresh(struct auok190xfb_par *par) in auok1900fb_need_refresh()
Datafb.c591 static int tt_encode_fix(struct fb_fix_screeninfo *fix, struct atafb_par *par) in tt_encode_fix()
616 static int tt_decode_var(struct fb_var_screeninfo *var, struct atafb_par *par) in tt_decode_var()
692 static int tt_encode_var(struct fb_var_screeninfo *var, struct atafb_par *par) in tt_encode_var()
786 static void tt_get_par(struct atafb_par *par) in tt_get_par()
797 static void tt_set_par(struct atafb_par *par) in tt_set_par()
824 struct atafb_par par; in tt_detect() local
889 struct atafb_par *par) in falcon_encode_fix()
918 struct atafb_par *par) in falcon_decode_var()
1394 struct atafb_par *par) in falcon_encode_var()
1559 static void falcon_get_par(struct atafb_par *par) in falcon_get_par()
[all …]
Dssd1307fb.c125 static void ssd1307fb_update_display(struct ssd1307fb_par *par) in ssd1307fb_update_display()
188 struct ssd1307fb_par *par = info->par; in ssd1307fb_write() local
218 struct ssd1307fb_par *par = info->par; in ssd1307fb_fillrect() local
225 struct ssd1307fb_par *par = info->par; in ssd1307fb_copyarea() local
232 struct ssd1307fb_par *par = info->par; in ssd1307fb_imageblit() local
257 static int ssd1307fb_ssd1307_init(struct ssd1307fb_par *par) in ssd1307fb_ssd1307_init()
288 static int ssd1307fb_ssd1307_remove(struct ssd1307fb_par *par) in ssd1307fb_ssd1307_remove()
300 static int ssd1307fb_ssd1306_init(struct ssd1307fb_par *par) in ssd1307fb_ssd1306_init()
452 struct ssd1307fb_par *par; in ssd1307fb_probe() local
570 struct ssd1307fb_par *par = info->par; in ssd1307fb_remove() local
Dsh7760fb.c60 static int wait_for_lps(struct sh7760fb_par *par, int val) in wait_for_lps()
75 struct sh7760fb_par *par = info->par; in sh7760fb_blank() local
172 struct sh7760fb_par *par = info->par; in sh7760fb_check_var() local
201 struct sh7760fb_par *par = info->par; in sh7760fb_set_par() local
360 struct sh7760fb_par *par = info->par; in sh7760fb_free_mem() local
378 struct sh7760fb_par *par = info->par; in sh7760fb_alloc_mem() local
438 struct sh7760fb_par *par; in sh7760fb_probe() local
563 struct sh7760fb_par *par = info->par; in sh7760fb_remove() local
Dvt8623fb.c126 struct vt8623fb_info *par = info->par; in vt8623fb_tilecursor() local
262 struct vt8623fb_info *par = info->par; in vt8623_set_pixclock() local
291 struct vt8623fb_info *par = info->par; in vt8623fb_open() local
313 struct vt8623fb_info *par = info->par; in vt8623fb_release() local
388 struct vt8623fb_info *par = info->par; in vt8623fb_set_par() local
585 struct vt8623fb_info *par = info->par; in vt8623fb_blank() local
621 struct vt8623fb_info *par = info->par; in vt8623fb_pan_display() local
670 struct vt8623fb_info *par; in vt8623_pci_probe() local
817 struct vt8623fb_info *par = info->par; in vt8623_pci_remove() local
845 struct vt8623fb_info *par = info->par; in vt8623_pci_suspend() local
[all …]
Dda8xx-fb.c312 static void lcd_blit(int load_mode, struct da8xx_fb_par *par) in lcd_blit()
524 static int lcd_cfg_frame_buffer(struct da8xx_fb_par *par, u32 width, u32 height, in lcd_cfg_frame_buffer()
609 struct da8xx_fb_par *par = info->par; in fb_setcolreg() local
709 static int da8xx_fb_config_clk_divider(struct da8xx_fb_par *par, in da8xx_fb_config_clk_divider()
737 static unsigned int da8xx_fb_calc_clk_divider(struct da8xx_fb_par *par, in da8xx_fb_calc_clk_divider()
762 static int da8xx_fb_calc_config_clk_divider(struct da8xx_fb_par *par, in da8xx_fb_calc_config_clk_divider()
772 static unsigned da8xx_fb_round_clk(struct da8xx_fb_par *par, in da8xx_fb_round_clk()
781 static int lcd_init(struct da8xx_fb_par *par, const struct lcd_ctrl_config *cfg, in lcd_init()
836 struct da8xx_fb_par *par = arg; in lcdc_irq_handler_rev02() local
898 struct da8xx_fb_par *par = arg; in lcdc_irq_handler_rev01() local
[all …]
Dauo_k1901fb.c102 static void auok1901_init(struct auok190xfb_par *par) in auok1901_init()
124 static void auok1901_update_region(struct auok190xfb_par *par, int mode, in auok1901_update_region()
171 static void auok1901fb_dpy_update_pages(struct auok190xfb_par *par, in auok1901fb_dpy_update_pages()
190 static void auok1901fb_dpy_update(struct auok190xfb_par *par) in auok1901fb_dpy_update()
214 static bool auok1901fb_need_refresh(struct auok190xfb_par *par) in auok1901fb_need_refresh()
Dtcx.c127 struct tcx_par *par = info->par; in __tcx_set_control_plane() local
146 struct tcx_par *par = (struct tcx_par *) info->par; in tcx_reset() local
173 struct tcx_par *par = (struct tcx_par *) info->par; in tcx_setcolreg() local
204 struct tcx_par *par = (struct tcx_par *) info->par; in tcx_blank() local
302 struct tcx_par *par = (struct tcx_par *)info->par; in tcx_mmap() local
312 struct tcx_par *par = (struct tcx_par *) info->par; in tcx_ioctl() local
327 struct tcx_par *par = (struct tcx_par *)info->par; in tcx_init_fix() local
346 struct tcx_par *par) in tcx_unmap_regs()
369 struct tcx_par *par; in tcx_probe() local
492 struct tcx_par *par = info->par; in tcx_remove() local
Ds1d13xxxfb.c98 s1d13xxxfb_readreg(struct s1d13xxxfb_par *par, u16 regno) in s1d13xxxfb_readreg()
107 s1d13xxxfb_writereg(struct s1d13xxxfb_par *par, u16 regno, u8 value) in s1d13xxxfb_writereg()
116 s1d13xxxfb_runinit(struct s1d13xxxfb_par *par, in s1d13xxxfb_runinit()
136 lcd_enable(struct s1d13xxxfb_par *par, int enable) in lcd_enable()
149 crt_enable(struct s1d13xxxfb_par *par, int enable) in crt_enable()
341 struct s1d13xxxfb_par *par = info->par; in s1d13xxxfb_blank() local
382 struct s1d13xxxfb_par *par = info->par; in s1d13xxxfb_pan_display() local
649 struct s1d13xxxfb_par *par = info->par; in s1d13xxxfb_fetch_hw_state() local
740 struct s1d13xxxfb_par *par = NULL; in s1d13xxxfb_remove() local
Dsm501fb.c173 struct sm501fb_par *par; in sm501_alloc_mem() local
299 struct sm501fb_par *par = info->par; in sm501fb_check_var() local
432 struct sm501fb_par *par = info->par; in sm501fb_set_par_common() local
529 struct sm501fb_par *par = info->par; in sm501fb_set_par_geometry() local
583 struct sm501fb_par *par = info->par; in sm501fb_pan_crt() local
613 struct sm501fb_par *par = info->par; in sm501fb_pan_pnl() local
634 struct sm501fb_par *par = info->par; in sm501fb_set_par_crt() local
804 struct sm501fb_par *par = info->par; in sm501fb_set_par_pnl() local
918 struct sm501fb_par *par = info->par; in sm501fb_setcolreg() local
968 struct sm501fb_par *par = info->par; in sm501fb_blank_pnl() local
[all …]
Dsimplefb.c197 static int simplefb_clocks_init(struct simplefb_par *par, in simplefb_clocks_init()
249 static void simplefb_clocks_destroy(struct simplefb_par *par) in simplefb_clocks_destroy()
266 static int simplefb_clocks_init(struct simplefb_par *par, in simplefb_clocks_init()
268 static void simplefb_clocks_destroy(struct simplefb_par *par) { } in simplefb_clocks_destroy()
276 struct simplefb_par *par; in simplefb_probe() local
372 struct simplefb_par *par = info->par; in simplefb_remove() local
Dgrvga.c86 struct grvga_par *par = info->par; in grvga_check_var() local
153 struct grvga_par *par = info->par; in grvga_set_par() local
195 struct grvga_par *par; in grvga_setcolreg() local
242 struct grvga_par *par = info->par; in grvga_pan_display() local
340 struct grvga_par *par = NULL; in grvga_probe() local
517 struct grvga_par *par; in grvga_remove() local
Dvalkyriefb.c87 struct fb_par_valkyrie par; member
142 struct fb_par_valkyrie *par = info->par; in valkyriefb_set_par() local
168 static inline int valkyrie_par_to_var(struct fb_par_valkyrie *par, in valkyrie_par_to_var()
178 struct fb_par_valkyrie par; in valkyriefb_check_var() local
200 struct fb_par_valkyrie *par = info->par; in valkyriefb_blank() local
234 struct fb_par_valkyrie *par = info->par; in valkyriefb_setcolreg() local
467 struct fb_par_valkyrie *par, const struct fb_info *fb_info) in valkyrie_var_to_par()
538 static void valkyrie_par_to_fix(struct fb_par_valkyrie *par, in valkyrie_par_to_fix()
Dgxt4500.c140 #define readreg(par, reg) readl((par)->regs + (reg)) argument
141 #define writereg(par, reg, val) writel((val), (par)->regs + (reg)) argument
235 static int calc_pll(int period_ps, struct gxt4500_par *par) in calc_pll()
276 static int calc_pixclock(struct gxt4500_par *par) in calc_pixclock()
283 struct gxt4500_par *par) in gxt4500_var_to_par()
361 struct gxt4500_par par; in gxt4500_check_var() local
375 struct gxt4500_par *par = info->par; in gxt4500_set_par() local
515 struct gxt4500_par *par = info->par; in gxt4500_setcolreg() local
549 struct gxt4500_par *par = info->par; in gxt4500_pan_display() local
563 struct gxt4500_par *par = info->par; in gxt4500_blank() local
[all …]
Dimsttfb.c426 getclkMHz(struct imstt_par *par) in getclkMHz()
438 setclkMHz(struct imstt_par *par, __u32 MHz) in setclkMHz()
470 compute_imstt_regvals_ibm(struct imstt_par *par, int xres, int yres) in compute_imstt_regvals_ibm()
521 compute_imstt_regvals_tvp(struct imstt_par *par, int xres, int yres) in compute_imstt_regvals_tvp()
555 compute_imstt_regvals (struct imstt_par *par, u_int xres, u_int yres) in compute_imstt_regvals()
564 set_imstt_regvals_ibm (struct imstt_par *par, u_int bpp) in set_imstt_regvals_ibm()
584 set_imstt_regvals_tvp (struct imstt_par *par, u_int bpp) in set_imstt_regvals_tvp()
658 struct imstt_par *par = info->par; in set_imstt_regvals() local
750 struct imstt_par *par = info->par; in set_offset() local
757 set_555 (struct imstt_par *par) in set_555()
[all …]
Dtgafb.c167 struct tga_par *par = (struct tga_par *)info->par; in tgafb_check_var() local
234 struct tga_par *par = (struct tga_par *) info->par; local
427 tgafb_set_pll(struct tga_par *par, int f)
518 struct tga_par *par = (struct tga_par *) info->par; local
564 struct tga_par *par = (struct tga_par *) info->par; local
622 struct tga_par *par = (struct tga_par *) info->par; local
835 struct tga_par *par = (struct tga_par *) info->par; local
922 struct tga_par *par = (struct tga_par *) info->par; local
1053 struct tga_par *par = (struct tga_par *) info->par; local
1098 struct tga_par *par = (struct tga_par *) info->par; local
[all …]
Dskeletonfb.c257 struct xxx_par *par = info->par; in xxxfb_set_par() local
684 struct xxx_par *par; in xxxfb_probe() local
861 struct xxxfb_par *par = info->par; in xxxfb_suspend() local
876 struct xxxfb_par *par = info->par; in xxxfb_resume() local
940 struct xxxfb_par *par = info->par; in xxxfb_suspend() local
955 struct xxxfb_par *par = info->par; in xxxfb_resume() local
Darkfb.c162 struct arkfb_info *par = info->par; in arkfb_tilecursor() local
476 struct arkfb_info *par; in ark_dac_read_regs() local
495 struct arkfb_info *par; in ark_dac_write_regs() local
514 struct arkfb_info *par = info->par; in ark_set_pixclock() local
533 struct arkfb_info *par = info->par; in arkfb_open() local
557 struct arkfb_info *par = info->par; in arkfb_release() local
629 struct arkfb_info *par = info->par; in arkfb_set_par() local
878 struct arkfb_info *par = info->par; in arkfb_blank() local
907 struct arkfb_info *par = info->par; in arkfb_pan_display() local
958 struct arkfb_info *par; in ark_pci_probe() local
[all …]
Dhyperv_fb.c355 struct hvfb_par *par; in synthvid_recv_sub() local
390 struct hvfb_par *par; in synthvid_receive() local
416 struct hvfb_par *par = info->par; in synthvid_negotiate_ver() local
449 struct hvfb_par *par = info->par; in synthvid_connect_vsp() local
490 struct hvfb_par *par = info->par; in synthvid_send_config() local
532 struct hvfb_par *par = container_of(w, struct hvfb_par, dwork.work); in hvfb_update_work() local
545 struct hvfb_par *par; in hvfb_on_panic() local
608 struct hvfb_par *par = p->par; in hvfb_cfb_fillrect() local
618 struct hvfb_par *par = p->par; in hvfb_cfb_copyarea() local
628 struct hvfb_par *par = p->par; in hvfb_cfb_imageblit() local
[all …]
Dpm2fb.c451 static void set_memclock(struct pm2fb_par *par, u32 clk) in set_memclock()
488 static void set_pixclock(struct pm2fb_par *par, u32 clk) in set_pixclock()
689 struct pm2fb_par *par = info->par; in pm2fb_set_par() local
875 struct pm2fb_par *par = info->par; in pm2fb_setcolreg() local
1004 struct pm2fb_par *par = info->par; in pm2fb_blank() local
1037 struct pm2fb_par *par = info->par; in pm2fb_sync() local
1053 struct pm2fb_par *par = info->par; in pm2fb_fillrect() local
1111 struct pm2fb_par *par = info->par; in pm2fb_copyarea() local
1157 struct pm2fb_par *par = info->par; in pm2fb_imageblit() local
1266 struct pm2fb_par *par = info->par; in pm2vfb_cursor() local
[all …]
Dtmiofb.c221 struct tmiofb_par *par = info->par; in tmiofb_irq() local
255 struct tmiofb_par *par = info->par; in tmiofb_hw_stop() local
272 struct tmiofb_par *par = info->par; in tmiofb_hw_init() local
317 struct tmiofb_par *par = info->par; in tmiofb_hw_mode() local
360 struct tmiofb_par *par = info->par; in tmiofb_acc_wait() local
396 struct tmiofb_par *par = info->par; in tmiofb_acc_write() local
417 struct tmiofb_par *par = fbi->par; in tmiofb_sync() local
493 struct tmiofb_par *par = fbi->par; in tmiofb_vblank() local
635 struct tmiofb_par *par = info->par; in tmiofb_setcolreg() local
687 struct tmiofb_par *par; in tmiofb_probe() local
[all …]
Dvga16fb.c190 struct vga16fb_par *par = info->par; in vga16fb_pan_var() local
245 static void vga16fb_clock_chip(struct vga16fb_par *par, in vga16fb_clock_chip()
285 struct vga16fb_par *par = info->par; in vga16fb_open() local
300 struct vga16fb_par *par = info->par; in vga16fb_release() local
315 struct vga16fb_par *par = info->par; in vga16fb_check_var() local
520 struct vga16fb_par *par = info->par; in vga16fb_set_par() local
662 struct vga16fb_par *par = info->par; in vga16fb_setcolreg() local
700 static void vga_vesa_blank(struct vga16fb_par *par, int mode) in vga_vesa_blank()
756 static void vga_vesa_unblank(struct vga16fb_par *par) in vga_vesa_unblank()
803 struct vga16fb_par *par = info->par; in vga16fb_blank() local
[all …]
Dcarminefb.c138 static void c_set_disp_reg(const struct carmine_fb *par, in c_set_disp_reg()
144 static u32 c_get_disp_reg(const struct carmine_fb *par, in c_get_disp_reg()
219 static void carmine_init_display_param(struct carmine_fb *par) in carmine_init_display_param()
367 static void set_display_parameters(struct carmine_fb *par) in set_display_parameters()
409 struct carmine_fb *par = info->par; in carmine_set_par() local
546 struct carmine_fb *par; in alloc_carmine_fb() local
Dpvr2fb.c263 struct pvr2fb_par *par = (struct pvr2fb_par *)fb_info->par; in pvr2fb_set_pal_type() local
268 static inline void pvr2fb_set_pal_entry(struct pvr2fb_par *par, in pvr2fb_set_pal_entry()
316 struct pvr2fb_par *par = (struct pvr2fb_par *)info->par; in pvr2fb_setcolreg() local
358 struct pvr2fb_par *par = (struct pvr2fb_par *)info->par; in pvr2fb_set_par() local
435 struct pvr2fb_par *par = (struct pvr2fb_par *)info->par; in pvr2fb_check_var() local
540 struct pvr2fb_par *par = (struct pvr2fb_par *) info->par; in pvr2_update_display() local
558 struct pvr2fb_par *par = (struct pvr2fb_par *) info->par; in pvr2_init_display() local
613 struct pvr2fb_par *par = currentpar; in pvr2_do_blank() local
766 struct pvr2fb_par *par = currentpar; in pvr2fb_common_init() local
Dbw2.c124 struct bw2_par *par = (struct bw2_par *) info->par; in bw2_blank() local
164 struct bw2_par *par = (struct bw2_par *)info->par; in bw2_mmap() local
229 static int bw2_do_default_mode(struct bw2_par *par, struct fb_info *info, in bw2_do_default_mode()
279 struct bw2_par *par; in bw2_probe() local
357 struct bw2_par *par = info->par; in bw2_remove() local
Dcg3.c141 struct cg3_par *par = (struct cg3_par *) info->par; in cg3_setcolreg() local
186 struct cg3_par *par = (struct cg3_par *) info->par; in cg3_blank() local
228 struct cg3_par *par = (struct cg3_par *)info->par; in cg3_mmap() local
311 static int cg3_do_default_mode(struct cg3_par *par) in cg3_do_default_mode()
353 struct cg3_par *par; in cg3_probe() local
439 struct cg3_par *par = info->par; in cg3_remove() local
Dcontrolfb.c98 struct fb_par_control par; member
205 struct fb_par_control par; in controlfb_check_var() local
223 struct fb_par_control par; in controlfb_set_par() local
249 struct fb_par_control *par = &p->par; in set_screen_start() local
264 struct fb_par_control *par = &p->par; in controlfb_pan_display() local
490 static void control_set_hardware(struct fb_info_control *p, struct fb_par_control *par) in control_set_hardware()
834 struct fb_par_control *par, const struct fb_info *fb_info) in control_var_to_par()
970 static void control_par_to_var(struct fb_par_control *par, struct fb_var_screeninfo *var) in control_par_to_var()
Dcg6.c270 struct cg6_par *par = (struct cg6_par *)info->par; in cg6_sync() local
283 static void cg6_switch_from_graph(struct cg6_par *par) in cg6_switch_from_graph()
298 struct cg6_par *par = (struct cg6_par *)info->par; in cg6_pan_display() local
318 struct cg6_par *par = (struct cg6_par *)info->par; in cg6_fillrect() local
357 struct cg6_par *par = (struct cg6_par *)info->par; in cg6_copyarea() local
395 struct cg6_par *par = (struct cg6_par *)info->par; in cg6_imageblit() local
487 struct cg6_par *par = (struct cg6_par *)info->par; in cg6_setcolreg() local
518 struct cg6_par *par = (struct cg6_par *)info->par; in cg6_blank() local
593 struct cg6_par *par = (struct cg6_par *)info->par; in cg6_mmap() local
612 struct cg6_par *par = (struct cg6_par *)info->par; in cg6_init_fix() local
[all …]
Doffb.c103 struct offb_par *par = (struct offb_par *) info->par; in offb_setcolreg() local
193 struct offb_par *par = (struct offb_par *) info->par; in offb_blank() local
254 struct offb_par *par = (struct offb_par *) info->par; in offb_set_par() local
326 struct offb_par *par = (struct offb_par *) info->par; in offb_init_palette_hacks() local
396 struct offb_par *par = &default_par; in offb_init_fb() local
Dleo.c210 struct leo_par *par = (struct leo_par *) info->par; in leo_switch_from_graph() local
275 struct leo_par *par = (struct leo_par *) info->par; in leo_setcolreg() local
315 struct leo_par *par = (struct leo_par *) info->par; in leo_blank() local
417 struct leo_par *par = (struct leo_par *)info->par; in leo_mmap() local
449 struct leo_par *par = (struct leo_par *) info->par; in leo_wid_put() local
510 struct leo_par *par = (struct leo_par *) info->par; in leo_init_hw() local
533 struct leo_par *par) in leo_unmap_regs()
554 struct leo_par *par; in leo_probe() local
642 struct leo_par *par = info->par; in leo_remove() local
/linux-4.1.27/net/netfilter/
Dxt_set.c32 const struct xt_action_param *par, in match_set()
52 set_match_v0(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v0()
79 set_match_v0_checkentry(const struct xt_mtchk_param *par) in set_match_v0_checkentry()
104 set_match_v0_destroy(const struct xt_mtdtor_param *par) in set_match_v0_destroy()
114 set_match_v1(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v1()
128 set_match_v1_checkentry(const struct xt_mtchk_param *par) in set_match_v1_checkentry()
150 set_match_v1_destroy(const struct xt_mtdtor_param *par) in set_match_v1_destroy()
178 set_match_v3(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v3()
224 set_match_v4(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v4()
252 set_target_v0(struct sk_buff *skb, const struct xt_action_param *par) in set_target_v0()
[all …]
Dxt_CT.c40 const struct xt_action_param *par) in xt_ct_target_v0()
49 const struct xt_action_param *par) in xt_ct_target_v1()
57 static u8 xt_ct_find_proto(const struct xt_tgchk_param *par) in xt_ct_find_proto()
77 const struct xt_tgchk_param *par) in xt_ct_set_helper()
119 xt_ct_set_timeout(struct nf_conn *ct, const struct xt_tgchk_param *par, in xt_ct_set_timeout()
184 static int xt_ct_tg_check(const struct xt_tgchk_param *par, in xt_ct_tg_check()
244 static int xt_ct_tg_check_v0(const struct xt_tgchk_param *par) in xt_ct_tg_check_v0()
269 static int xt_ct_tg_check_v1(const struct xt_tgchk_param *par) in xt_ct_tg_check_v1()
279 static int xt_ct_tg_check_v2(const struct xt_tgchk_param *par) in xt_ct_tg_check_v2()
307 static void xt_ct_tg_destroy(const struct xt_tgdtor_param *par, in xt_ct_tg_destroy()
[all …]
Dxt_connmark.c39 connmark_tg(struct sk_buff *skb, const struct xt_action_param *par) in connmark_tg()
76 static int connmark_tg_check(const struct xt_tgchk_param *par) in connmark_tg_check()
87 static void connmark_tg_destroy(const struct xt_tgdtor_param *par) in connmark_tg_destroy()
93 connmark_mt(const struct sk_buff *skb, struct xt_action_param *par) in connmark_mt()
106 static int connmark_mt_check(const struct xt_mtchk_param *par) in connmark_mt_check()
117 static void connmark_mt_destroy(const struct xt_mtdtor_param *par) in connmark_mt_destroy()
Dxt_REDIRECT.c32 redirect_tg6(struct sk_buff *skb, const struct xt_action_param *par) in redirect_tg6()
37 static int redirect_tg6_checkentry(const struct xt_tgchk_param *par) in redirect_tg6_checkentry()
47 static int redirect_tg4_check(const struct xt_tgchk_param *par) in redirect_tg4_check()
63 redirect_tg4(struct sk_buff *skb, const struct xt_action_param *par) in redirect_tg4()
Dxt_NFQUEUE.c31 nfqueue_tg(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg()
39 nfqueue_tg_v1(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg_v1()
52 nfqueue_tg_v2(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg_v2()
62 static int nfqueue_tg_check(const struct xt_tgchk_param *par) in nfqueue_tg_check()
88 nfqueue_tg_v3(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg_v3()
Dxt_DSCP.c31 dscp_tg(struct sk_buff *skb, const struct xt_action_param *par) in dscp_tg()
49 dscp_tg6(struct sk_buff *skb, const struct xt_action_param *par) in dscp_tg6()
65 static int dscp_tg_check(const struct xt_tgchk_param *par) in dscp_tg_check()
77 tos_tg(struct sk_buff *skb, const struct xt_action_param *par) in tos_tg()
97 tos_tg6(struct sk_buff *skb, const struct xt_action_param *par) in tos_tg6()
Dxt_ecn.c30 static bool match_tcp(const struct sk_buff *skb, struct xt_action_param *par) in match_tcp()
73 static bool ecn_mt4(const struct sk_buff *skb, struct xt_action_param *par) in ecn_mt4()
87 static int ecn_mt_check4(const struct xt_mtchk_param *par) in ecn_mt_check4()
115 static bool ecn_mt6(const struct sk_buff *skb, struct xt_action_param *par) in ecn_mt6()
129 static int ecn_mt_check6(const struct xt_mtchk_param *par) in ecn_mt_check6()
Dxt_nat.c17 static int xt_nat_checkentry_v0(const struct xt_tgchk_param *par) in xt_nat_checkentry_v0()
43 xt_snat_target_v0(struct sk_buff *skb, const struct xt_action_param *par) in xt_snat_target_v0()
60 xt_dnat_target_v0(struct sk_buff *skb, const struct xt_action_param *par) in xt_dnat_target_v0()
76 xt_snat_target_v1(struct sk_buff *skb, const struct xt_action_param *par) in xt_snat_target_v1()
91 xt_dnat_target_v1(struct sk_buff *skb, const struct xt_action_param *par) in xt_dnat_target_v1()
Dxt_l2tp.c82 static bool l2tp_udp_mt(const struct sk_buff *skb, struct xt_action_param *par, u16 thoff) in l2tp_udp_mt()
142 static bool l2tp_ip_mt(const struct sk_buff *skb, struct xt_action_param *par, u16 thoff) in l2tp_ip_mt()
173 static bool l2tp_mt4(const struct sk_buff *skb, struct xt_action_param *par) in l2tp_mt4()
190 static bool l2tp_mt6(const struct sk_buff *skb, struct xt_action_param *par) in l2tp_mt6()
212 static int l2tp_mt_check(const struct xt_mtchk_param *par) in l2tp_mt_check()
258 static int l2tp_mt_check4(const struct xt_mtchk_param *par) in l2tp_mt_check4()
285 static int l2tp_mt_check6(const struct xt_mtchk_param *par) in l2tp_mt_check6()
Dxt_dscp.c28 dscp_mt(const struct sk_buff *skb, struct xt_action_param *par) in dscp_mt()
37 dscp_mt6(const struct sk_buff *skb, struct xt_action_param *par) in dscp_mt6()
45 static int dscp_mt_check(const struct xt_mtchk_param *par) in dscp_mt_check()
57 static bool tos_mt(const struct sk_buff *skb, struct xt_action_param *par) in tos_mt()
Dxt_HL.c29 ttl_tg(struct sk_buff *skb, const struct xt_action_param *par) in ttl_tg()
69 hl_tg6(struct sk_buff *skb, const struct xt_action_param *par) in hl_tg6()
104 static int ttl_tg_check(const struct xt_tgchk_param *par) in ttl_tg_check()
117 static int hl_tg6_check(const struct xt_tgchk_param *par) in hl_tg6_check()
Dxt_NETMAP.c22 netmap_tg6(struct sk_buff *skb, const struct xt_action_param *par) in netmap_tg6()
57 static int netmap_tg6_checkentry(const struct xt_tgchk_param *par) in netmap_tg6_checkentry()
67 netmap_tg4(struct sk_buff *skb, const struct xt_action_param *par) in netmap_tg4()
102 static int netmap_tg4_check(const struct xt_tgchk_param *par) in netmap_tg4_check()
Dxt_conntrack.c165 conntrack_mt(const struct sk_buff *skb, struct xt_action_param *par, in conntrack_mt()
249 conntrack_mt_v1(const struct sk_buff *skb, struct xt_action_param *par) in conntrack_mt_v1()
257 conntrack_mt_v2(const struct sk_buff *skb, struct xt_action_param *par) in conntrack_mt_v2()
265 conntrack_mt_v3(const struct sk_buff *skb, struct xt_action_param *par) in conntrack_mt_v3()
272 static int conntrack_mt_check(const struct xt_mtchk_param *par) in conntrack_mt_check()
283 static void conntrack_mt_destroy(const struct xt_mtdtor_param *par) in conntrack_mt_destroy()
Dxt_bpf.c23 static int bpf_mt_check(const struct xt_mtchk_param *par) in bpf_mt_check()
39 static bool bpf_mt(const struct sk_buff *skb, struct xt_action_param *par) in bpf_mt()
46 static void bpf_mt_destroy(const struct xt_mtdtor_param *par) in bpf_mt_destroy()
Dxt_state.c24 state_mt(const struct sk_buff *skb, struct xt_action_param *par) in state_mt()
42 static int state_mt_check(const struct xt_mtchk_param *par) in state_mt_check()
53 static void state_mt_destroy(const struct xt_mtdtor_param *par) in state_mt_destroy()
Dxt_nfacct.c22 static bool nfacct_mt(const struct sk_buff *skb, struct xt_action_param *par) in nfacct_mt()
35 nfacct_mt_checkentry(const struct xt_mtchk_param *par) in nfacct_mt_checkentry()
51 nfacct_mt_destroy(const struct xt_mtdtor_param *par) in nfacct_mt_destroy()
Dxt_LOG.c32 log_tg(struct sk_buff *skb, const struct xt_action_param *par) in log_tg()
47 static int log_tg_check(const struct xt_tgchk_param *par) in log_tg_check()
67 static void log_tg_destroy(const struct xt_tgdtor_param *par) in log_tg_destroy()
Dxt_string.c26 string_mt(const struct sk_buff *skb, struct xt_action_param *par) in string_mt()
40 static int string_mt_check(const struct xt_mtchk_param *par) in string_mt_check()
67 static void string_mt_destroy(const struct xt_mtdtor_param *par) in string_mt_destroy()
Dxt_connlabel.c22 connlabel_mt(const struct sk_buff *skb, struct xt_action_param *par) in connlabel_mt()
39 static int connlabel_mt_check(const struct xt_mtchk_param *par) in connlabel_mt_check()
70 static void connlabel_mt_destroy(const struct xt_mtdtor_param *par) in connlabel_mt_destroy()
Dxt_statistic.c32 statistic_mt(const struct sk_buff *skb, struct xt_action_param *par) in statistic_mt()
56 static int statistic_mt_check(const struct xt_mtchk_param *par) in statistic_mt_check()
72 static void statistic_mt_destroy(const struct xt_mtdtor_param *par) in statistic_mt_destroy()
Dxt_quota.c26 quota_mt(const struct sk_buff *skb, struct xt_action_param *par) in quota_mt()
45 static int quota_mt_check(const struct xt_mtchk_param *par) in quota_mt_check()
61 static void quota_mt_destroy(const struct xt_mtdtor_param *par) in quota_mt_destroy()
Dxt_helper.c27 helper_mt(const struct sk_buff *skb, struct xt_action_param *par) in helper_mt()
57 static int helper_mt_check(const struct xt_mtchk_param *par) in helper_mt_check()
72 static void helper_mt_destroy(const struct xt_mtdtor_param *par) in helper_mt_destroy()
Dxt_tcpudp.c65 static bool tcp_mt(const struct sk_buff *skb, struct xt_action_param *par) in tcp_mt()
123 static int tcp_mt_check(const struct xt_mtchk_param *par) in tcp_mt_check()
131 static bool udp_mt(const struct sk_buff *skb, struct xt_action_param *par) in udp_mt()
158 static int udp_mt_check(const struct xt_mtchk_param *par) in udp_mt_check()
Dxt_SECMARK.c33 secmark_tg(struct sk_buff *skb, const struct xt_action_param *par) in secmark_tg()
82 static int secmark_tg_check(const struct xt_tgchk_param *par) in secmark_tg_check()
117 static void secmark_tg_destroy(const struct xt_tgdtor_param *par) in secmark_tg_destroy()
Dxt_TCPMSS.c80 const struct xt_action_param *par, in tcpmss_mangle_packet()
204 tcpmss_tg4(struct sk_buff *skb, const struct xt_action_param *par) in tcpmss_tg4()
227 tcpmss_tg6(struct sk_buff *skb, const struct xt_action_param *par) in tcpmss_tg6()
266 static int tcpmss_tg4_check(const struct xt_tgchk_param *par) in tcpmss_tg4_check()
288 static int tcpmss_tg6_check(const struct xt_tgchk_param *par) in tcpmss_tg6_check()
Dxt_connbytes.c21 connbytes_mt(const struct sk_buff *skb, struct xt_action_param *par) in connbytes_mt()
98 static int connbytes_mt_check(const struct xt_mtchk_param *par) in connbytes_mt_check()
130 static void connbytes_mt_destroy(const struct xt_mtdtor_param *par) in connbytes_mt_destroy()
Dxt_rateest.c18 xt_rateest_mt(const struct sk_buff *skb, struct xt_action_param *par) in xt_rateest_mt()
77 static int xt_rateest_mt_checkentry(const struct xt_mtchk_param *par) in xt_rateest_mt_checkentry()
121 static void xt_rateest_mt_destroy(const struct xt_mtdtor_param *par) in xt_rateest_mt_destroy()
Dxt_CONNSECMARK.c67 connsecmark_tg(struct sk_buff *skb, const struct xt_action_param *par) in connsecmark_tg()
87 static int connsecmark_tg_check(const struct xt_tgchk_param *par) in connsecmark_tg_check()
116 static void connsecmark_tg_destroy(const struct xt_tgdtor_param *par) in connsecmark_tg_destroy()
Dxt_TEE.c86 tee_tg4(struct sk_buff *skb, const struct xt_action_param *par) in tee_tg4()
168 tee_tg6(struct sk_buff *skb, const struct xt_action_param *par) in tee_tg6()
227 static int tee_tg_check(const struct xt_tgchk_param *par) in tee_tg_check()
257 static void tee_tg_destroy(const struct xt_tgdtor_param *par) in tee_tg_destroy()
Dxt_multiport.c75 multiport_mt(const struct sk_buff *skb, struct xt_action_param *par) in multiport_mt()
114 static int multiport_mt_check(const struct xt_mtchk_param *par) in multiport_mt_check()
123 static int multiport_mt6_check(const struct xt_mtchk_param *par) in multiport_mt6_check()
Dxt_TCPOPTSTRIP.c33 const struct xt_action_param *par, in tcpoptstrip_mangle_packet()
92 tcpoptstrip_tg4(struct sk_buff *skb, const struct xt_action_param *par) in tcpoptstrip_tg4()
100 tcpoptstrip_tg6(struct sk_buff *skb, const struct xt_action_param *par) in tcpoptstrip_tg6()
Dxt_socket.c205 socket_match(const struct sk_buff *skb, struct xt_action_param *par, in socket_match()
240 socket_mt4_v0(const struct sk_buff *skb, struct xt_action_param *par) in socket_mt4_v0()
250 socket_mt4_v1_v2(const struct sk_buff *skb, struct xt_action_param *par) in socket_mt4_v1_v2()
374 socket_mt6_v1_v2(const struct sk_buff *skb, struct xt_action_param *par) in socket_mt6_v1_v2()
409 static int socket_mt_v1_check(const struct xt_mtchk_param *par) in socket_mt_v1_check()
420 static int socket_mt_v2_check(const struct xt_mtchk_param *par) in socket_mt_v2_check()
Dxt_TPROXY.c351 tproxy_tg4_v0(struct sk_buff *skb, const struct xt_action_param *par) in tproxy_tg4_v0()
359 tproxy_tg4_v1(struct sk_buff *skb, const struct xt_action_param *par) in tproxy_tg4_v1()
415 const struct xt_action_param *par, in tproxy_handle_time_wait6()
450 tproxy_tg6_v1(struct sk_buff *skb, const struct xt_action_param *par) in tproxy_tg6_v1()
518 static int tproxy_tg6_check(const struct xt_tgchk_param *par) in tproxy_tg6_check()
532 static int tproxy_tg4_check(const struct xt_tgchk_param *par) in tproxy_tg4_check()
Dxt_cgroup.c27 static int cgroup_mt_check(const struct xt_mtchk_param *par) in cgroup_mt_check()
38 cgroup_mt(const struct sk_buff *skb, struct xt_action_param *par) in cgroup_mt()
Dxt_cpu.c28 static int cpu_mt_check(const struct xt_mtchk_param *par) in cpu_mt_check()
37 static bool cpu_mt(const struct sk_buff *skb, struct xt_action_param *par) in cpu_mt()
Dxt_devgroup.c22 static bool devgroup_mt(const struct sk_buff *skb, struct xt_action_param *par) in devgroup_mt()
39 static int devgroup_mt_checkentry(const struct xt_mtchk_param *par) in devgroup_mt_checkentry()
Dxt_CHECKSUM.c26 checksum_tg(struct sk_buff *skb, const struct xt_action_param *par) in checksum_tg()
34 static int checksum_tg_check(const struct xt_tgchk_param *par) in checksum_tg_check()
Dxt_NFLOG.c25 nflog_tg(struct sk_buff *skb, const struct xt_action_param *par) in nflog_tg()
41 static int nflog_tg_check(const struct xt_tgchk_param *par) in nflog_tg_check()
Dxt_LED.c56 led_tg(struct sk_buff *skb, const struct xt_action_param *par) in led_tg()
107 static int led_tg_check(const struct xt_tgchk_param *par) in led_tg_check()
170 static void led_tg_destroy(const struct xt_tgdtor_param *par) in led_tg_destroy()
Dxt_RATEEST.c79 xt_rateest_tg(struct sk_buff *skb, const struct xt_action_param *par) in xt_rateest_tg()
92 static int xt_rateest_tg_checkentry(const struct xt_tgchk_param *par) in xt_rateest_tg_checkentry()
154 static void xt_rateest_tg_destroy(const struct xt_tgdtor_param *par) in xt_rateest_tg_destroy()
Dxt_AUDIT.c122 audit_tg(struct sk_buff *skb, const struct xt_action_param *par) in audit_tg()
182 audit_tg_ebt(struct sk_buff *skb, const struct xt_action_param *par) in audit_tg_ebt()
188 static int audit_tg_check(const struct xt_tgchk_param *par) in audit_tg_check()
Dxt_hl.c28 static bool ttl_mt(const struct sk_buff *skb, struct xt_action_param *par) in ttl_mt()
47 static bool hl_mt6(const struct sk_buff *skb, struct xt_action_param *par) in hl_mt6()
Dxt_length.c24 length_mt(const struct sk_buff *skb, struct xt_action_param *par) in length_mt()
33 length_mt6(const struct sk_buff *skb, struct xt_action_param *par) in length_mt6()
Dxt_mark.c28 mark_tg(struct sk_buff *skb, const struct xt_action_param *par) in mark_tg()
37 mark_mt(const struct sk_buff *skb, struct xt_action_param *par) in mark_mt()
Dxt_owner.c20 static int owner_check(const struct xt_mtchk_param *par) in owner_check()
32 owner_mt(const struct sk_buff *skb, struct xt_action_param *par) in owner_mt()
Dxt_physdev.c26 physdev_mt(const struct sk_buff *skb, struct xt_action_param *par) in physdev_mt()
96 static int physdev_mt_check(const struct xt_mtchk_param *par) in physdev_mt_check()
Dxt_ipcomp.c42 static bool comp_mt(const struct sk_buff *skb, struct xt_action_param *par) in comp_mt()
67 static int comp_mt_check(const struct xt_mtchk_param *par) in comp_mt_check()
Dxt_esp.c39 static bool esp_mt(const struct sk_buff *skb, struct xt_action_param *par) in esp_mt()
63 static int esp_mt_check(const struct xt_mtchk_param *par) in esp_mt_check()
Dxt_iprange.c20 iprange_mt4(const struct sk_buff *skb, struct xt_action_param *par) in iprange_mt4()
69 iprange_mt6(const struct sk_buff *skb, struct xt_action_param *par) in iprange_mt6()
Dxt_addrtype.c126 addrtype_mt_v0(const struct sk_buff *skb, struct xt_action_param *par) in addrtype_mt_v0()
144 addrtype_mt_v1(const struct sk_buff *skb, struct xt_action_param *par) in addrtype_mt_v1()
171 static int addrtype_mt_checkentry_v1(const struct xt_mtchk_param *par) in addrtype_mt_checkentry_v1()
Dxt_ipvs.c48 ipvs_mt(const struct sk_buff *skb, struct xt_action_param *par) in ipvs_mt()
153 static int ipvs_mt_check(const struct xt_mtchk_param *par) in ipvs_mt_check()
Dxt_IDLETIMER.c168 const struct xt_action_param *par) in idletimer_tg_target()
183 static int idletimer_tg_checkentry(const struct xt_tgchk_param *par) in idletimer_tg_checkentry()
225 static void idletimer_tg_destroy(const struct xt_tgdtor_param *par) in idletimer_tg_destroy()
/linux-4.1.27/drivers/video/fbdev/geode/
Dsuspend_gx.c20 static void gx_save_regs(struct gxfb_par *par) in gx_save_regs()
70 static void gx_restore_gfx_proc(struct gxfb_par *par) in gx_restore_gfx_proc()
88 static void gx_restore_display_ctlr(struct gxfb_par *par) in gx_restore_display_ctlr()
138 static void gx_restore_video_proc(struct gxfb_par *par) in gx_restore_video_proc()
175 static void gx_restore_regs(struct gxfb_par *par) in gx_restore_regs()
191 static void gx_disable_graphics(struct gxfb_par *par) in gx_disable_graphics()
213 static void gx_enable_graphics(struct gxfb_par *par) in gx_enable_graphics()
241 struct gxfb_par *par = info->par; in gx_powerdown() local
255 struct gxfb_par *par = info->par; in gx_powerup() local
Dlxfb_ops.c186 struct lxfb_par *par = info->par; in lx_graphics_disable() local
251 struct lxfb_par *par = info->par; in lx_graphics_enable() local
347 struct lxfb_par *par = info->par; in lx_set_mode() local
512 struct lxfb_par *par = info->par; in lx_set_palette_reg() local
527 struct lxfb_par *par = info->par; in lx_blank_display() local
589 static void lx_save_regs(struct lxfb_par *par) in lx_save_regs()
642 static void lx_restore_gfx_proc(struct lxfb_par *par) in lx_restore_gfx_proc()
668 static void lx_restore_display_ctlr(struct lxfb_par *par) in lx_restore_display_ctlr()
733 static void lx_restore_video_proc(struct lxfb_par *par) in lx_restore_video_proc()
768 static void lx_restore_regs(struct lxfb_par *par) in lx_restore_regs()
[all …]
Dgx1fb_core.c102 struct geodefb_par *par = info->par; in gx1fb_check_var() local
136 struct geodefb_par *par = info->par; in gx1fb_set_par() local
161 struct geodefb_par *par = info->par; in gx1fb_setcolreg() local
193 struct geodefb_par *par = info->par; in gx1fb_blank() local
200 struct geodefb_par *par = info->par; in gx1fb_map_video_memory() local
242 struct geodefb_par *par = info->par; in parse_panel_option() local
273 struct geodefb_par *par; in gx1fb_init_fbinfo() local
323 struct geodefb_par *par; in gx1fb_probe() local
386 struct geodefb_par *par = info->par; in gx1fb_remove() local
Dvideo_cs5530.c74 struct geodefb_par *par = info->par; in cs5530_set_dclk_frequency() local
101 struct geodefb_par *par = info->par; in cs5530_configure_display() local
139 struct geodefb_par *par = info->par; in cs5530_blank_display() local
Dvideo_gx.c181 struct gxfb_par *par = info->par; in gx_configure_tft() local
238 struct gxfb_par *par = info->par; in gx_configure_display() local
300 struct gxfb_par *par = info->par; in gx_blank_display() local
Dgxfb_core.c231 struct gxfb_par *par = info->par; in gxfb_map_video_memory() local
295 struct gxfb_par *par; in gxfb_init_fbinfo() local
376 struct gxfb_par *par; in gxfb_probe() local
455 struct gxfb_par *par = info->par; in gxfb_remove() local
Dlxfb_core.c339 struct lxfb_par *par = info->par; in lxfb_map_video_memory() local
416 struct lxfb_par *par; in lxfb_init_fbinfo() local
500 struct lxfb_par *par; in lxfb_probe() local
589 struct lxfb_par *par = info->par; in lxfb_remove() local
Dgxfb.h302 static inline uint32_t read_gp(struct gxfb_par *par, int reg) in read_gp()
307 static inline void write_gp(struct gxfb_par *par, int reg, uint32_t val) in write_gp()
312 static inline uint32_t read_dc(struct gxfb_par *par, int reg) in read_dc()
317 static inline void write_dc(struct gxfb_par *par, int reg, uint32_t val) in write_dc()
322 static inline uint32_t read_vp(struct gxfb_par *par, int reg) in read_vp()
327 static inline void write_vp(struct gxfb_par *par, int reg, uint32_t val) in write_vp()
332 static inline uint32_t read_fp(struct gxfb_par *par, int reg) in read_fp()
337 static inline void write_fp(struct gxfb_par *par, int reg, uint32_t val) in write_fp()
/linux-4.1.27/drivers/video/fbdev/savage/
Dsavagefb_driver.c85 static void vgaHWSeqReset(struct savagefb_par *par, int start) in vgaHWSeqReset()
93 static void vgaHWProtect(struct savagefb_par *par, int on) in vgaHWProtect()
121 static void vgaHWRestore(struct savagefb_par *par, struct savage_reg *reg) in vgaHWRestore()
149 struct savagefb_par *par, in vgaHWInit()
262 savage3D_waitfifo(struct savagefb_par *par, int space) in savage3D_waitfifo()
270 savage4_waitfifo(struct savagefb_par *par, int space) in savage4_waitfifo()
278 savage2000_waitfifo(struct savagefb_par *par, int space) in savage2000_waitfifo()
287 savage3D_waitidle(struct savagefb_par *par) in savage3D_waitidle()
293 savage4_waitidle(struct savagefb_par *par) in savage4_waitidle()
299 savage2000_waitidle(struct savagefb_par *par) in savage2000_waitidle()
[all …]
Dsavagefb_accel.c25 struct savagefb_par *par = info->par; in savagefb_sync() local
33 struct savagefb_par *par = info->par; in savagefb_copyarea() local
67 struct savagefb_par *par = info->par; in savagefb_fillrect() local
94 struct savagefb_par *par = info->par; in savagefb_imageblit() local
Dsavagefb.h182 struct savagefb_par *par; member
256 static inline u8 savage_in8(u32 addr, struct savagefb_par *par) in savage_in8()
261 static inline u16 savage_in16(u32 addr, struct savagefb_par *par) in savage_in16()
266 static inline u32 savage_in32(u32 addr, struct savagefb_par *par) in savage_in32()
271 static inline void savage_out8(u32 addr, u8 val, struct savagefb_par *par) in savage_out8()
276 static inline void savage_out16(u32 addr, u16 val, struct savagefb_par *par) in savage_out16()
281 static inline void savage_out32(u32 addr, u32 val, struct savagefb_par *par) in savage_out32()
286 static inline u8 vga_in8(int addr, struct savagefb_par *par) in vga_in8()
291 static inline u16 vga_in16(int addr, struct savagefb_par *par) in vga_in16()
296 static inline u8 vga_in32(int addr, struct savagefb_par *par) in vga_in32()
[all …]
/linux-4.1.27/drivers/video/fbdev/i810/
Di810_main.c229 static void i810_load_pll(struct i810fb_par *par) in i810_load_pll()
255 static void i810_load_vga(struct i810fb_par *par) in i810_load_vga()
298 static void i810_load_vgax(struct i810fb_par *par) in i810_load_vgax()
323 static void i810_load_2d(struct i810fb_par *par) in i810_load_2d()
366 static void i810_load_pitch(struct i810fb_par *par) in i810_load_pitch()
398 static void i810_load_color(struct i810fb_par *par) in i810_load_color()
420 static void i810_load_regs(struct i810fb_par *par) in i810_load_regs()
460 static void i810_restore_pll(struct i810fb_par *par) in i810_restore_pll()
480 static void i810_restore_dac(struct i810fb_par *par) in i810_restore_dac()
492 static void i810_restore_vgax(struct i810fb_par *par) in i810_restore_vgax()
[all …]
Di810_accel.c61 struct i810fb_par *par = info->par; in wait_for_space() local
92 struct i810fb_par *par = info->par; in wait_for_engine_idle() local
120 struct i810fb_par *par = info->par; in begin_iring() local
135 static inline void end_iring(struct i810fb_par *par) in end_iring()
165 struct i810fb_par *par = info->par; in source_copy_blit() local
199 struct i810fb_par *par = info->par; in color_blit() local
240 struct i810fb_par *par = info->par; in mono_src_copy_imm_blit() local
258 struct i810fb_par *par = info->par; in load_front() local
284 static inline void i810fb_iring_enable(struct i810fb_par *par, u32 mode) in i810fb_iring_enable()
300 struct i810fb_par *par = info->par; in i810fb_fillrect() local
[all …]
Di810-i2c.c45 struct i810fb_par *par = chan->par; in i810i2c_setscl() local
58 struct i810fb_par *par = chan->par; in i810i2c_setsda() local
71 struct i810fb_par *par = chan->par; in i810i2c_getscl() local
82 struct i810fb_par *par = chan->par; in i810i2c_getsda() local
126 void i810_create_i2c_busses(struct i810fb_par *par) in i810_create_i2c_busses()
140 void i810_delete_i2c_busses(struct i810fb_par *par) in i810_delete_i2c_busses()
157 struct i810fb_par *par = info->par; in i810_probe_i2c_connector() local
Di810_main.h49 static inline void i810_create_i2c_busses(struct i810fb_par *par) { } in i810_create_i2c_busses()
50 static inline void i810_delete_i2c_busses(struct i810fb_par *par) { } in i810_delete_i2c_busses()
67 static inline void set_mtrr(struct i810fb_par *par) in set_mtrr()
77 static inline void unset_mtrr(struct i810fb_par *par) in unset_mtrr()
/linux-4.1.27/drivers/video/fbdev/riva/
Dfbdev.c280 static int riva_bl_get_level_brightness(struct riva_par *par, in riva_bl_get_level_brightness()
302 struct riva_par *par = bl_get_data(bd); in riva_bl_update_status() local
329 static void riva_bl_init(struct riva_par *par) in riva_bl_init()
383 static inline void riva_bl_init(struct riva_par *par) {} in riva_bl_init()
393 static inline void CRTCout(struct riva_par *par, unsigned char index, in CRTCout()
400 static inline unsigned char CRTCin(struct riva_par *par, in CRTCin()
407 static inline void GRAout(struct riva_par *par, unsigned char index, in GRAout()
414 static inline unsigned char GRAin(struct riva_par *par, in GRAin()
421 static inline void SEQout(struct riva_par *par, unsigned char index, in SEQout()
428 static inline unsigned char SEQin(struct riva_par *par, in SEQin()
[all …]
Dnv_driver.c46 static inline unsigned char MISCin(struct riva_par *par) in MISCin()
52 riva_is_connected(struct riva_par *par, Bool second) in riva_is_connected()
86 riva_override_CRTC(struct riva_par *par) in riva_override_CRTC()
100 riva_is_second(struct riva_par *par) in riva_is_second()
155 unsigned long riva_get_memlen(struct riva_par *par) in riva_get_memlen()
272 unsigned long riva_get_maxdclk(struct riva_par *par) in riva_get_maxdclk()
314 riva_common_setup(struct riva_par *par) in riva_common_setup()
Drivafb-i2c.c30 struct riva_par *par = chan->par; in riva_gpio_setscl() local
48 struct riva_par *par = chan->par; in riva_gpio_setsda() local
66 struct riva_par *par = chan->par; in riva_gpio_getscl() local
79 struct riva_par *par = chan->par; in riva_gpio_getsda() local
126 void riva_create_i2c_busses(struct riva_par *par) in riva_create_i2c_busses()
140 void riva_delete_i2c_busses(struct riva_par *par) in riva_delete_i2c_busses()
152 int riva_probe_i2c_connector(struct riva_par *par, int conn, u8 **out_edid) in riva_probe_i2c_connector()
/linux-4.1.27/drivers/staging/fbtft/
Dfbtft-core.c77 static unsigned long fbtft_request_gpios_match(struct fbtft_par *par, in fbtft_request_gpios_match()
121 static int fbtft_request_gpios(struct fbtft_par *par) in fbtft_request_gpios()
161 static int fbtft_request_one_gpio(struct fbtft_par *par, in fbtft_request_one_gpio()
201 static int fbtft_request_gpios_dt(struct fbtft_par *par) in fbtft_request_gpios_dt()
249 struct fbtft_par *par = bl_get_data(bd); in fbtft_backlight_update_status() local
269 void fbtft_unregister_backlight(struct fbtft_par *par) in fbtft_unregister_backlight()
284 void fbtft_register_backlight(struct fbtft_par *par) in fbtft_register_backlight()
325 void fbtft_register_backlight(struct fbtft_par *par) { }; in fbtft_register_backlight()
326 void fbtft_unregister_backlight(struct fbtft_par *par) { }; in fbtft_unregister_backlight()
331 static void fbtft_set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, in fbtft_set_addr_win()
[all …]
Dfb_ssd1351.c26 static int init_display(struct fbtft_par *par) in init_display()
62 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
72 static int set_var(struct fbtft_par *par) in set_var()
128 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
165 static int blank(struct fbtft_par *par, bool on) in blank()
196 struct fbtft_par *par = bl_get_data(bd); in update_onboard_backlight() local
211 static void register_onboard_backlight(struct fbtft_par *par) in register_onboard_backlight()
242 static void register_onboard_backlight(struct fbtft_par *par) { }; in register_onboard_backlight()
Dfb_watterott.c51 static void write_reg8_bus8(struct fbtft_par *par, int len, ...) in write_reg8_bus8()
73 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
112 static int write_vmem_8bit(struct fbtft_par *par, size_t offset, size_t len) in write_vmem_8bit()
149 static unsigned firmware_version(struct fbtft_par *par) in firmware_version()
161 static int init_display(struct fbtft_par *par) in init_display()
199 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
204 static int set_var(struct fbtft_par *par) in set_var()
229 static int verify_gpios(struct fbtft_par *par) in verify_gpios()
241 struct fbtft_par *par = bl_get_data(bd); in backlight_chip_update_status() local
260 static void register_chip_backlight(struct fbtft_par *par) in register_chip_backlight()
Dfbtft-sysfs.c24 int fbtft_gamma_parse_str(struct fbtft_par *par, unsigned long *curves, in fbtft_gamma_parse_str()
97 sprintf_gamma(struct fbtft_par *par, unsigned long *curves, char *buf) in sprintf_gamma()
119 struct fbtft_par *par = fb_info->par; in store_gamma_curve() local
143 struct fbtft_par *par = fb_info->par; in show_gamma_curve() local
185 struct fbtft_par *par = fb_info->par; in store_debug() local
200 struct fbtft_par *par = fb_info->par; in show_debug() local
209 void fbtft_sysfs_init(struct fbtft_par *par) in fbtft_sysfs_init()
216 void fbtft_sysfs_exit(struct fbtft_par *par) in fbtft_sysfs_exit()
Dfb_ssd1306.c46 static int init_display(struct fbtft_par *par) in init_display()
133 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
146 static int blank(struct fbtft_par *par, bool on) in blank()
159 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
173 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
Dfb_ili9320.c37 static unsigned read_devicecode(struct fbtft_par *par) in read_devicecode()
47 static int init_display(struct fbtft_par *par) in init_display()
124 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
152 static int set_var(struct fbtft_par *par) in set_var()
179 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
Dfb_ssd1331.c24 static int init_display(struct fbtft_par *par) in init_display()
55 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
64 static void write_reg8_bus8(struct fbtft_par *par, int len, ...) in write_reg8_bus8()
131 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
168 static int blank(struct fbtft_par *par, bool on) in blank()
Dfbtft-io.c7 int fbtft_write_spi(struct fbtft_par *par, void *buf, size_t len) in fbtft_write_spi()
43 int fbtft_write_spi_emulate_9(struct fbtft_par *par, void *buf, size_t len) in fbtft_write_spi_emulate_9()
88 int fbtft_read_spi(struct fbtft_par *par, void *buf, size_t len) in fbtft_read_spi()
132 int fbtft_write_gpio8_wr(struct fbtft_par *par, void *buf, size_t len) in fbtft_write_gpio8_wr()
182 int fbtft_write_gpio16_wr(struct fbtft_par *par, void *buf, size_t len) in fbtft_write_gpio16_wr()
233 int fbtft_write_gpio16_wr_latched(struct fbtft_par *par, void *buf, size_t len) in fbtft_write_gpio16_wr_latched()
Dfb_agm1264k-fl.c74 static int init_display(struct fbtft_par *par) in init_display()
92 static void reset(struct fbtft_par *par) in reset()
106 static int verify_gpios(struct fbtft_par *par) in verify_gpios()
146 request_gpios_match(struct fbtft_par *par, const struct fbtft_gpio *gpio) in request_gpios_match()
179 static void write_reg8_bus8(struct fbtft_par *par, int len, ...) in write_reg8_bus8()
242 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
255 construct_line_bitmap(struct fbtft_par *par, u8 *dest, signed short *src, in construct_line_bitmap()
274 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
416 static int write(struct fbtft_par *par, void *buf, size_t len) in write()
Dfb_hx8353d.c32 static int init_display(struct fbtft_par *par) in init_display()
79 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
97 static int set_var(struct fbtft_par *par) in set_var()
128 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
Dfb_ra8875.c42 static int write_spi(struct fbtft_par *par, void *buf, size_t len) in write_spi()
69 static int init_display(struct fbtft_par *par) in init_display()
193 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
217 static void write_reg8_bus8(struct fbtft_par *par, int len, ...) in write_reg8_bus8()
271 static int write_vmem16_bus8(struct fbtft_par *par, size_t offset, size_t len) in write_vmem16_bus8()
Dfb_ssd1289.c41 static int init_display(struct fbtft_par *par) in init_display()
85 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
115 static int set_var(struct fbtft_par *par) in set_var()
151 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
Dfb_s6d1121.c41 static int init_display(struct fbtft_par *par) in init_display()
87 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
114 static int set_var(struct fbtft_par *par) in set_var()
143 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
Dflexfb.c137 static void flexfb_set_addr_win_1(struct fbtft_par *par, int xs, int ys, int xe, int ye) in flexfb_set_addr_win_1()
164 static void flexfb_set_addr_win_2(struct fbtft_par *par, int xs, int ys, int xe, int ye) in flexfb_set_addr_win_2()
194 static void set_addr_win_3(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win_3()
203 static int flexfb_verify_gpios_dc(struct fbtft_par *par) in flexfb_verify_gpios_dc()
215 static int flexfb_verify_gpios_db(struct fbtft_par *par) in flexfb_verify_gpios_db()
252 struct fbtft_par *par; in flexfb_probe_common() local
507 struct fbtft_par *par; in flexfb_remove_common() local
Dfb_hx8340bn.c48 static int init_display(struct fbtft_par *par) in init_display()
109 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
116 static int set_var(struct fbtft_par *par) in set_var()
149 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
Dfb_tls8204.c44 static int init_display(struct fbtft_par *par) in init_display()
84 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
100 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
138 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
Dfb_pcd8544.c48 static int init_display(struct fbtft_par *par) in init_display()
102 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
123 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
151 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
Dfb_ili9341.c42 static int init_display(struct fbtft_par *par) in init_display()
83 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
106 static int set_var(struct fbtft_par *par) in set_var()
136 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
Dfb_tinylcd.c33 static int init_display(struct fbtft_par *par) in init_display()
65 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
80 static int set_var(struct fbtft_par *par) in set_var()
Dfb_ili9325.c102 static int init_display(struct fbtft_par *par) in init_display()
177 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
204 static int set_var(struct fbtft_par *par) in set_var()
233 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
Dfb_upd161704.c38 static int init_display(struct fbtft_par *par) in init_display()
132 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
160 static int set_var(struct fbtft_par *par) in set_var()
Dfb_bd663474.c38 static int init_display(struct fbtft_par *par) in init_display()
123 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
150 static int set_var(struct fbtft_par *par) in set_var()
Dfb_ili9340.c35 static int init_display(struct fbtft_par *par) in init_display()
99 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
117 static int set_var(struct fbtft_par *par) in set_var()
Dfb_hx8347d.c37 static int init_display(struct fbtft_par *par) in init_display()
93 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
115 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
Dfb_st7735r.c97 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
115 static int set_var(struct fbtft_par *par) in set_var()
149 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
Dfbtft-bus.c130 int fbtft_write_vmem16_bus8(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem16_bus8()
185 int fbtft_write_vmem16_bus9(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem16_bus9()
233 int fbtft_write_vmem8_bus8(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem8_bus8()
241 int fbtft_write_vmem16_bus16(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem16_bus16()
Dfb_ili9486.c62 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
77 static int set_var(struct fbtft_par *par) in set_var()
Dfb_s6d02a1.c103 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
121 static int set_var(struct fbtft_par *par) in set_var()
Dfb_uc1701.c77 static int init_display(struct fbtft_par *par) in init_display()
132 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
151 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
Dfb_ili9481.c58 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
76 static int set_var(struct fbtft_par *par) in set_var()
Dfb_ili9163.c109 static int init_display(struct fbtft_par *par) in init_display()
149 static void set_addr_win(struct fbtft_par *par, int xs, int ys, in set_addr_win()
203 static int set_var(struct fbtft_par *par) in set_var()
234 static int gamma_adj(struct fbtft_par *par, unsigned long *curves) in gamma_adj()
/linux-4.1.27/drivers/video/fbdev/mb862xx/
Dmb862xxfbdrv.c85 struct mb862xxfb_par *par = info->par; in mb862xxfb_setcolreg() local
206 struct mb862xxfb_par *par = fbi->par; in mb862xxfb_set_par() local
276 struct mb862xxfb_par *par = info->par; in mb862xxfb_pan() local
289 struct mb862xxfb_par *par = fbi->par; in mb862xxfb_blank() local
317 struct mb862xxfb_par *par = fbi->par; in mb862xxfb_ioctl() local
424 struct mb862xxfb_par *par = fbi->par; in mb862xxfb_init_fbinfo() local
551 struct mb862xxfb_par *par = fbi->par; in mb862xxfb_show_dispregs() local
586 struct mb862xxfb_par *par = (struct mb862xxfb_par *) dev_id; in mb862xx_intr() local
624 static int mb862xx_gdc_init(struct mb862xxfb_par *par) in mb862xx_gdc_init()
675 struct mb862xxfb_par *par; in of_platform_mb862xx_probe() local
[all …]
Dmb862xx-i2c.c23 struct mb862xxfb_par *par = adap->algo_data; in mb862xx_i2c_wait_event() local
38 struct mb862xxfb_par *par = adap->algo_data; in mb862xx_i2c_do_address() local
51 struct mb862xxfb_par *par = adap->algo_data; in mb862xx_i2c_write_byte() local
62 struct mb862xxfb_par *par = adap->algo_data; in mb862xx_i2c_read_byte() local
73 struct mb862xxfb_par *par = adap->algo_data; in mb862xx_i2c_stop() local
110 struct mb862xxfb_par *par = adap->algo_data; in mb862xx_xfer() local
158 int mb862xx_i2c_init(struct mb862xxfb_par *par) in mb862xx_i2c_init()
173 void mb862xx_i2c_exit(struct mb862xxfb_par *par) in mb862xx_i2c_exit()
/linux-4.1.27/arch/arm/mach-pxa/
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() local
242 struct broadsheetfb_par *par = info->par; in am300_setup_irq() local
Dam200epd.c105 static int am200_init_gpio_regs(struct metronomefb_par *par) in am200_init_gpio_regs()
137 static void am200_cleanup(struct metronomefb_par *par) in am200_cleanup()
259 static int am200_setup_fb(struct metronomefb_par *par) in am200_setup_fb()
285 struct metronomefb_par *par = dev_id; in am200_handle_irq() local
303 static void am200_set_rst(struct metronomefb_par *par, int state) in am200_set_rst()
308 static void am200_set_stdby(struct metronomefb_par *par, int state) in am200_set_stdby()
313 static int am200_wait_event(struct metronomefb_par *par) in am200_wait_event()
318 static int am200_wait_event_intr(struct metronomefb_par *par) in am200_wait_event_intr()
/linux-4.1.27/drivers/video/fbdev/aty/
Daty128fb.c546 const struct aty128fb_par *par) in _aty_ld_le32()
552 const struct aty128fb_par *par) in _aty_st_le32()
558 const struct aty128fb_par *par) in _aty_ld_8()
564 const struct aty128fb_par *par) in _aty_st_8()
583 const struct aty128fb_par *par) in _aty_ld_pll()
591 const struct aty128fb_par *par) in _aty_st_pll()
599 static int aty_pll_readupdate(const struct aty128fb_par *par) in aty_pll_readupdate()
605 static void aty_pll_wait_readupdate(const struct aty128fb_par *par) in aty_pll_wait_readupdate()
622 static void aty_pll_writeupdate(const struct aty128fb_par *par) in aty_pll_writeupdate()
632 static int register_test(const struct aty128fb_par *par) in register_test()
[all …]
Dmach64_ct.c22 u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par) in aty_ld_pll_ct()
33 static void aty_st_pll_ct(int offset, u8 val, const struct atyfb_par *par) in aty_st_pll_ct()
142 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_dsp_gt() local
211 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_valid_pll_ct() local
252 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_var_to_pll_ct() local
265 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_pll_to_var_ct() local
282 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_set_pll_ct() local
378 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_get_pll_ct() local
401 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_init_pll_ct() local
607 struct atyfb_par *par = info->par; in aty_resume_pll_ct() local
Datyfb_base.c152 void aty_st_lcd(int index, u32 val, const struct atyfb_par *par) in aty_st_lcd()
167 u32 aty_ld_lcd(int index, const struct atyfb_par *par) in aty_ld_lcd()
430 static int correct_chipset(struct atyfb_par *par) in correct_chipset()
569 struct atyfb_par *par) in atyfb_get_pixclock()
592 static int read_aty_sense(const struct atyfb_par *par) in read_aty_sense()
633 static void aty_get_crtc(const struct atyfb_par *par, struct crtc *crtc) in aty_get_crtc()
680 static void aty_set_crtc(const struct atyfb_par *par, const struct crtc *crtc) in aty_set_crtc()
779 static u32 calc_line_length(struct atyfb_par *par, u32 vxres, u32 bpp) in calc_line_length()
794 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_var_to_crtc() local
1299 struct atyfb_par *par = (struct atyfb_par *) info->par; in atyfb_set_par() local
[all …]
Dmach64_accel.c39 void aty_reset_engine(const struct atyfb_par *par) in aty_reset_engine()
54 static void reset_GTC_3D_engine(const struct atyfb_par *par) in reset_GTC_3D_engine()
64 void aty_init_engine(struct atyfb_par *par, struct fb_info *info) in aty_init_engine()
187 struct atyfb_par *par) in draw_rect()
198 struct atyfb_par *par = (struct atyfb_par *) info->par; in atyfb_copyarea() local
245 struct atyfb_par *par = (struct atyfb_par *) info->par; in atyfb_fillrect() local
284 struct atyfb_par *par = (struct atyfb_par *) info->par; in atyfb_imageblit() local
Dmach64_gx.c42 static void aty_dac_waste4(const struct atyfb_par *par) in aty_dac_waste4()
52 static void aty_StrobeClock(const struct atyfb_par *par) in aty_StrobeClock()
68 static void aty_st_514(int offset, u8 val, const struct atyfb_par *par) in aty_st_514()
82 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_set_dac_514() local
163 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_pll_514_to_var() local
177 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_set_pll_514() local
208 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_set_dac_ATI68860_B() local
291 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_set_dac_ATT21C498() local
405 static void aty_ICS2595_put1bit(u8 data, const struct atyfb_par *par) in aty_ICS2595_put1bit()
431 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_set_pll18818() local
[all …]
/linux-4.1.27/drivers/staging/sm750fb/
Dsm750.c131 struct lynxfb_par *par; in lynxfb_ops_cursor() local
188 struct lynxfb_par *par; in lynxfb_ops_fillrect() local
227 struct lynxfb_par *par; in lynxfb_ops_copyarea() local
260 struct lynxfb_par *par; in lynxfb_ops_imageblit() local
304 struct lynxfb_par *par; in lynxfb_ops_pan_display() local
322 struct lynxfb_par *par; in lynxfb_ops_set_par() local
468 struct lynxfb_par *par; in lynxfb_resume() local
535 struct lynxfb_par *par; in lynxfb_ops_check_var() local
633 struct lynxfb_par *par; in lynxfb_ops_setcolreg() local
683 struct lynxfb_par *par; in lynxfb_ops_blank() local
[all …]
/linux-4.1.27/drivers/char/
Dhangcheck-timer.c84 int par; in hangcheck_parse_tick() local
92 int par; in hangcheck_parse_margin() local
100 int par; in hangcheck_parse_reboot() local
108 int par; in hangcheck_parse_dump_tasks() local
/linux-4.1.27/drivers/video/fbdev/vermilion/
Dvermilion.c281 static int vmlfb_get_gpu(struct vml_par *par) in vmlfb_get_gpu()
323 static int vmlfb_enable_mmio(struct vml_par *par) in vmlfb_enable_mmio()
371 static void vmlfb_disable_mmio(struct vml_par *par) in vmlfb_disable_mmio()
383 static void vmlfb_release_devices(struct vml_par *par) in vmlfb_release_devices()
399 struct vml_par *par; in vml_pci_remove() local
458 struct vml_par *par; in vml_pci_probe() local
712 struct vml_par *par = vinfo->par; in vmlfb_disable_pipe() local
735 struct vml_par *par = vinfo->par; in vml_dump_regs() local
778 struct vml_par *par = vinfo->par; in vmlfb_set_par_locked() local
900 struct vml_par *par = vinfo->par; in vmlfb_blank_locked() local
[all …]
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c72 struct vmw_fb_par *par = info->par; in vmw_fb_setcolreg() local
99 struct vmw_fb_par *par = info->par; in vmw_fb_check_var() local
161 struct vmw_fb_par *par = info->par; in vmw_fb_set_par() local
208 static void vmw_fb_dirty_flush(struct vmw_fb_par *par) in vmw_fb_dirty_flush()
262 static void vmw_fb_dirty_mark(struct vmw_fb_par *par, in vmw_fb_dirty_mark()
297 struct vmw_fb_par *par = info->par; in vmw_deferred_io() local
417 struct vmw_fb_par *par; in vmw_fb_init() local
564 struct vmw_fb_par *par; in vmw_fb_close() local
591 struct vmw_fb_par *par; in vmw_fb_off() local
617 struct vmw_fb_par *par; in vmw_fb_on() local
/linux-4.1.27/net/ipv6/netfilter/
Dip6t_NPT.c18 static int ip6t_npt_checkentry(const struct xt_tgchk_param *par) in ip6t_npt_checkentry()
84 ip6t_snpt_tg(struct sk_buff *skb, const struct xt_action_param *par) in ip6t_snpt_tg()
97 ip6t_dnpt_tg(struct sk_buff *skb, const struct xt_action_param *par) in ip6t_dnpt_tg()
Dip6t_MASQUERADE.c25 masquerade_tg6(struct sk_buff *skb, const struct xt_action_param *par) in masquerade_tg6()
30 static int masquerade_tg6_checkentry(const struct xt_tgchk_param *par) in masquerade_tg6_checkentry()
Dip6t_REJECT.c40 reject_tg6(struct sk_buff *skb, const struct xt_action_param *par) in reject_tg6()
76 static int reject_tg6_check(const struct xt_tgchk_param *par) in reject_tg6_check()
Dip6t_ipv6header.c30 ipv6header_mt6(const struct sk_buff *skb, struct xt_action_param *par) in ipv6header_mt6()
120 static int ipv6header_mt6_check(const struct xt_mtchk_param *par) in ipv6header_mt6_check()
Dip6t_mh.c35 static bool mh_mt6(const struct sk_buff *skb, struct xt_action_param *par) in mh_mt6()
65 static int mh_mt6_check(const struct xt_mtchk_param *par) in mh_mt6_check()
Dip6t_frag.c38 frag_mt6(const struct sk_buff *skb, struct xt_action_param *par) in frag_mt6()
105 static int frag_mt6_check(const struct xt_mtchk_param *par) in frag_mt6_check()
Dip6t_ah.c39 static bool ah_mt6(const struct sk_buff *skb, struct xt_action_param *par) in ah_mt6()
90 static int ah_mt6_check(const struct xt_mtchk_param *par) in ah_mt6_check()
Dip6t_hbh.c47 hbh_mt6(const struct sk_buff *skb, struct xt_action_param *par) in hbh_mt6()
167 static int hbh_mt6_check(const struct xt_mtchk_param *par) in hbh_mt6_check()
/linux-4.1.27/net/bridge/netfilter/
Debt_pkttype.c16 ebt_pkttype_mt(const struct sk_buff *skb, struct xt_action_param *par) in ebt_pkttype_mt()
23 static int ebt_pkttype_mt_check(const struct xt_mtchk_param *par) in ebt_pkttype_mt_check()
Debt_redirect.c19 ebt_redirect_tg(struct sk_buff *skb, const struct xt_action_param *par) in ebt_redirect_tg()
36 static int ebt_redirect_tg_check(const struct xt_tgchk_param *par) in ebt_redirect_tg_check()
Debt_dnat.c18 ebt_dnat_tg(struct sk_buff *skb, const struct xt_action_param *par) in ebt_dnat_tg()
29 static int ebt_dnat_tg_check(const struct xt_tgchk_param *par) in ebt_dnat_tg_check()
Debt_nflog.c23 ebt_nflog_tg(struct sk_buff *skb, const struct xt_action_param *par) in ebt_nflog_tg()
39 static int ebt_nflog_tg_check(const struct xt_tgchk_param *par) in ebt_nflog_tg_check()
Debt_802_3.c16 ebt_802_3_mt(const struct sk_buff *skb, struct xt_action_param *par) in ebt_802_3_mt()
39 static int ebt_802_3_mt_check(const struct xt_mtchk_param *par) in ebt_802_3_mt_check()
Debt_snat.c20 ebt_snat_tg(struct sk_buff *skb, const struct xt_action_param *par) in ebt_snat_tg()
45 static int ebt_snat_tg_check(const struct xt_tgchk_param *par) in ebt_snat_tg_check()
Debt_arpreply.c19 ebt_arpreply_tg(struct sk_buff *skb, const struct xt_action_param *par) in ebt_arpreply_tg()
60 static int ebt_arpreply_tg_check(const struct xt_tgchk_param *par) in ebt_arpreply_tg_check()
Debt_arp.c19 ebt_arp_mt(const struct sk_buff *skb, struct xt_action_param *par) in ebt_arp_mt()
103 static int ebt_arp_mt_check(const struct xt_mtchk_param *par) in ebt_arp_mt_check()
Debt_ip.c28 ebt_ip_mt(const struct sk_buff *skb, struct xt_action_param *par) in ebt_ip_mt()
80 static int ebt_ip_mt_check(const struct xt_mtchk_param *par) in ebt_ip_mt_check()
Debt_vlan.c38 ebt_vlan_mt(const struct sk_buff *skb, struct xt_action_param *par) in ebt_vlan_mt()
88 static int ebt_vlan_mt_check(const struct xt_mtchk_param *par) in ebt_vlan_mt_check()
Debt_mark.c22 ebt_mark_tg(struct sk_buff *skb, const struct xt_action_param *par) in ebt_mark_tg()
39 static int ebt_mark_tg_check(const struct xt_tgchk_param *par) in ebt_mark_tg_check()
/linux-4.1.27/arch/m68k/coldfire/
Dm527x.c62 u16 par; in m527x_qspi_init() local
102 u16 par; in m527x_fec_init() local
Dm520x.c124 u16 par; in m520x_qspi_init() local
138 u16 par; in m520x_uarts_init() local
/linux-4.1.27/lib/reed_solomon/
Dreed_solomon.c298 int encode_rs8(struct rs_control *rs, uint8_t *data, int len, uint16_t *par, in encode_rs8()
324 int decode_rs8(struct rs_control *rs, uint8_t *data, uint16_t *par, int len, in decode_rs8()
344 int encode_rs16(struct rs_control *rs, uint16_t *data, int len, uint16_t *par, in encode_rs16()
368 int decode_rs16(struct rs_control *rs, uint16_t *data, uint16_t *par, int len, in decode_rs16()
/linux-4.1.27/net/ipv4/netfilter/
Darpt_mangle.c12 target(struct sk_buff *skb, const struct xt_action_param *par) in target()
57 static int checkentry(const struct xt_tgchk_param *par) in checkentry()
Dipt_REJECT.c34 reject_tg(struct sk_buff *skb, const struct xt_action_param *par) in reject_tg()
71 static int reject_tg_check(const struct xt_tgchk_param *par) in reject_tg_check()
Dipt_MASQUERADE.c32 static int masquerade_tg_check(const struct xt_tgchk_param *par) in masquerade_tg_check()
48 masquerade_tg(struct sk_buff *skb, const struct xt_action_param *par) in masquerade_tg()
Dipt_ah.c33 static bool ah_mt(const struct sk_buff *skb, struct xt_action_param *par) in ah_mt()
58 static int ah_mt_check(const struct xt_mtchk_param *par) in ah_mt_check()
Dipt_ECN.c80 ecn_tg(struct sk_buff *skb, const struct xt_action_param *par) in ecn_tg()
96 static int ecn_tg_check(const struct xt_tgchk_param *par) in ecn_tg_check()
/linux-4.1.27/include/video/
Dtgafb.h228 TGA_WRITE_REG(struct tga_par *par, u32 v, u32 r) in TGA_WRITE_REG()
234 TGA_READ_REG(struct tga_par *par, u32 r) in TGA_READ_REG()
240 BT485_WRITE(struct tga_par *par, u8 v, u8 r) in BT485_WRITE()
247 BT463_LOAD_ADDR(struct tga_par *par, u16 a) in BT463_LOAD_ADDR()
256 BT463_WRITE(struct tga_par *par, u32 m, u16 a, u8 v) in BT463_WRITE()
264 BT459_LOAD_ADDR(struct tga_par *par, u16 a) in BT459_LOAD_ADDR()
273 BT459_WRITE(struct tga_par *par, u32 m, u16 a, u8 v) in BT459_WRITE()
/linux-4.1.27/net/sched/
Dact_ipt.c35 struct xt_tgchk_param par; in ipt_init_target() local
62 struct xt_tgdtor_param par = { in ipt_destroy_target() local
178 struct xt_action_param par; in tcf_ipt() local
/linux-4.1.27/drivers/video/fbdev/kyro/
Dfbdev.c307 struct kyrofb_info *par = info->par; in kyro_dev_video_mode_set() local
400 struct kyrofb_info *par = info->par; in kyrofb_check_var() local
476 struct kyrofb_info *par = info->par; in kyrofb_set_par() local
534 struct kyrofb_info *par = info->par; in kyrofb_setcolreg() local
758 struct kyrofb_info *par = info->par; in kyrofb_remove() local

12