Searched refs:xs (Results 51 - 75 of 108) sorted by relevance

12345

/linux-master/drivers/staging/fbtft/
H A Dfb_tinylcd.c50 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
53 xs >> 8, xs & 0xFF, xe >> 8, xe & 0xFF);
H A Dfb_agm1264k-fl.c213 int xs, ys_page, xe, ye_page; member in struct:__anon213
217 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
219 addr_win.xs = xs;
227 int xs, int xe, int y)
231 for (x = xs; x < xe; ++x) {
340 if (addr_win.xs < par->info->var.xres / 2) {
342 addr_win.xs,
345 len = par->info->var.xres / 2 - addr_win.xs;
350 write_reg(par, 0x00, BIT(6) | (u8)addr_win.xs);
226 construct_line_bitmap(struct fbtft_par *par, u8 *dest, signed short *src, int xs, int xe, int y) argument
[all...]
H A Dfb_ili9320.c163 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
169 write_reg(par, 0x0020, xs);
173 write_reg(par, 0x0020, WIDTH - 1 - xs);
178 write_reg(par, 0x0021, xs);
182 write_reg(par, 0x0021, HEIGHT - 1 - xs);
H A Dfb_bd663474.c104 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
110 write_reg(par, 0x0200, xs);
114 write_reg(par, 0x0200, WIDTH - 1 - xs);
119 write_reg(par, 0x0201, xs);
123 write_reg(par, 0x0201, HEIGHT - 1 - xs);
H A Dfb_ili9325.c153 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
159 write_reg(par, 0x0020, xs);
163 write_reg(par, 0x0020, WIDTH - 1 - xs);
168 write_reg(par, 0x0021, xs);
172 write_reg(par, 0x0021, HEIGHT - 1 - xs);
H A Dfb_ssd1289.c65 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
71 write_reg(par, 0x4e, xs);
75 write_reg(par, 0x4e, par->info->var.xres - 1 - xs);
80 write_reg(par, 0x4f, xs);
84 write_reg(par, 0x4f, par->info->var.xres - 1 - xs);
H A Dfb_s6d1121.c68 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
74 write_reg(par, 0x0020, xs);
78 write_reg(par, 0x0020, WIDTH - 1 - xs);
83 write_reg(par, 0x0021, xs);
87 write_reg(par, 0x0021, HEIGHT - 1 - xs);
H A Dfb_hx8357d.c132 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
135 xs >> 8, xs & 0xff, /* XSTART */
H A Dfb_st7735r.c86 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
89 xs >> 8, xs & 0xFF, xe >> 8, xe & 0xFF);
H A Dfb_s6d02a1.c100 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
103 xs >> 8, xs & 0xFF, xe >> 8, xe & 0xFF);
H A Dfb_ili9340.c81 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
84 xs >> 8, xs & 0xFF, xe >> 8, xe & 0xFF);
H A Dfb_ili9341.c68 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
71 (xs >> 8) & 0xFF, xs & 0xFF, (xe >> 8) & 0xFF, xe & 0xFF);
H A Dfb_ra8875.c169 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
172 write_reg(par, 0x30, xs & 0x00FF);
173 write_reg(par, 0x31, (xs & 0xFF00) >> 8);
176 write_reg(par, 0x34, (xs + xe) & 0x00FF);
177 write_reg(par, 0x35, ((xs + xe) & 0xFF00) >> 8);
182 write_reg(par, 0x46, xs & 0xff);
183 write_reg(par, 0x47, (xs >> 8) & 0x03);
H A Dfb_uc1611.c111 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
120 /* Set page address (divide xs by 2) (not used by driver) */
121 write_reg(par, 0x60 | ((xs >> 1) & 0x0F));
122 write_reg(par, 0x70 | (xs >> 5));
126 write_reg(par, xs & 0x0F);
127 write_reg(par, 0x10 | (xs >> 4));
H A Dfb_hx8340bn.c109 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) argument
111 write_reg(par, MIPI_DCS_SET_COLUMN_ADDRESS, 0x00, xs, 0x00, xe);
/linux-master/include/net/
H A Dxdp_sock.h122 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp);
123 int __xsk_map_redirect(struct xdp_sock *xs, struct xdp_buff *xdp);
199 static inline int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) argument
204 static inline int __xsk_map_redirect(struct xdp_sock *xs, struct xdp_buff *xdp) argument
H A Dxsk_buff_pool.h105 struct xsk_buff_pool *xp_create_and_assign_umem(struct xdp_sock *xs,
111 int xp_alloc_tx_descs(struct xsk_buff_pool *pool, struct xdp_sock *xs);
116 void xp_add_xsk(struct xsk_buff_pool *pool, struct xdp_sock *xs);
117 void xp_del_xsk(struct xsk_buff_pool *pool, struct xdp_sock *xs);
/linux-master/fs/ocfs2/
H A Dxattr.c246 struct ocfs2_xattr_search *xs);
251 struct ocfs2_xattr_search *xs);
259 struct ocfs2_xattr_search *xs,
264 struct ocfs2_xattr_search *xs,
1067 struct ocfs2_xattr_search *xs)
1077 entry = xs->here;
1078 for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) {
1083 cmp = memcmp(name, (xs->base +
1090 xs->here = entry;
1152 struct ocfs2_xattr_search *xs)
1065 ocfs2_xattr_find_entry(int name_index, const char *name, struct ocfs2_xattr_search *xs) argument
1147 ocfs2_xattr_ibody_get(struct inode *inode, int name_index, const char *name, void *buffer, size_t buffer_size, struct ocfs2_xattr_search *xs) argument
1197 ocfs2_xattr_block_get(struct inode *inode, int name_index, const char *name, void *buffer, size_t buffer_size, struct ocfs2_xattr_search *xs) argument
2667 ocfs2_xattr_ibody_find(struct inode *inode, int name_index, const char *name, struct ocfs2_xattr_search *xs) argument
2763 ocfs2_xattr_ibody_set(struct inode *inode, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) argument
2807 ocfs2_xattr_block_find(struct inode *inode, int name_index, const char *name, struct ocfs2_xattr_search *xs) argument
2946 ocfs2_xattr_block_set(struct inode *inode, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) argument
2997 ocfs2_xattr_can_be_in_inode(struct inode *inode, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xs) argument
3806 ocfs2_xattr_bucket_find(struct inode *inode, int name_index, const char *name, u32 name_hash, u64 p_blkno, u32 first_hash, u32 num_clusters, struct ocfs2_xattr_search *xs) argument
3917 ocfs2_xattr_index_block_find(struct inode *inode, struct buffer_head *root_bh, int name_index, const char *name, struct ocfs2_xattr_search *xs) argument
4246 ocfs2_xattr_update_xattr_search(struct inode *inode, struct ocfs2_xattr_search *xs, struct buffer_head *old_bh) argument
4266 ocfs2_xattr_create_index_block(struct inode *inode, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) argument
5538 ocfs2_xattr_set_entry_bucket(struct inode *inode, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) argument
5581 ocfs2_xattr_set_entry_index_block(struct inode *inode, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) argument
[all...]
/linux-master/net/xdp/
H A Dxsk_buff_pool.c11 void xp_add_xsk(struct xsk_buff_pool *pool, struct xdp_sock *xs) argument
15 if (!xs->tx)
19 list_add_rcu(&xs->tx_list, &pool->xsk_tx_list);
23 void xp_del_xsk(struct xsk_buff_pool *pool, struct xdp_sock *xs) argument
27 if (!xs->tx)
31 list_del_rcu(&xs->tx_list);
45 int xp_alloc_tx_descs(struct xsk_buff_pool *pool, struct xdp_sock *xs) argument
47 pool->tx_descs = kvcalloc(xs->tx->nentries, sizeof(*pool->tx_descs),
55 struct xsk_buff_pool *xp_create_and_assign_umem(struct xdp_sock *xs, argument
72 if (xs
[all...]
/linux-master/arch/mips/math-emu/
H A Dsp_mul.c80 return ieee754sp_inf(xs ^ ys);
87 return ieee754sp_zero(xs ^ ys);
109 rs = xs ^ ys;
H A Ddp_mul.c80 return ieee754dp_inf(xs ^ ys);
87 return ieee754dp_zero(xs ^ ys);
109 rs = xs ^ ys;
H A Ddp_sqrt.c45 if (xs) {
57 if (xs) {
/linux-master/arch/arm/boot/compressed/
H A Dstring.c158 char *xs = s; local
160 *xs++ = c;
/linux-master/lib/
H A Dstring.c518 char *xs = s; local
521 *xs++ = c;
540 uint16_t *xs = s; local
543 *xs++ = v;
562 uint32_t *xs = s; local
565 *xs++ = v;
584 uint64_t *xs = s; local
587 *xs++ = v;
/linux-master/scripts/
H A Dcheckstack.pl40 my (@stack, $re, $dre, $sub, $x, $xs, $funcre, $min_stack);
54 $xs = "[0-9a-f ]"; # hex character or space

Completed in 182 milliseconds

12345