/linux-4.4.14/drivers/video/fbdev/nvidia/ |
D | nv_setup.c | 60 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 …]
|
D | nv_accel.c | 74 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 …]
|
D | nvidia.c | 114 static void nvidiafb_load_cursor_image(struct nvidia_par *par, u8 * data8, in nvidiafb_load_cursor_image() 146 static void nvidia_write_clut(struct nvidia_par *par, in nvidia_write_clut() 156 static void nvidia_read_clut(struct nvidia_par *par, in nvidia_read_clut() 166 static int nvidia_panel_tweak(struct nvidia_par *par, in nvidia_panel_tweak() 194 static void nvidia_screen_off(struct nvidia_par *par, int on) in nvidia_screen_off() 218 static void nvidia_save_vga(struct nvidia_par *par, in nvidia_save_vga() 246 static void nvidia_write_regs(struct nvidia_par *par, in nvidia_write_regs() 299 struct nvidia_par *par = info->par; in nvidia_calc_regs() local 496 struct nvidia_par *par = info->par; in nvidia_init_vga() local 531 struct nvidia_par *par = info->par; in nvidiafb_cursor() local [all …]
|
D | nv_i2c.c | 31 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
|
D | nv_backlight.c | 31 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()
|
D | nv_local.h | 73 #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
|
D | nv_hw.c | 57 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 …]
|
D | nv_proto.h | 63 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.4.14/drivers/video/fbdev/ |
D | broadsheetfb.c | 119 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 …]
|
D | auo_k190x.c | 57 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 …]
|
D | tridentfb.c | 173 static inline void writemmr(struct tridentfb_par *par, u16 r, u32 v) in writemmr() 178 static inline u32 readmmr(struct tridentfb_par *par, u16 r) in readmmr() 191 struct tridentfb_par *par = data; in tridentfb_ddc_setscl_tgui() local 204 struct tridentfb_par *par = data; in tridentfb_ddc_setsda_tgui() local 217 struct tridentfb_par *par = data; in tridentfb_ddc_getsda_tgui() local 230 struct tridentfb_par *par = data; in tridentfb_ddc_setscl() local 243 struct tridentfb_par *par = data; in tridentfb_ddc_setsda() local 256 struct tridentfb_par *par = data; in tridentfb_ddc_getscl() local 263 struct tridentfb_par *par = data; in tridentfb_ddc_getsda() local 270 struct tridentfb_par *par = info->par; in tridentfb_setup_ddc_bus() local [all …]
|
D | tdfxfb.c | 158 static inline u8 vga_inb(struct tdfx_par *par, u32 reg) in vga_inb() 163 static inline void vga_outb(struct tdfx_par *par, u32 reg, u8 val) in vga_outb() 168 static inline void gra_outb(struct tdfx_par *par, u32 idx, u8 val) in gra_outb() 176 static inline void seq_outb(struct tdfx_par *par, u32 idx, u8 val) in seq_outb() 184 static inline u8 seq_inb(struct tdfx_par *par, u32 idx) in seq_inb() 191 static inline void crt_outb(struct tdfx_par *par, u32 idx, u8 val) in crt_outb() 199 static inline u8 crt_inb(struct tdfx_par *par, u32 idx) in crt_inb() 206 static inline void att_outb(struct tdfx_par *par, u32 idx, u8 val) in att_outb() 215 static inline void vga_disable_video(struct tdfx_par *par) in vga_disable_video() 225 static inline void vga_enable_video(struct tdfx_par *par) in vga_enable_video() [all …]
|
D | uvesafb.c | 273 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 …]
|
D | hecubafb.c | 72 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
|
D | arcfb.c | 114 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 …]
|
D | pmagb-b-fb.c | 69 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 …]
|
D | neofb.c | 145 static inline void write_le32(int regindex, u32 val, const struct neofb_par *par) in write_le32() 203 struct neofb_par *par, long freq) in neoCalcVCLK() 256 struct neofb_par *par) in vgaHWInit() 444 const struct neofb_par *par) in vgaHWRestore() 478 struct neofb_par *par = info->par; in neo2200_sync() local 517 struct neofb_par *par = info->par; in neo2200_accel_init() local 552 struct neofb_par *par = info->par; in neofb_open() local 567 struct neofb_par *par = info->par; in neofb_release() local 583 struct neofb_par *par = info->par; in neofb_check_var() local 723 struct neofb_par *par = info->par; in neofb_set_par() local [all …]
|
D | w100fb.c | 86 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 …]
|
D | pm3fb.c | 94 static inline u32 PM3_READ_REG(struct pm3_par *par, s32 off) in PM3_READ_REG() 99 static inline void PM3_WRITE_REG(struct pm3_par *par, s32 off, u32 v) in PM3_WRITE_REG() 104 static inline void PM3_WAIT(struct pm3_par *par, u32 n) in PM3_WAIT() 110 static inline void PM3_WRITE_DAC_REG(struct pm3_par *par, unsigned r, u8 v) in PM3_WRITE_DAC_REG() 120 static inline void pm3fb_set_color(struct pm3_par *par, unsigned char regno, in pm3fb_set_color() 134 static void pm3fb_clear_colormap(struct pm3_par *par, in pm3fb_clear_colormap() 199 struct pm3_par *par = info->par; in pm3fb_sync() local 215 struct pm3_par *par = info->par; in pm3fb_init_engine() local 378 struct pm3_par *par = info->par; in pm3fb_fillrect() local 442 struct pm3_par *par = info->par; in pm3fb_copyarea() local [all …]
|
D | i740fb.c | 94 static inline void i740outb(struct i740fb_par *par, u16 port, u8 val) in i740outb() 98 static inline u8 i740inb(struct i740fb_par *par, u16 port) in i740inb() 102 static inline void i740outreg(struct i740fb_par *par, u16 port, u8 reg, u8 val) in i740outreg() 106 static inline u8 i740inreg(struct i740fb_par *par, u16 port, u8 reg) in i740inreg() 111 static inline void i740outreg_mask(struct i740fb_par *par, u16 port, u8 reg, in i740outreg_mask() 125 struct i740fb_par *par = data; in i740fb_ddc_setscl() local 133 struct i740fb_par *par = data; in i740fb_ddc_setsda() local 141 struct i740fb_par *par = data; in i740fb_ddc_getscl() local 150 struct i740fb_par *par = data; in i740fb_ddc_getsda() local 159 struct i740fb_par *par = info->par; in i740fb_setup_ddc_bus() local [all …]
|
D | n411.c | 48 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()
|
D | metronomefb.c | 171 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 …]
|
D | igafb.c | 174 #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
|
D | pmag-ba-fb.c | 80 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
|
D | sstfb.c | 114 #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 …]
|
D | s3fb.c | 191 static u8 s3fb_ddc_read(struct s3fb_info *par) in s3fb_ddc_read() 199 static void s3fb_ddc_write(struct s3fb_info *par, u8 val) in s3fb_ddc_write() 209 struct s3fb_info *par = data; in s3fb_ddc_setscl() local 222 struct s3fb_info *par = data; in s3fb_ddc_setsda() local 235 struct s3fb_info *par = data; in s3fb_ddc_getscl() local 242 struct s3fb_info *par = data; in s3fb_ddc_getsda() local 249 struct s3fb_info *par = info->par; in s3fb_setup_ddc_bus() local 314 struct s3fb_info *par = info->par; in s3fb_tilecursor() local 460 struct s3fb_info *par = info->par; in s3_set_pixclock() local 503 struct s3fb_info *par = info->par; in s3fb_open() local [all …]
|
D | auo_k1900fb.c | 61 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()
|
D | atafb.c | 591 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 …]
|
D | sh7760fb.c | 60 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
|
D | vt8623fb.c | 116 struct vt8623fb_info *par = info->par; in vt8623fb_tilecursor() local 252 struct vt8623fb_info *par = info->par; in vt8623_set_pixclock() local 281 struct vt8623fb_info *par = info->par; in vt8623fb_open() local 303 struct vt8623fb_info *par = info->par; in vt8623fb_release() local 378 struct vt8623fb_info *par = info->par; in vt8623fb_set_par() local 575 struct vt8623fb_info *par = info->par; in vt8623fb_blank() local 611 struct vt8623fb_info *par = info->par; in vt8623fb_pan_display() local 660 struct vt8623fb_info *par; in vt8623_pci_probe() local 804 struct vt8623fb_info *par = info->par; in vt8623_pci_remove() local 826 struct vt8623fb_info *par = info->par; in vt8623_pci_suspend() local [all …]
|
D | da8xx-fb.c | 311 static void lcd_blit(int load_mode, struct da8xx_fb_par *par) in lcd_blit() 523 static int lcd_cfg_frame_buffer(struct da8xx_fb_par *par, u32 width, u32 height, in lcd_cfg_frame_buffer() 608 struct da8xx_fb_par *par = info->par; in fb_setcolreg() local 708 static int da8xx_fb_config_clk_divider(struct da8xx_fb_par *par, in da8xx_fb_config_clk_divider() 736 static unsigned int da8xx_fb_calc_clk_divider(struct da8xx_fb_par *par, in da8xx_fb_calc_clk_divider() 761 static int da8xx_fb_calc_config_clk_divider(struct da8xx_fb_par *par, in da8xx_fb_calc_config_clk_divider() 771 static unsigned da8xx_fb_round_clk(struct da8xx_fb_par *par, in da8xx_fb_round_clk() 780 static int lcd_init(struct da8xx_fb_par *par, const struct lcd_ctrl_config *cfg, in lcd_init() 835 struct da8xx_fb_par *par = arg; in lcdc_irq_handler_rev02() local 897 struct da8xx_fb_par *par = arg; in lcdc_irq_handler_rev01() local [all …]
|
D | auo_k1901fb.c | 102 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()
|
D | tcx.c | 127 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
|
D | s1d13xxxfb.c | 97 s1d13xxxfb_readreg(struct s1d13xxxfb_par *par, u16 regno) in s1d13xxxfb_readreg() 106 s1d13xxxfb_writereg(struct s1d13xxxfb_par *par, u16 regno, u8 value) in s1d13xxxfb_writereg() 115 s1d13xxxfb_runinit(struct s1d13xxxfb_par *par, in s1d13xxxfb_runinit() 135 lcd_enable(struct s1d13xxxfb_par *par, int enable) in lcd_enable() 148 crt_enable(struct s1d13xxxfb_par *par, int enable) in crt_enable() 340 struct s1d13xxxfb_par *par = info->par; in s1d13xxxfb_blank() local 381 struct s1d13xxxfb_par *par = info->par; in s1d13xxxfb_pan_display() local 648 struct s1d13xxxfb_par *par = info->par; in s1d13xxxfb_fetch_hw_state() local 739 struct s1d13xxxfb_par *par = NULL; in s1d13xxxfb_remove() local
|
D | ssd1307fb.c | 147 static void ssd1307fb_update_display(struct ssd1307fb_par *par) in ssd1307fb_update_display() 210 struct ssd1307fb_par *par = info->par; in ssd1307fb_write() local 240 struct ssd1307fb_par *par = info->par; in ssd1307fb_blank() local 250 struct ssd1307fb_par *par = info->par; in ssd1307fb_fillrect() local 257 struct ssd1307fb_par *par = info->par; in ssd1307fb_copyarea() local 264 struct ssd1307fb_par *par = info->par; in ssd1307fb_imageblit() local 285 static int ssd1307fb_init(struct ssd1307fb_par *par) in ssd1307fb_init() 443 struct ssd1307fb_par *par = bl_get_data(bdev); in ssd1307fb_update_bl() local 460 struct ssd1307fb_par *par = bl_get_data(bdev); in ssd1307fb_get_brightness() local 534 struct ssd1307fb_par *par; in ssd1307fb_probe() local [all …]
|
D | sm501fb.c | 173 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 …]
|
D | simplefb.c | 198 static int simplefb_clocks_init(struct simplefb_par *par, in simplefb_clocks_init() 250 static void simplefb_clocks_destroy(struct simplefb_par *par) in simplefb_clocks_destroy() 267 static int simplefb_clocks_init(struct simplefb_par *par, in simplefb_clocks_init() 269 static void simplefb_clocks_destroy(struct simplefb_par *par) { } in simplefb_clocks_destroy() 277 struct simplefb_par *par; in simplefb_probe() local 373 struct simplefb_par *par = info->par; in simplefb_remove() local
|
D | grvga.c | 86 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
|
D | valkyriefb.c | 87 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()
|
D | imsttfb.c | 426 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 …]
|
D | gxt4500.c | 140 #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() 362 struct gxt4500_par par; in gxt4500_check_var() local 376 struct gxt4500_par *par = info->par; in gxt4500_set_par() local 516 struct gxt4500_par *par = info->par; in gxt4500_setcolreg() local 550 struct gxt4500_par *par = info->par; in gxt4500_pan_display() local 564 struct gxt4500_par *par = info->par; in gxt4500_blank() local [all …]
|
D | tgafb.c | 167 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 …]
|
D | skeletonfb.c | 257 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
|
D | arkfb.c | 149 struct arkfb_info *par = info->par; in arkfb_tilecursor() local 463 struct arkfb_info *par; in ark_dac_read_regs() local 482 struct arkfb_info *par; in ark_dac_write_regs() local 501 struct arkfb_info *par = info->par; in ark_set_pixclock() local 520 struct arkfb_info *par = info->par; in arkfb_open() local 544 struct arkfb_info *par = info->par; in arkfb_release() local 616 struct arkfb_info *par = info->par; in arkfb_set_par() local 865 struct arkfb_info *par = info->par; in arkfb_blank() local 894 struct arkfb_info *par = info->par; in arkfb_pan_display() local 945 struct arkfb_info *par; in ark_pci_probe() local [all …]
|
D | pm2fb.c | 444 static void set_memclock(struct pm2fb_par *par, u32 clk) in set_memclock() 481 static void set_pixclock(struct pm2fb_par *par, u32 clk) in set_pixclock() 682 struct pm2fb_par *par = info->par; in pm2fb_set_par() local 868 struct pm2fb_par *par = info->par; in pm2fb_setcolreg() local 997 struct pm2fb_par *par = info->par; in pm2fb_blank() local 1030 struct pm2fb_par *par = info->par; in pm2fb_sync() local 1046 struct pm2fb_par *par = info->par; in pm2fb_fillrect() local 1104 struct pm2fb_par *par = info->par; in pm2fb_copyarea() local 1150 struct pm2fb_par *par = info->par; in pm2fb_imageblit() local 1259 struct pm2fb_par *par = info->par; in pm2vfb_cursor() local [all …]
|
D | hyperv_fb.c | 355 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 …]
|
D | vga16fb.c | 190 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 …]
|
D | tmiofb.c | 221 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 …]
|
D | carminefb.c | 138 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
|
D | pvr2fb.c | 263 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
|
D | bw2.c | 124 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
|
D | cg3.c | 141 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
|
D | controlfb.c | 98 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()
|
D | cg6.c | 270 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 …]
|
D | offb.c | 103 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
|
/linux-4.4.14/net/netfilter/ |
D | xt_set.c | 34 const struct xt_action_param *par, in match_set() 54 set_match_v0(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v0() 82 set_match_v0_checkentry(const struct xt_mtchk_param *par) in set_match_v0_checkentry() 107 set_match_v0_destroy(const struct xt_mtdtor_param *par) in set_match_v0_destroy() 117 set_match_v1(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v1() 132 set_match_v1_checkentry(const struct xt_mtchk_param *par) in set_match_v1_checkentry() 154 set_match_v1_destroy(const struct xt_mtdtor_param *par) in set_match_v1_destroy() 182 set_match_v3(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v3() 229 set_match_v4(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v4() 258 set_target_v0(struct sk_buff *skb, const struct xt_action_param *par) in set_target_v0() [all …]
|
D | xt_CT.c | 40 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() 200 static int xt_ct_tg_check(const struct xt_tgchk_param *par, in xt_ct_tg_check() 268 static int xt_ct_tg_check_v0(const struct xt_tgchk_param *par) in xt_ct_tg_check_v0() 293 static int xt_ct_tg_check_v1(const struct xt_tgchk_param *par) in xt_ct_tg_check_v1() 303 static int xt_ct_tg_check_v2(const struct xt_tgchk_param *par) in xt_ct_tg_check_v2() 333 static void xt_ct_tg_destroy(const struct xt_tgdtor_param *par, in xt_ct_tg_destroy() [all …]
|
D | xt_connmark.c | 39 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()
|
D | xt_NFQUEUE.c | 31 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()
|
D | xt_REDIRECT.c | 32 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()
|
D | xt_DSCP.c | 31 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()
|
D | xt_ecn.c | 30 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()
|
D | xt_nat.c | 17 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()
|
D | xt_l2tp.c | 82 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()
|
D | xt_dscp.c | 28 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()
|
D | xt_HL.c | 29 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()
|
D | xt_NETMAP.c | 22 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()
|
D | xt_conntrack.c | 165 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()
|
D | xt_bpf.c | 23 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()
|
D | xt_state.c | 24 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()
|
D | xt_nfacct.c | 22 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()
|
D | xt_TEE.c | 31 tee_tg4(struct sk_buff *skb, const struct xt_action_param *par) in tee_tg4() 43 tee_tg6(struct sk_buff *skb, const struct xt_action_param *par) in tee_tg6() 81 static int tee_tg_check(const struct xt_tgchk_param *par) in tee_tg_check() 112 static void tee_tg_destroy(const struct xt_tgdtor_param *par) in tee_tg_destroy()
|
D | xt_LOG.c | 32 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()
|
D | xt_connlabel.c | 22 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() 64 static void connlabel_mt_destroy(const struct xt_mtdtor_param *par) in connlabel_mt_destroy()
|
D | xt_string.c | 26 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()
|
D | xt_tcpudp.c | 65 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()
|
D | xt_statistic.c | 32 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()
|
D | xt_helper.c | 27 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()
|
D | xt_quota.c | 26 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()
|
D | xt_socket.c | 206 socket_match(const struct sk_buff *skb, struct xt_action_param *par, in socket_match() 246 socket_mt4_v0(const struct sk_buff *skb, struct xt_action_param *par) in socket_mt4_v0() 256 socket_mt4_v1_v2_v3(const struct sk_buff *skb, struct xt_action_param *par) in socket_mt4_v1_v2_v3() 381 socket_mt6_v1_v2_v3(const struct sk_buff *skb, struct xt_action_param *par) in socket_mt6_v1_v2_v3() 421 static int socket_mt_v1_check(const struct xt_mtchk_param *par) in socket_mt_v1_check() 432 static int socket_mt_v2_check(const struct xt_mtchk_param *par) in socket_mt_v2_check() 443 static int socket_mt_v3_check(const struct xt_mtchk_param *par) in socket_mt_v3_check()
|
D | xt_TCPMSS.c | 80 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() 291 static int tcpmss_tg6_check(const struct xt_tgchk_param *par) in tcpmss_tg6_check()
|
D | xt_SECMARK.c | 33 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()
|
D | xt_connbytes.c | 21 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()
|
D | xt_rateest.c | 18 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()
|
D | xt_CONNSECMARK.c | 67 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()
|
D | xt_TPROXY.c | 350 tproxy_tg4_v0(struct sk_buff *skb, const struct xt_action_param *par) in tproxy_tg4_v0() 358 tproxy_tg4_v1(struct sk_buff *skb, const struct xt_action_param *par) in tproxy_tg4_v1() 414 const struct xt_action_param *par, in tproxy_handle_time_wait6() 448 tproxy_tg6_v1(struct sk_buff *skb, const struct xt_action_param *par) in tproxy_tg6_v1() 516 static int tproxy_tg6_check(const struct xt_tgchk_param *par) in tproxy_tg6_check() 530 static int tproxy_tg4_check(const struct xt_tgchk_param *par) in tproxy_tg4_check()
|
D | xt_multiport.c | 75 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()
|
D | xt_TCPOPTSTRIP.c | 33 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()
|
D | xt_devgroup.c | 22 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()
|
D | xt_cpu.c | 28 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()
|
D | xt_cgroup.c | 27 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()
|
D | xt_CHECKSUM.c | 26 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()
|
D | xt_LED.c | 56 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()
|
D | xt_AUDIT.c | 122 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()
|
D | xt_RATEEST.c | 79 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()
|
D | xt_NFLOG.c | 25 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()
|
D | xt_length.c | 24 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()
|
D | xt_hl.c | 28 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()
|
D | xt_mark.c | 29 mark_tg(struct sk_buff *skb, const struct xt_action_param *par) in mark_tg() 38 mark_mt(const struct sk_buff *skb, struct xt_action_param *par) in mark_mt()
|
D | xt_physdev.c | 26 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()
|
D | xt_owner.c | 21 static int owner_check(const struct xt_mtchk_param *par) in owner_check() 33 owner_mt(const struct sk_buff *skb, struct xt_action_param *par) in owner_mt()
|
D | xt_ipcomp.c | 42 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()
|
D | xt_esp.c | 39 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()
|
D | xt_addrtype.c | 126 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()
|
D | xt_iprange.c | 20 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()
|
D | xt_IDLETIMER.c | 169 const struct xt_action_param *par) in idletimer_tg_target() 184 static int idletimer_tg_checkentry(const struct xt_tgchk_param *par) in idletimer_tg_checkentry() 226 static void idletimer_tg_destroy(const struct xt_tgdtor_param *par) in idletimer_tg_destroy()
|
D | xt_ipvs.c | 48 ipvs_mt(const struct sk_buff *skb, struct xt_action_param *par) in ipvs_mt() 154 static int ipvs_mt_check(const struct xt_mtchk_param *par) in ipvs_mt_check()
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | suspend_gx.c | 20 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
|
D | lxfb_ops.c | 186 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 …]
|
D | gx1fb_core.c | 102 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
|
D | video_cs5530.c | 74 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
|
D | video_gx.c | 181 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
|
D | gxfb_core.c | 231 struct gxfb_par *par = info->par; in gxfb_map_video_memory() local 296 struct gxfb_par *par; in gxfb_init_fbinfo() local 377 struct gxfb_par *par; in gxfb_probe() local 456 struct gxfb_par *par = info->par; in gxfb_remove() local
|
D | lxfb_core.c | 339 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
|
/linux-4.4.14/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 81 static void vgaHWSeqReset(struct savagefb_par *par, int start) in vgaHWSeqReset() 89 static void vgaHWProtect(struct savagefb_par *par, int on) in vgaHWProtect() 117 static void vgaHWRestore(struct savagefb_par *par, struct savage_reg *reg) in vgaHWRestore() 145 struct savagefb_par *par, in vgaHWInit() 258 savage3D_waitfifo(struct savagefb_par *par, int space) in savage3D_waitfifo() 266 savage4_waitfifo(struct savagefb_par *par, int space) in savage4_waitfifo() 274 savage2000_waitfifo(struct savagefb_par *par, int space) in savage2000_waitfifo() 283 savage3D_waitidle(struct savagefb_par *par) in savage3D_waitidle() 289 savage4_waitidle(struct savagefb_par *par) in savage4_waitidle() 295 savage2000_waitidle(struct savagefb_par *par) in savage2000_waitidle() [all …]
|
D | savagefb_accel.c | 25 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
|
D | savagefb.h | 182 struct savagefb_par *par; member 254 static inline u8 savage_in8(u32 addr, struct savagefb_par *par) in savage_in8() 259 static inline u16 savage_in16(u32 addr, struct savagefb_par *par) in savage_in16() 264 static inline u32 savage_in32(u32 addr, struct savagefb_par *par) in savage_in32() 269 static inline void savage_out8(u32 addr, u8 val, struct savagefb_par *par) in savage_out8() 274 static inline void savage_out16(u32 addr, u16 val, struct savagefb_par *par) in savage_out16() 279 static inline void savage_out32(u32 addr, u32 val, struct savagefb_par *par) in savage_out32() 284 static inline u8 vga_in8(int addr, struct savagefb_par *par) in vga_in8() 289 static inline u16 vga_in16(int addr, struct savagefb_par *par) in vga_in16() 294 static inline u8 vga_in32(int addr, struct savagefb_par *par) in vga_in32() [all …]
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810_main.c | 230 static void i810_load_pll(struct i810fb_par *par) in i810_load_pll() 256 static void i810_load_vga(struct i810fb_par *par) in i810_load_vga() 299 static void i810_load_vgax(struct i810fb_par *par) in i810_load_vgax() 324 static void i810_load_2d(struct i810fb_par *par) in i810_load_2d() 367 static void i810_load_pitch(struct i810fb_par *par) in i810_load_pitch() 399 static void i810_load_color(struct i810fb_par *par) in i810_load_color() 421 static void i810_load_regs(struct i810fb_par *par) in i810_load_regs() 461 static void i810_restore_pll(struct i810fb_par *par) in i810_restore_pll() 481 static void i810_restore_dac(struct i810fb_par *par) in i810_restore_dac() 493 static void i810_restore_vgax(struct i810fb_par *par) in i810_restore_vgax() [all …]
|
D | i810_accel.c | 61 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 …]
|
D | i810-i2c.c | 45 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
|
D | i810_main.h | 49 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()
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fbtft-core.c | 74 static unsigned long fbtft_request_gpios_match(struct fbtft_par *par, in fbtft_request_gpios_match() 118 static int fbtft_request_gpios(struct fbtft_par *par) in fbtft_request_gpios() 159 static int fbtft_request_one_gpio(struct fbtft_par *par, in fbtft_request_one_gpio() 199 static int fbtft_request_gpios_dt(struct fbtft_par *par) in fbtft_request_gpios_dt() 247 struct fbtft_par *par = bl_get_data(bd); in fbtft_backlight_update_status() local 267 void fbtft_unregister_backlight(struct fbtft_par *par) in fbtft_unregister_backlight() 282 void fbtft_register_backlight(struct fbtft_par *par) in fbtft_register_backlight() 313 void fbtft_register_backlight(struct fbtft_par *par) { }; in fbtft_register_backlight() 314 void fbtft_unregister_backlight(struct fbtft_par *par) { }; in fbtft_unregister_backlight() 319 static void fbtft_set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, in fbtft_set_addr_win() [all …]
|
D | fb_ssd1351.c | 26 static int init_display(struct fbtft_par *par) in init_display() 60 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 67 static int set_var(struct fbtft_par *par) in set_var() 120 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma() 155 static int blank(struct fbtft_par *par, bool on) in blank() 185 struct fbtft_par *par = bl_get_data(bd); in update_onboard_backlight() local 204 static void register_onboard_backlight(struct fbtft_par *par) in register_onboard_backlight() 226 static void register_onboard_backlight(struct fbtft_par *par) { }; in register_onboard_backlight()
|
D | fb_watterott.c | 46 static void write_reg8_bus8(struct fbtft_par *par, int len, ...) in write_reg8_bus8() 68 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem() 105 static int write_vmem_8bit(struct fbtft_par *par, size_t offset, size_t len) in write_vmem_8bit() 140 static unsigned firmware_version(struct fbtft_par *par) in firmware_version() 152 static int init_display(struct fbtft_par *par) in init_display() 188 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 193 static int set_var(struct fbtft_par *par) in set_var() 216 static int verify_gpios(struct fbtft_par *par) in verify_gpios() 228 struct fbtft_par *par = bl_get_data(bd); in backlight_chip_update_status() local 251 static void register_chip_backlight(struct fbtft_par *par) in register_chip_backlight()
|
D | fbtft-sysfs.c | 24 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 184 struct fbtft_par *par = fb_info->par; in store_debug() local 199 struct fbtft_par *par = fb_info->par; in show_debug() local 207 void fbtft_sysfs_init(struct fbtft_par *par) in fbtft_sysfs_init() 214 void fbtft_sysfs_exit(struct fbtft_par *par) in fbtft_sysfs_exit()
|
D | fb_ssd1306.c | 41 static int init_display(struct fbtft_par *par) in init_display() 126 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 136 static int blank(struct fbtft_par *par, bool on) in blank() 149 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma() 161 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
|
D | fb_ili9320.c | 32 static unsigned read_devicecode(struct fbtft_par *par) in read_devicecode() 42 static int init_display(struct fbtft_par *par) in init_display() 174 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 199 static int set_var(struct fbtft_par *par) in set_var() 224 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
|
D | fb_agm1264k-fl.c | 73 static int init_display(struct fbtft_par *par) in init_display() 89 static void reset(struct fbtft_par *par) in reset() 103 static int verify_gpios(struct fbtft_par *par) in verify_gpios() 143 request_gpios_match(struct fbtft_par *par, const struct fbtft_gpio *gpio) in request_gpios_match() 176 static void write_reg8_bus8(struct fbtft_par *par, int len, ...) in write_reg8_bus8() 239 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 248 construct_line_bitmap(struct fbtft_par *par, u8 *dest, signed short *src, in construct_line_bitmap() 267 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem() 407 static int write(struct fbtft_par *par, void *buf, size_t len) in write()
|
D | fbtft-io.c | 7 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()
|
D | fb_ssd1331.c | 24 static int init_display(struct fbtft_par *par) in init_display() 53 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 59 static void write_reg8_bus8(struct fbtft_par *par, int len, ...) in write_reg8_bus8() 125 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma() 160 static int blank(struct fbtft_par *par, bool on) in blank()
|
D | fb_hx8353d.c | 28 static int init_display(struct fbtft_par *par) in init_display() 73 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 88 static int set_var(struct fbtft_par *par) in set_var() 117 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
|
D | fb_ra8875.c | 26 static int write_spi(struct fbtft_par *par, void *buf, size_t len) in write_spi() 53 static int init_display(struct fbtft_par *par) in init_display() 182 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 203 static void write_reg8_bus8(struct fbtft_par *par, int len, ...) in write_reg8_bus8() 257 static int write_vmem16_bus8(struct fbtft_par *par, size_t offset, size_t len) in write_vmem16_bus8()
|
D | fb_uc1611.c | 71 static int init_display(struct fbtft_par *par) in init_display() 114 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 139 static int blank(struct fbtft_par *par, bool on) in blank() 151 static int set_var(struct fbtft_par *par) in set_var() 222 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
|
D | fb_ssd1289.c | 36 static int init_display(struct fbtft_par *par) in init_display() 78 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 105 static int set_var(struct fbtft_par *par) in set_var() 139 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
|
D | fb_s6d1121.c | 37 static int init_display(struct fbtft_par *par) in init_display() 81 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() 133 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
|
D | fb_ili9341.c | 37 static int init_display(struct fbtft_par *par) in init_display() 76 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 96 static int set_var(struct fbtft_par *par) in set_var() 124 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
|
D | fb_tls8204.c | 42 static int init_display(struct fbtft_par *par) in init_display() 81 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 95 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem() 132 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
|
D | fb_hx8340bn.c | 42 static int init_display(struct fbtft_par *par) in init_display() 103 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 110 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()
|
D | fb_pcd8544.c | 43 static int init_display(struct fbtft_par *par) in init_display() 95 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 113 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem() 140 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
|
D | fb_ili9325.c | 96 static int init_display(struct fbtft_par *par) in init_display() 169 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 194 static int set_var(struct fbtft_par *par) in set_var() 221 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
|
D | fb_tinylcd.c | 28 static int init_display(struct fbtft_par *par) in init_display() 58 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 70 static int set_var(struct fbtft_par *par) in set_var()
|
D | fb_st7789v.c | 86 static int init_display(struct fbtft_par *par) in init_display() 142 static int set_var(struct fbtft_par *par) in set_var() 181 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma() 232 static int blank(struct fbtft_par *par, bool on) in blank()
|
D | fb_bd663474.c | 34 static int init_display(struct fbtft_par *par) in init_display() 117 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 142 static int set_var(struct fbtft_par *par) in set_var()
|
D | fb_upd161704.c | 34 static int init_display(struct fbtft_par *par) in init_display() 126 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()
|
D | fb_ili9340.c | 30 static int init_display(struct fbtft_par *par) in init_display() 92 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 107 static int set_var(struct fbtft_par *par) in set_var()
|
D | flexfb.c | 233 static void flexfb_set_addr_win_1(struct fbtft_par *par, in flexfb_set_addr_win_1() 260 static void flexfb_set_addr_win_2(struct fbtft_par *par, in flexfb_set_addr_win_2() 289 static void set_addr_win_3(struct fbtft_par *par, in set_addr_win_3() 297 static int flexfb_verify_gpios_dc(struct fbtft_par *par) in flexfb_verify_gpios_dc() 310 static int flexfb_verify_gpios_db(struct fbtft_par *par) in flexfb_verify_gpios_db() 380 struct fbtft_par *par; in flexfb_probe_common() local 535 struct fbtft_par *par; in flexfb_remove_common() local
|
D | fb_hx8357d.c | 33 static int init_display(struct fbtft_par *par) in init_display() 140 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 163 static int set_var(struct fbtft_par *par) in set_var()
|
D | fb_hx8347d.c | 32 static int init_display(struct fbtft_par *par) in init_display() 86 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 105 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
|
D | fb_st7735r.c | 92 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 107 static int set_var(struct fbtft_par *par) in set_var() 139 static int set_gamma(struct fbtft_par *par, unsigned long *curves) in set_gamma()
|
D | fbtft-bus.c | 125 int fbtft_write_vmem16_bus8(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem16_bus8() 180 int fbtft_write_vmem16_bus9(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem16_bus9() 228 int fbtft_write_vmem8_bus8(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem8_bus8() 236 int fbtft_write_vmem16_bus16(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem16_bus16()
|
D | fb_ili9486.c | 57 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 69 static int set_var(struct fbtft_par *par) in set_var()
|
D | fb_s6d02a1.c | 99 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()
|
D | fb_uc1701.c | 72 static int init_display(struct fbtft_par *par) in init_display() 125 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 142 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
|
D | fb_ili9481.c | 54 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 69 static int set_var(struct fbtft_par *par) in set_var()
|
D | fb_ili9163.c | 109 static int init_display(struct fbtft_par *par) in init_display() 147 static void set_addr_win(struct fbtft_par *par, int xs, int ys, in set_addr_win() 198 static int set_var(struct fbtft_par *par) in set_var() 227 static int gamma_adj(struct fbtft_par *par, unsigned long *curves) in gamma_adj()
|
/linux-4.4.14/drivers/video/fbdev/riva/ |
D | fbdev.c | 275 static int riva_bl_get_level_brightness(struct riva_par *par, in riva_bl_get_level_brightness() 297 struct riva_par *par = bl_get_data(bd); in riva_bl_update_status() local 324 static void riva_bl_init(struct riva_par *par) in riva_bl_init() 378 static inline void riva_bl_init(struct riva_par *par) {} in riva_bl_init() 388 static inline void CRTCout(struct riva_par *par, unsigned char index, in CRTCout() 395 static inline unsigned char CRTCin(struct riva_par *par, in CRTCin() 402 static inline void GRAout(struct riva_par *par, unsigned char index, in GRAout() 409 static inline unsigned char GRAin(struct riva_par *par, in GRAin() 416 static inline void SEQout(struct riva_par *par, unsigned char index, in SEQout() 423 static inline unsigned char SEQin(struct riva_par *par, in SEQin() [all …]
|
D | nv_driver.c | 46 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()
|
D | rivafb-i2c.c | 30 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.4.14/drivers/video/fbdev/mb862xx/ |
D | mb862xxfbdrv.c | 85 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 …]
|
D | mb862xx-i2c.c | 23 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.4.14/arch/arm/mach-pxa/ |
D | am300epd.c | 100 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
|
D | am200epd.c | 105 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.4.14/drivers/video/fbdev/aty/ |
D | aty128fb.c | 537 const struct aty128fb_par *par) in _aty_ld_le32() 543 const struct aty128fb_par *par) in _aty_st_le32() 549 const struct aty128fb_par *par) in _aty_ld_8() 555 const struct aty128fb_par *par) in _aty_st_8() 574 const struct aty128fb_par *par) in _aty_ld_pll() 582 const struct aty128fb_par *par) in _aty_st_pll() 590 static int aty_pll_readupdate(const struct aty128fb_par *par) in aty_pll_readupdate() 596 static void aty_pll_wait_readupdate(const struct aty128fb_par *par) in aty_pll_wait_readupdate() 613 static void aty_pll_writeupdate(const struct aty128fb_par *par) in aty_pll_writeupdate() 623 static int register_test(const struct aty128fb_par *par) in register_test() [all …]
|
D | mach64_ct.c | 22 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
|
D | atyfb_base.c | 149 void aty_st_lcd(int index, u32 val, const struct atyfb_par *par) in aty_st_lcd() 164 u32 aty_ld_lcd(int index, const struct atyfb_par *par) in aty_ld_lcd() 431 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_fudge_framebuffer_len() local 439 static int correct_chipset(struct atyfb_par *par) in correct_chipset() 578 struct atyfb_par *par) in atyfb_get_pixclock() 601 static int read_aty_sense(const struct atyfb_par *par) in read_aty_sense() 642 static void aty_get_crtc(const struct atyfb_par *par, struct crtc *crtc) in aty_get_crtc() 689 static void aty_set_crtc(const struct atyfb_par *par, const struct crtc *crtc) in aty_set_crtc() 788 static u32 calc_line_length(struct atyfb_par *par, u32 vxres, u32 bpp) in calc_line_length() 803 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_var_to_crtc() local [all …]
|
D | mach64_accel.c | 39 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
|
D | mach64_gx.c | 42 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.4.14/drivers/staging/sm750fb/ |
D | sm750.c | 111 struct lynxfb_par *par; in lynxfb_ops_cursor() local 167 struct lynxfb_par *par; in lynxfb_ops_fillrect() local 209 struct lynxfb_par *par; in lynxfb_ops_copyarea() local 245 struct lynxfb_par *par; in lynxfb_ops_imageblit() local 293 struct lynxfb_par *par; in lynxfb_ops_pan_display() local 306 struct lynxfb_par *par; in lynxfb_ops_set_par() local 447 struct lynxfb_par *par; in lynxfb_resume() local 509 struct lynxfb_par *par; in lynxfb_ops_check_var() local 584 struct lynxfb_par *par; in lynxfb_ops_setcolreg() local 633 struct lynxfb_par *par; in lynxfb_ops_blank() local [all …]
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fb.c | 78 struct vmw_fb_par *par = info->par; in vmw_fb_setcolreg() local 106 struct vmw_fb_par *par = info->par; in vmw_fb_check_var() local 171 struct vmw_fb_par *par = container_of(work, struct vmw_fb_par, in vmw_fb_dirty_flush() local 248 static void vmw_fb_dirty_mark(struct vmw_fb_par *par, in vmw_fb_dirty_mark() 283 struct vmw_fb_par *par = info->par; in vmw_fb_pan_display() local 305 struct vmw_fb_par *par = info->par; in vmw_deferred_io() local 420 static int vmw_fb_kms_detach(struct vmw_fb_par *par, in vmw_fb_kms_detach() 469 struct vmw_fb_par *par = info->par; in vmw_fb_kms_framebuffer() local 547 struct vmw_fb_par *par = info->par; in vmw_fb_set_par() local 639 struct vmw_fb_par *par; in vmw_fb_init() local [all …]
|
/linux-4.4.14/drivers/char/ |
D | hangcheck-timer.c | 84 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.4.14/drivers/video/fbdev/vermilion/ |
D | vermilion.c | 281 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.4.14/net/ipv6/netfilter/ |
D | ip6t_NPT.c | 18 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()
|
D | ip6t_MASQUERADE.c | 25 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()
|
D | ip6t_REJECT.c | 39 reject_tg6(struct sk_buff *skb, const struct xt_action_param *par) in reject_tg6() 77 static int reject_tg6_check(const struct xt_tgchk_param *par) in reject_tg6_check()
|
D | ip6t_ipv6header.c | 30 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()
|
D | ip6t_mh.c | 35 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()
|
D | ip6t_frag.c | 38 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()
|
D | ip6t_ah.c | 39 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()
|
D | ip6t_hbh.c | 47 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.4.14/net/bridge/netfilter/ |
D | ebt_pkttype.c | 16 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()
|
D | ebt_dnat.c | 18 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()
|
D | ebt_redirect.c | 19 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()
|
D | ebt_802_3.c | 16 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()
|
D | ebt_nflog.c | 23 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()
|
D | ebt_snat.c | 20 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()
|
D | ebt_arpreply.c | 19 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()
|
D | ebt_arp.c | 19 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()
|
D | ebt_ip.c | 28 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()
|
D | ebt_vlan.c | 38 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()
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | m527x.c | 62 u16 par; in m527x_qspi_init() local 102 u16 par; in m527x_fec_init() local
|
D | m520x.c | 124 u16 par; in m520x_qspi_init() local 138 u16 par; in m520x_uarts_init() local
|
/linux-4.4.14/lib/reed_solomon/ |
D | reed_solomon.c | 298 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.4.14/net/ipv4/netfilter/ |
D | ipt_REJECT.c | 34 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()
|
D | arpt_mangle.c | 12 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()
|
D | ipt_MASQUERADE.c | 32 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()
|
D | ipt_ah.c | 33 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()
|
D | ipt_ECN.c | 80 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.4.14/include/video/ |
D | tgafb.h | 228 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.4.14/net/sched/ |
D | act_ipt.c | 35 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.4.14/drivers/video/fbdev/kyro/ |
D | fbdev.c | 302 struct kyrofb_info *par = info->par; in kyro_dev_video_mode_set() local 395 struct kyrofb_info *par = info->par; in kyrofb_check_var() local 471 struct kyrofb_info *par = info->par; in kyrofb_set_par() local 529 struct kyrofb_info *par = info->par; in kyrofb_setcolreg() local 752 struct kyrofb_info *par = info->par; in kyrofb_remove() local
|