Searched refs:sx (Results 1 - 25 of 86) sorted by last modified time

1234

/linux-master/fs/fuse/
H A Dinode.c208 struct fuse_statx *sx,
241 if (sx) {
243 sx->btime.tv_nsec =
244 min_t(u32, sx->btime.tv_nsec, NSEC_PER_SEC - 1);
254 if (sx->mask & STATX_BTIME) {
256 fi->i_btime.tv_sec = sx->btime.tv_sec;
257 fi->i_btime.tv_nsec = sx->btime.tv_nsec;
299 struct fuse_statx *sx,
334 fuse_change_attributes_common(inode, attr, sx, attr_valid, cache_mask);
207 fuse_change_attributes_common(struct inode *inode, struct fuse_attr *attr, struct fuse_statx *sx, u64 attr_valid, u32 cache_mask) argument
298 fuse_change_attributes(struct inode *inode, struct fuse_attr *attr, struct fuse_statx *sx, u64 attr_valid, u64 attr_version) argument
H A Dfuse_i.h1132 struct fuse_statx *sx,
1136 struct fuse_statx *sx,
H A Ddir.c1161 static void fuse_statx_to_attr(struct fuse_statx *sx, struct fuse_attr *attr) argument
1164 attr->ino = sx->ino;
1165 attr->size = sx->size;
1166 attr->blocks = sx->blocks;
1167 attr->atime = sx->atime.tv_sec;
1168 attr->mtime = sx->mtime.tv_sec;
1169 attr->ctime = sx->ctime.tv_sec;
1170 attr->atimensec = sx->atime.tv_nsec;
1171 attr->mtimensec = sx->mtime.tv_nsec;
1172 attr->ctimensec = sx
1186 struct fuse_statx *sx; local
[all...]
/linux-master/scripts/
H A Dkernel-doc1636 my ($px, $sx);
1639 foreach $sx (0 .. $#sects) {
1654 if ($prm_clean eq $sects[$sx]) {
1663 "'$sects[$sx]' " .
1669 "'$sects[$sx]' " .
/linux-master/include/uapi/linux/
H A Dfb.h341 __u32 sx; member in struct:fb_copyarea
/linux-master/include/linux/
H A Dfb.h334 __u32 sx; /* origin in the x-axis */ member in struct:fb_tilerect
345 __u32 sx; /* source origin in the x-axis */ member in struct:fb_tilearea
354 __u32 sx; /* origin in the x-axis */ member in struct:fb_tileblit
365 __u32 sx; /* cursor position in the x-axis */ member in struct:fb_tilecursor
/linux-master/drivers/video/fbdev/
H A Dvga16fb.c978 u32 sx, dx, width; local
984 sx = area->sx / 4;
988 if (area->dy < area->sy || (area->dy == area->sy && dx < sx)) {
991 src = info->screen_base + sx + area->sy * info->fix.line_length;
1006 src = info->screen_base + sx + width +
1028 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; local
1037 if (area->dx > vxres || area->sx > vxres || area->dy > vyres ||
1058 if (sx
[all...]
H A Dtgafb.c1157 copyarea_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, argument
1170 if ((dx | sx | width) & 7) {
1181 backward = dy == sy && dx > sx && dx < sx + width;
1186 sepos = sy * line_length + sx;
1268 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; local
1275 sx = area->sx;
1282 if (dx > vxres || sx > vxres || dy > vyres || sy > vyres)
1292 if (sx
[all...]
H A Dhgafb.c503 src = rowaddr(info, y1) + (area->sx >> 3);
514 src = rowaddr(info, y1) + (area->sx >> 3);
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c361 pack(l1_cfg->sy >> 1, l1_cfg->sx));
516 par->l1_cfg.sx = 0;
/linux-master/drivers/video/fbdev/core/
H A Dsvgalib.c229 ((area->sy == area->dy) && (area->sx > area->dx))) {
230 src = fb + area->sx * colstride + area->sy * rowstride;
233 src = fb + (area->sx + area->width - 1) * colstride
264 fb += rect->sx * colstride + rect->sy * rowstride;
285 fb += blit->sx * colstride + blit->sy * rowstride;
307 u16 pos = cursor->sx + (info->var.xoffset / 8)
H A Dtileblit.c20 int sx, int dy, int dx, int height, int width)
24 area.sx = sx;
35 int sx, int height, int width)
45 rect.sx = sx;
62 blit.sx = xx;
88 cursor.sx = vc->state.x;
19 tile_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
34 tile_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) argument
H A Dfbcon_ud.c49 int sx, int dy, int dx, int height, int width)
57 area.sx = vxres - ((sx + width) * vc->vc_font.width);
67 int sx, int height, int width)
77 region.dx = vxres - ((sx + width) * vc->vc_font.width);
48 ud_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
66 ud_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) argument
H A Dfbcon_ccw.c64 int sx, int dy, int dx, int height, int width)
70 area.sx = sy * vc->vc_font.height;
71 area.sy = vyres - ((sx + width) * vc->vc_font.width);
81 int sx, int height, int width)
90 region.dy = vyres - ((sx + width) * vc->vc_font.width);
63 ccw_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
80 ccw_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) argument
H A Dfbcon_cw.c49 int sx, int dy, int dx, int height, int width)
55 area.sx = vxres - ((sy + height) * vc->vc_font.height);
56 area.sy = sx * vc->vc_font.width;
66 int sx, int height, int width)
75 region.dy = sx * vc->vc_font.width;
48 cw_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
65 cw_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) argument
H A Dfbcon.h56 int sx, int dy, int dx, int height, int width);
58 int sx, int height, int width);
H A Dfbcon.c1236 static void __fbcon_clear(struct vc_data *vc, unsigned int sy, unsigned int sx, argument
1267 ops->clear(vc, info, real_y(p, sy), sx, b, width);
1268 ops->clear(vc, info, real_y(p, sy + b), sx, height - b,
1271 ops->clear(vc, info, real_y(p, sy), sx, height, width);
1274 static void fbcon_clear(struct vc_data *vc, unsigned int sy, unsigned int sx, argument
1277 __fbcon_clear(vc, sy, sx, 1, width);
1668 static void fbcon_bmove_rec(struct vc_data *vc, struct fbcon_display *p, int sy, int sx, argument
1678 fbcon_bmove_rec(vc, p, sy, sx, dy, dx, b, width,
1680 fbcon_bmove_rec(vc, p, sy + b, sx, dy + b, dx,
1683 fbcon_bmove_rec(vc, p, sy + b, sx, d
1710 fbcon_bmove(struct vc_data *vc, int sy, int sx, int dy, int dx, int height, int width) argument
[all...]
H A Dbitblit.c47 int sx, int dy, int dx, int height, int width)
51 area.sx = sx * vc->vc_font.width;
62 int sx, int height, int width)
68 region.dx = sx * vc->vc_font.width;
46 bit_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
61 bit_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) argument
/linux-master/drivers/video/console/
H A Dvgacon.c1188 static void vgacon_clear(struct vc_data *vc, unsigned int sy, unsigned int sx, argument
H A Dnewport_con.c349 static void newport_clear(struct vc_data *vc, unsigned int sy, unsigned int sx, argument
352 int xend = ((sx + width) << 3) - 1;
360 newport_clear_screen(sx << 3, ystart, xend, yend,
363 newport_clear_screen(sx << 3, ystart, xend, 1023,
365 newport_clear_screen(sx << 3, 0, xend, yend,
H A Dsticon.c290 static void sticon_clear(struct vc_data *conp, unsigned int sy, unsigned int sx, argument
293 sti_clear(sticon_sti, sy, sx, 1, width,
H A Ddummycon.c116 static void dummycon_clear(struct vc_data *vc, unsigned int sy, unsigned int sx, argument
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.c233 int tx, ty, sx, sy; local
248 sx = s_frame->width;
250 if (sx <= 0 || sy <= 0) {
251 dev_err(dev, "Invalid source size: %dx%d\n", sx, sy);
254 sc->real_width = sx;
257 ret = fimc_get_scaler_factor(sx, tx, &sc->pre_hratio, &sc->hfactor);
265 sc->pre_dst_width = sx / sc->pre_hratio;
269 sc->main_hratio = (sx << 14) / (tx << sc->hfactor);
272 sc->main_hratio = (sx << 8) / (tx << sc->hfactor);
277 sc->scaleup_h = (tx >= sx)
[all...]
/linux-master/arch/s390/kvm/
H A Dgaccess.c188 unsigned long sx : 11; member in struct:vaddress::__anon69
661 ptr += vaddr.sx * 8;
726 ptr = rtte.fc0.sto * PAGE_SIZE + vaddr.sx * 8;
1513 ptr += vaddr.sx * _SEGMENT_SIZE;
1517 *pgt = ptr + vaddr.sx * 8;
1518 rc = gmap_read_table(parent, ptr + vaddr.sx * 8, &ste.val);
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c153 uv_node_id = node_id.sx.node_id;

Completed in 366 milliseconds

1234