Home
last modified time | relevance | path

Searched defs:par (Results 51 – 75 of 341) sorted by relevance

12345678910>>...14

/linux-6.15/drivers/staging/sm750fb/
H A Dsm750.c107 struct lynxfb_par *par; in lynxfb_ops_cursor() local
163 struct lynxfb_par *par; in lynxfb_ops_fillrect() local
205 struct lynxfb_par *par; in lynxfb_ops_copyarea() local
241 struct lynxfb_par *par; in lynxfb_ops_imageblit() local
289 struct lynxfb_par *par; in lynxfb_ops_pan_display() local
358 struct lynxfb_par *par; in lynxfb_ops_set_par() local
438 struct lynxfb_par *par; in lynxfb_resume() local
482 struct lynxfb_par *par; in lynxfb_ops_check_var() local
527 struct lynxfb_par *par; in lynxfb_ops_setcolreg() local
576 struct lynxfb_par *par; in lynxfb_ops_blank() local
[all …]
/linux-6.15/net/netfilter/
H A Dxt_MASQUERADE.c19 static int masquerade_tg_check(const struct xt_tgchk_param *par) in masquerade_tg_check()
35 masquerade_tg(struct sk_buff *skb, const struct xt_action_param *par) in masquerade_tg()
49 static void masquerade_tg_destroy(const struct xt_tgdtor_param *par) in masquerade_tg_destroy()
56 masquerade_tg6(struct sk_buff *skb, const struct xt_action_param *par) in masquerade_tg6()
61 static int masquerade_tg6_checkentry(const struct xt_tgchk_param *par) in masquerade_tg6_checkentry()
H A Dxt_tcpudp.c69 static bool tcp_mt(const struct sk_buff *skb, struct xt_action_param *par) in tcp_mt()
124 static int tcp_mt_check(const struct xt_mtchk_param *par) in tcp_mt_check()
132 static bool udp_mt(const struct sk_buff *skb, struct xt_action_param *par) in udp_mt()
159 static int udp_mt_check(const struct xt_mtchk_param *par) in udp_mt_check()
189 icmp_match(const struct sk_buff *skb, struct xt_action_param *par) in icmp_match()
216 icmp6_match(const struct sk_buff *skb, struct xt_action_param *par) in icmp6_match()
242 static int icmp_checkentry(const struct xt_mtchk_param *par) in icmp_checkentry()
249 static int icmp6_checkentry(const struct xt_mtchk_param *par) in icmp6_checkentry()
H A Dxt_NETMAP.c19 netmap_tg6(struct sk_buff *skb, const struct xt_action_param *par) in netmap_tg6()
54 static int netmap_tg6_checkentry(const struct xt_tgchk_param *par) in netmap_tg6_checkentry()
63 static void netmap_tg_destroy(const struct xt_tgdtor_param *par) in netmap_tg_destroy()
69 netmap_tg4(struct sk_buff *skb, const struct xt_action_param *par) in netmap_tg4()
104 static int netmap_tg4_check(const struct xt_tgchk_param *par) in netmap_tg4_check()
H A Dxt_l2tp.c79 static bool l2tp_udp_mt(const struct sk_buff *skb, struct xt_action_param *par, u16 thoff) in l2tp_udp_mt()
139 static bool l2tp_ip_mt(const struct sk_buff *skb, struct xt_action_param *par, u16 thoff) in l2tp_ip_mt()
170 static bool l2tp_mt4(const struct sk_buff *skb, struct xt_action_param *par) in l2tp_mt4()
187 static bool l2tp_mt6(const struct sk_buff *skb, struct xt_action_param *par) in l2tp_mt6()
209 static int l2tp_mt_check(const struct xt_mtchk_param *par) in l2tp_mt_check()
259 static int l2tp_mt_check4(const struct xt_mtchk_param *par) in l2tp_mt_check4()
286 static int l2tp_mt_check6(const struct xt_mtchk_param *par) in l2tp_mt_check6()
H A Dxt_NFQUEUE.c29 nfqueue_tg(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg()
37 nfqueue_tg_v1(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg_v1()
50 nfqueue_tg_v2(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg_v2()
60 static int nfqueue_tg_check(const struct xt_tgchk_param *par) in nfqueue_tg_check()
86 nfqueue_tg_v3(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg_v3()
H A Dxt_DSCP.c30 dscp_tg(struct sk_buff *skb, const struct xt_action_param *par) in dscp_tg()
47 dscp_tg6(struct sk_buff *skb, const struct xt_action_param *par) in dscp_tg6()
62 static int dscp_tg_check(const struct xt_tgchk_param *par) in dscp_tg_check()
72 tos_tg(struct sk_buff *skb, const struct xt_action_param *par) in tos_tg()
92 tos_tg6(struct sk_buff *skb, const struct xt_action_param *par) in tos_tg6()
H A Dxt_ecn.c27 static bool match_tcp(const struct sk_buff *skb, struct xt_action_param *par) in match_tcp()
70 static bool ecn_mt4(const struct sk_buff *skb, struct xt_action_param *par) in ecn_mt4()
84 static int ecn_mt_check4(const struct xt_mtchk_param *par) in ecn_mt_check4()
112 static bool ecn_mt6(const struct sk_buff *skb, struct xt_action_param *par) in ecn_mt6()
126 static int ecn_mt_check6(const struct xt_mtchk_param *par) in ecn_mt_check6()
H A Dxt_SECMARK.c110 static void secmark_tg_destroy(const struct xt_tgdtor_param *par) in secmark_tg_destroy()
118 static int secmark_tg_check_v0(const struct xt_tgchk_param *par) in secmark_tg_check_v0()
135 secmark_tg_v0(struct sk_buff *skb, const struct xt_action_param *par) in secmark_tg_v0()
145 static int secmark_tg_check_v1(const struct xt_tgchk_param *par) in secmark_tg_check_v1()
151 secmark_tg_v1(struct sk_buff *skb, const struct xt_action_param *par) in secmark_tg_v1()
/linux-6.15/drivers/video/fbdev/
H A Datafb.c787 struct atafb_par par; in tt_detect() local
852 struct atafb_par *par) in falcon_encode_fix()
1725 struct atafb_par par; in falcon_detect() local
1769 struct atafb_par *par) in stste_encode_fix()
1799 struct atafb_par *par) in stste_decode_var()
1856 struct atafb_par *par) in stste_encode_var()
1976 struct atafb_par par; in stste_detect() local
2350 struct atafb_par par; in do_fb_set_var() local
2368 struct atafb_par par; in atafb_get_fix() local
2381 struct atafb_par par; in atafb_get_var() local
[all …]
H A Dpmag-ba-fb.c80 static inline void dac_write(struct pmagbafb_par *par, unsigned int reg, u8 v) in dac_write()
85 static inline u8 dac_read(struct pmagbafb_par *par, unsigned int reg) in dac_read()
98 struct pmagbafb_par *par = info->par; in pmagbafb_setcolreg() local
132 struct pmagbafb_par *par = info->par; in pmagbafb_erase_cursor() local
147 struct pmagbafb_par *par; in pmagbafb_probe() local
237 struct pmagbafb_par *par = info->par; in pmagbafb_remove() local
H A Dvt8623fb.c117 struct vt8623fb_info *par = info->par; in vt8623fb_tilecursor() local
253 struct vt8623fb_info *par = info->par; in vt8623_set_pixclock() local
282 struct vt8623fb_info *par = info->par; in vt8623fb_open() local
304 struct vt8623fb_info *par = info->par; in vt8623fb_release() local
382 struct vt8623fb_info *par = info->par; in vt8623fb_set_par() local
588 struct vt8623fb_info *par = info->par; in vt8623fb_blank() local
624 struct vt8623fb_info *par = info->par; in vt8623fb_pan_display() local
675 struct vt8623fb_info *par; in vt8623_pci_probe() local
821 struct vt8623fb_info *par = info->par; in vt8623_pci_remove() local
842 struct vt8623fb_info *par = info->par; in vt8623_pci_suspend() local
[all …]
H A Dsh7760fb.c57 static int wait_for_lps(struct sh7760fb_par *par, int val) in wait_for_lps()
72 struct sh7760fb_par *par = info->par; in sh7760fb_blank() local
171 struct sh7760fb_par *par = info->par; in sh7760fb_check_var() local
200 struct sh7760fb_par *par = info->par; in sh7760fb_set_par() local
357 struct sh7760fb_par *par = info->par; in sh7760fb_free_mem() local
375 struct sh7760fb_par *par = info->par; in sh7760fb_alloc_mem() local
434 struct sh7760fb_par *par; in sh7760fb_probe() local
559 struct sh7760fb_par *par = info->par; in sh7760fb_remove() local
/linux-6.15/drivers/staging/fbtft/
H A Dfb_ili9320.c22 static unsigned int read_devicecode(struct fbtft_par *par) in read_devicecode()
31 static int init_display(struct fbtft_par *par) in init_display()
161 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
186 static int set_var(struct fbtft_par *par) in set_var()
211 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma()
H A Dfb_ssd1305.c33 static int init_display(struct fbtft_par *par) in init_display()
122 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
132 static int blank(struct fbtft_par *par, bool on) in blank()
142 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma()
152 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
H A Dfbtft-io.c8 int fbtft_write_spi(struct fbtft_par *par, void *buf, size_t len) in fbtft_write_spi()
40 int fbtft_write_spi_emulate_9(struct fbtft_par *par, void *buf, size_t len) in fbtft_write_spi_emulate_9()
85 int fbtft_read_spi(struct fbtft_par *par, void *buf, size_t len) in fbtft_read_spi()
130 int fbtft_write_gpio8_wr(struct fbtft_par *par, void *buf, size_t len) in fbtft_write_gpio8_wr()
180 int fbtft_write_gpio16_wr(struct fbtft_par *par, void *buf, size_t len) in fbtft_write_gpio16_wr()
231 int fbtft_write_gpio16_wr_latched(struct fbtft_par *par, void *buf, size_t len) in fbtft_write_gpio16_wr_latched()
H A Dfb_ssd1331.c25 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()
66 static void write_reg8_bus8(struct fbtft_par *par, int len, ...) in write_reg8_bus8()
131 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma()
168 static int blank(struct fbtft_par *par, bool on) in blank()
H A Dfb_st7789v.c91 static int init_tearing_effect_line(struct fbtft_par *par) in init_tearing_effect_line()
143 static int init_display(struct fbtft_par *par) in init_display()
228 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
271 static int set_var(struct fbtft_par *par) in set_var()
310 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma()
360 static int blank(struct fbtft_par *par, bool on) in blank()
H A Dfb_ra8875.c17 static int write_spi(struct fbtft_par *par, void *buf, size_t len) in write_spi()
40 static int init_display(struct fbtft_par *par) in init_display()
162 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
183 static void write_reg8_bus8(struct fbtft_par *par, int len, ...) in write_reg8_bus8()
237 static int write_vmem16_bus8(struct fbtft_par *par, size_t offset, size_t len) in write_vmem16_bus8()
H A Dfb_ssd1325.c34 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()
83 static int blank(struct fbtft_par *par, bool on) in blank()
101 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma()
126 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
H A Dfb_hx8353d.c20 static int init_display(struct fbtft_par *par) in init_display()
64 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
79 static int set_var(struct fbtft_par *par) in set_var()
112 static int set_gamma(struct fbtft_par *par, u32 *curves) in set_gamma()
H A Dfb_agm1264k-fl.c64 static int init_display(struct fbtft_par *par) in init_display()
81 static int verify_gpios(struct fbtft_par *par) in verify_gpios()
121 request_gpios_match(struct fbtft_par *par, const struct fbtft_gpio *gpio) in request_gpios_match()
154 static void write_reg8_bus8(struct fbtft_par *par, int len, ...) in write_reg8_bus8()
217 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win()
226 construct_line_bitmap(struct fbtft_par *par, u8 *dest, signed short *src, in construct_line_bitmap()
278 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
393 static int write(struct fbtft_par *par, void *buf, size_t len) in write()
H A Dfb_uc1611.c62 static int init_display(struct fbtft_par *par) in init_display()
111 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()
145 static int set_var(struct fbtft_par *par) in set_var()
216 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) in write_vmem()
/linux-6.15/drivers/video/fbdev/aty/
H A Dmach64_gx.c43 static void aty_dac_waste4(const struct atyfb_par *par) in aty_dac_waste4()
53 static void aty_StrobeClock(const struct atyfb_par *par) in aty_StrobeClock()
83 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_set_dac_514() local
164 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_pll_514_to_var() local
178 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_set_pll_514() local
209 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_set_dac_ATI68860_B() local
292 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_set_dac_ATT21C498() local
430 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_set_pll18818() local
573 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_set_pll_1703() local
691 struct atyfb_par *par = (struct atyfb_par *) info->par; in aty_set_pll_8398() local
[all …]
H A Dmach64_accel.c40 void aty_reset_engine(struct atyfb_par *par) in aty_reset_engine()
57 static void reset_GTC_3D_engine(const struct atyfb_par *par) in reset_GTC_3D_engine()
67 void aty_init_engine(struct atyfb_par *par, struct fb_info *info) in aty_init_engine()
190 struct atyfb_par *par) in draw_rect()
201 struct atyfb_par *par = (struct atyfb_par *) info->par; in atyfb_copyarea() local
249 struct atyfb_par *par = (struct atyfb_par *) info->par; in atyfb_fillrect() local
289 struct atyfb_par *par = (struct atyfb_par *) info->par; in atyfb_imageblit() local

12345678910>>...14