/drivers/video/ |
D | tridentfb.c | 180 #define point(x, y) ((y) << 16 | (x)) macro 212 writemmr(par, DST1, point(x, y)); in blade_fill_rect() 213 writemmr(par, DST2, point(x + w - 1, y + h - 1)); in blade_fill_rect() 225 writemmr(par, DST1, point(x, y)); in blade_image_blit() 226 writemmr(par, DST2, point(x + w - 1, y + h - 1)); in blade_image_blit() 235 u32 s1 = point(x1, y1); in blade_copy_rect() 236 u32 s2 = point(x1 + w - 1, y1 + h - 1); in blade_copy_rect() 237 u32 d1 = point(x2, y2); in blade_copy_rect() 238 u32 d2 = point(x2 + w - 1, y2 + h - 1); in blade_copy_rect() 313 writemmr(par, OLDDIM, point(h, w)); in xp_fill_rect() [all …]
|
D | cyblafb.c | 355 out32(GE08, point(fr->dx, 0)); in cyblafb_fillrect() 356 out32(GE0C, point(fr->dx + fr->width - 1, in cyblafb_fillrect() 381 s1 = point(ca->sx, 0); in cyblafb_copyarea() 382 s2 = point(ca->sx + ca->width - 1, ca->height - 1); in cyblafb_copyarea() 383 d1 = point(ca->dx, 0); in cyblafb_copyarea() 384 d2 = point(ca->dx + ca->width - 1, ca->height - 1); in cyblafb_copyarea() 464 out32(GE08, point(image->dx, 0)); in cyblafb_imageblit() 465 out32(GE0C, point(image->dx + image->width - 1, in cyblafb_imageblit() 476 out32(GE08, point(image->dx, 0)); in cyblafb_imageblit() 477 out32(GE0C, point(2048 - 1, image->height - 1)); in cyblafb_imageblit() [all …]
|
/drivers/hwmon/ |
D | f71882fg.c | 83 #define F71882FG_REG_POINT_PWM(pwm, point) (0xAA + (point) + (16 * (pwm))) argument 84 #define F71882FG_REG_POINT_TEMP(pwm, point) (0xA6 + (point) + (16 * (pwm))) argument 925 int point; in f71882fg_update_device() local 926 for (point = 0; point < 5; point++) { in f71882fg_update_device() 927 data->pwm_auto_point_pwm[nr][point] = in f71882fg_update_device() 930 (nr, point)); in f71882fg_update_device() 932 for (point = 0; point < 4; point++) { in f71882fg_update_device() 933 data->pwm_auto_point_temp[nr][point] = in f71882fg_update_device() 936 (nr, point)); in f71882fg_update_device() 1485 int point = to_sensor_dev_attr_2(devattr)->nr; in show_pwm_auto_point_pwm() local [all …]
|
/drivers/s390/net/ |
D | Kconfig | 19 point-to-point networking on IBM System z. 34 link between VM guests. Using ifconfig a point-to-point connection
|
/drivers/xen/ |
D | Kconfig | 33 bool "Create compatibility mount point /proc/xen" 40 the compatibilty mount point /proc/xen if it is running on
|
/drivers/net/wan/ |
D | Kconfig | 353 point to the Frame Relay network, usually at the phone company) can 354 carry several logical point-to-point connections to other computers 370 How many logical point-to-point frame relay connections (the 450 you to open an LAPB point-to-point connection to some other computer
|
/drivers/uwb/ |
D | Kconfig | 11 UWB is a high-bandwidth, low-power, point-to-point radio
|
/drivers/mtd/maps/ |
D | uclinux.c | 86 mtd->point = uclinux_point; in uclinux_mtd_init()
|
/drivers/mtd/ |
D | mtdpart.c | 76 return part->master->point (part->master, from + part->offset, in part_point() 352 if (master->point && master->unpoint) { in add_one_partition() 353 slave->mtd.point = part_point; in add_one_partition()
|
D | Kconfig | 312 later point.
|
/drivers/mtd/devices/ |
D | mtdram.c | 117 mtd->point = ram_point; in mtdram_init_device()
|
D | phram.c | 144 new->mtd.point = phram_point; in register_device()
|
D | slram.c | 204 (*curmtd)->mtdinfo->point = slram_point; in register_device()
|
D | pmc551.c | 794 mtd->point = pmc551_point; in init_pmc551()
|
D | doc2001.c | 357 mtd->point = NULL; in DoCMil_init()
|
D | doc2001plus.c | 479 mtd->point = NULL; in DoCMilPlus_init()
|
D | doc2000.c | 575 mtd->point = NULL; in DoC2k_init()
|
/drivers/net/wireless/hostap/ |
D | Kconfig | 20 access point.
|
/drivers/video/riva/ |
D | riva_hw.h | 374 U032 point; /* y_x S16_S16 in pixels 4- 7*/ member
|
/drivers/base/ |
D | Kconfig | 98 but by changing this option you can point it elsewhere, such as
|
/drivers/block/paride/ |
D | Transition-notes | 108 point, we would have violated either (2.1) (if it was set while ps_set_intr()
|
/drivers/mtd/lpddr/ |
D | lpddr_cmds.c | 79 mtd->point = lpddr_point; in lpddr_cmdset()
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 346 * Update the tail to point to the new SCB. 394 * point to the new tail. 624 * the point of selection until our idle 677 * the point of re-selection until our idle 1818 * sg ptr value has advanced to the point where higher
|
/drivers/message/i2o/ |
D | README.ioctl | 44 point to a buffer containing MAX_I2O_CONTROLLERS entries. Upon
|
/drivers/char/ |
D | ChangeLog | 562 open file descriptors which point at the structure. If 720 CTS line, there's no point in enabling the modem
|