Home
last modified time | relevance | path

Searched refs:accel (Results 1 – 174 of 174) sorted by relevance

/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_accel.c21 static inline void write_dpr(struct lynx_accel * accel,int offset,u32 regValue) in write_dpr() argument
23 writel(regValue,accel->dprBase + offset); in write_dpr()
26 static inline u32 read_dpr(struct lynx_accel * accel,int offset) in read_dpr() argument
28 return readl(accel->dprBase + offset); in read_dpr()
31 static inline void write_dpPort(struct lynx_accel * accel,u32 data) in write_dpPort() argument
33 writel(data,accel->dpPortBase); in write_dpPort()
36 void hw_de_init(struct lynx_accel * accel) in hw_de_init() argument
41 write_dpr(accel,DE_MASKS,0xFFFFFFFF); in hw_de_init()
57 write_dpr(accel,DE_STRETCH_FORMAT,(read_dpr(accel,DE_STRETCH_FORMAT) & clr) | reg); in hw_de_init()
60 write_dpr(accel,DE_CLIP_TL,0);//dpr2c in hw_de_init()
[all …]
Dsm750_accel.h237 void hw_set2dformat(struct lynx_accel * accel,int fmt);
239 void hw_de_init(struct lynx_accel * accel);
241 int hw_fillrect(struct lynx_accel * accel,
247 struct lynx_accel * accel,
261 int hw_imageblit(struct lynx_accel *accel,
Dsm750.c215 share->accel.de_fillrect(&share->accel, in lynxfb_ops_fillrect()
247 share->accel.de_copyarea(&share->accel, in lynxfb_ops_copyarea()
291 share->accel.de_imageblit(&share->accel, in lynxfb_ops_imageblit()
727 share->accel.de_wait = (share->revid == SM750LE_REVISION_ID)?hw_sm750le_deWait : hw_sm750_deWait; in sm750fb_set_drv()
939 fix->accel = FB_ACCEL_SMI; in lynxfb_set_fbinfo()
1143 share->accel.de_init = hw_de_init; in lynxfb_pci_probe()
1144 share->accel.de_fillrect = hw_fillrect; in lynxfb_pci_probe()
1145 share->accel.de_copyarea = hw_copyarea; in lynxfb_pci_probe()
1146 share->accel.de_imageblit = hw_imageblit; in lynxfb_pci_probe()
Dsm750_hw.c64 share->accel.dprBase = share->pvReg + DE_BASE_ADDR_TYPE1; in hw_sm750_map()
65 share->accel.dpPortBase = share->pvReg + DE_PORT_ADDR_TYPE1; in hw_sm750_map()
327 hw_set2dformat(&share->accel, fmt); in hw_sm750_crtc_setMode()
581 share->accel.de_init(&share->accel); in hw_sm750_initAccel()
Dsm750.h51 struct lynx_accel accel; member
/linux-4.1.27/drivers/platform/x86/
Dclassmate-laptop.c220 struct cmpc_accel *accel; in cmpc_accel_sensitivity_show_v4() local
224 accel = dev_get_drvdata(&inputdev->dev); in cmpc_accel_sensitivity_show_v4()
226 return sprintf(buf, "%d\n", accel->sensitivity); in cmpc_accel_sensitivity_show_v4()
235 struct cmpc_accel *accel; in cmpc_accel_sensitivity_store_v4() local
241 accel = dev_get_drvdata(&inputdev->dev); in cmpc_accel_sensitivity_store_v4()
251 accel->sensitivity = sensitivity; in cmpc_accel_sensitivity_store_v4()
269 struct cmpc_accel *accel; in cmpc_accel_g_select_show_v4() local
273 accel = dev_get_drvdata(&inputdev->dev); in cmpc_accel_g_select_show_v4()
275 return sprintf(buf, "%d\n", accel->g_select); in cmpc_accel_g_select_show_v4()
284 struct cmpc_accel *accel; in cmpc_accel_g_select_store_v4() local
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/iio/
Dst-sensors.txt26 - st,lis3lv02dl-accel
27 - st,lsm303dlh-accel
28 - st,lsm303dlhc-accel
29 - st,lis3dh-accel
30 - st,lsm330d-accel
31 - st,lsm330dl-accel
32 - st,lsm330dlc-accel
33 - st,lis331dlh-accel
34 - st,lsm303dl-accel
35 - st,lsm303dlm-accel
[all …]
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c115 int accel; in matrox_cfbX_init() local
126 accel = (minfo->fbcon.var.accel_flags & FB_ACCELF_TEXT) == FB_ACCELF_TEXT; in matrox_cfbX_init()
133 if (accel && !(mpitch & 1)) { in matrox_cfbX_init()
141 if (accel) { in matrox_cfbX_init()
152 if (accel) { in matrox_cfbX_init()
160 if (accel) { in matrox_cfbX_init()
168 if (accel) { in matrox_cfbX_init()
192 …minfo->accel.m_dwg_rect = M_DWG_TRAP | M_DWG_SOLID | M_DWG_ARZERO | M_DWG_SGNZERO | M_DWG_SHIFTZER… in matrox_cfbX_init()
193 if (isMilleniumII(minfo)) minfo->accel.m_dwg_rect |= M_DWG_TRANSC; in matrox_cfbX_init()
194 minfo->accel.m_opmode = mopmode; in matrox_cfbX_init()
[all …]
Dmatroxfb_base.h373 struct matrox_accel_data accel; member
436 spinlock_t accel; member
726 #define CRITBEGIN spin_lock_irqsave(&minfo->lock.accel, critflags);
727 #define CRITEND spin_unlock_irqrestore(&minfo->lock.accel, critflags);
Dmatroxfb_Ti3026.c340 if (minfo->accel.ramdac_rev > 0x20) { in Ti3026_setpclk()
717 minfo->accel.ramdac_rev = inTi3026(minfo, TVP3026_XSILICONREV); in Ti3026_preinit()
Dmatroxfb_crtc2.c310 fix->accel = 0; /* no accel... */ in matroxfb_dh_init_fix()
Dmatroxfb_base.c723 fix->accel = minfo->devflags.accelerator; in matroxfb_init_fix()
2104 spin_lock_init(&minfo->lock.accel); in matroxfb_probe()
/linux-4.1.27/drivers/iio/accel/
Dhid-sensor-accel-3d.c44 struct hid_sensor_hub_attribute_info accel[ACCEL_3D_CHANNEL_MAX]; member
120 report_id = accel_state->accel[chan->scan_index].report_id; in accel_3d_read_raw()
261 &st->accel[CHANNEL_SCAN_INDEX_X + i]); in accel_3d_parse_report()
266 st->accel[CHANNEL_SCAN_INDEX_X + i].size); in accel_3d_parse_report()
269 st->accel[0].index, in accel_3d_parse_report()
270 st->accel[0].report_id, in accel_3d_parse_report()
271 st->accel[1].index, st->accel[1].report_id, in accel_3d_parse_report()
272 st->accel[2].index, st->accel[2].report_id); in accel_3d_parse_report()
276 &st->accel[CHANNEL_SCAN_INDEX_X], in accel_3d_parse_report()
DMakefile7 obj-$(CONFIG_BMC150_ACCEL) += bmc150-accel.o
8 obj-$(CONFIG_HID_SENSOR_ACCEL_3D) += hid-sensor-accel-3d.o
DKconfig47 module will be called hid-sensor-accel-3d.
/linux-4.1.27/drivers/video/fbdev/
Dneofb.c232 if (info->fix.accel == FB_ACCEL_NEOMAGIC_NM2200 || in neoCalcVCLK()
233 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2230 || in neoCalcVCLK()
234 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2360 || in neoCalcVCLK()
235 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2380) { in neoCalcVCLK()
974 switch (info->fix.accel) { in neofb_set_par()
1065 switch (info->fix.accel) { in neofb_set_par()
1092 if (info->fix.accel != FB_ACCEL_NEOMAGIC_NM2070) { in neofb_set_par()
1103 if (info->fix.accel != FB_ACCEL_NEOMAGIC_NM2070) { in neofb_set_par()
1110 if (info->fix.accel == FB_ACCEL_NEOMAGIC_NM2160) in neofb_set_par()
1113 if (info->fix.accel == FB_ACCEL_NEOMAGIC_NM2200 || in neofb_set_par()
[all …]
Dq40fb.c36 .accel = FB_ACCEL_NONE,
Dg364fb.c80 .accel = FB_ACCEL_NONE,
Dfm2fb.c136 .accel = FB_ACCEL_NONE,
Dhecubafb.c58 .accel = FB_ACCEL_NONE,
Dtridentfb.c50 .accel = FB_ACCEL_NONE,
1398 tridentfb_fix.accel = FB_ACCEL_TRIDENT_BLADEXP; in trident_pci_probe()
1405 tridentfb_fix.accel = FB_ACCEL_TRIDENT_BLADE3D; in trident_pci_probe()
1411 tridentfb_fix.accel = FB_ACCEL_TRIDENT_3DIMAGE; in trident_pci_probe()
1417 tridentfb_fix.accel = FB_ACCEL_TRIDENT_TGUI; in trident_pci_probe()
Dcobalt_lcdfb.c176 .accel = FB_ACCEL_NONE,
Dskeletonfb.c94 .accel = FB_ACCEL_NONE,
Dcyber2000fb.c1442 cfb->fb.fix.accel = 0; in cyberpro_alloc_fb_info()
1446 cfb->fb.fix.accel = FB_ACCEL_IGS_CYBER2000; in cyberpro_alloc_fb_info()
1450 cfb->fb.fix.accel = FB_ACCEL_IGS_CYBER2010; in cyberpro_alloc_fb_info()
1454 cfb->fb.fix.accel = FB_ACCEL_IGS_CYBER5000; in cyberpro_alloc_fb_info()
Defifb.c36 .accel = FB_ACCEL_NONE,
Dbw2.c191 info->fix.accel = FB_ACCEL_SUN_BWTWO; in bw2_init_fix()
Dp9100.c249 info->fix.accel = FB_ACCEL_SUN_CGTHREE; in p9100_init_fix()
Dgoldfishfb.c226 fb->fb.fix.accel = FB_ACCEL_NONE; in goldfish_fb_probe()
Dfb-puv3.c101 .accel = FB_ACCEL_NONE,
705 info->fix.accel = FB_ACCEL_PUV3_UNIGFX; in unifb_probe()
Dsimplefb.c36 .accel = FB_ACCEL_NONE,
Dchipsfb.c299 .accel = FB_ACCEL_NONE,
Dclps711x-fb.c330 info->fix.accel = FB_ACCEL_NONE; in clps711x_fb_probe()
Dcg3.c256 info->fix.accel = FB_ACCEL_SUN_CGTHREE; in cg3_init_fix()
Dxilinxfb.c117 .accel = FB_ACCEL_NONE
Dhpfb.c26 .accel = FB_ACCEL_NONE,
Dhitfb.c43 .accel = FB_ACCEL_NONE,
Dhgafb.c130 .accel = FB_ACCEL_NONE
D68328fb.c81 .accel = FB_ACCEL_NONE,
Dvesafb.c46 .accel = FB_ACCEL_NONE,
Dtcx.c342 info->fix.accel = FB_ACCEL_SUN_TCX; in tcx_init_fix()
Dpmag-aa-fb.c240 fix->accel = FB_ACCEL_NONE; in aafb_get_fix()
Dvfb.c110 .accel = FB_ACCEL_NONE,
Dgrvga.c80 .accel = FB_ACCEL_NONE,
Dwm8505fb.c290 fbi->fb.fix.accel = FB_ACCEL_NONE; in wm8505fb_probe()
Dbfin-t350mcqb-fb.c461 fbinfo->fix.accel = FB_ACCEL_NONE; in bfin_t350mcqb_probe()
Dcg14.c367 info->fix.accel = FB_ACCEL_SUN_CG14; in cg14_init_fix()
Dssd1307fb.c72 .accel = FB_ACCEL_NONE,
Dasiliantfb.c481 .accel = FB_ACCEL_NONE,
Dvt8500lcdfb.c303 fbi->fb.fix.accel = FB_ACCEL_NONE; in vt8500lcd_probe()
Dau1100fb.c92 .accel = FB_ACCEL_NONE,
Darcfb.c89 .accel = FB_ACCEL_NONE,
Dbf54x-lq043fb.c548 fbinfo->fix.accel = FB_ACCEL_NONE; in bfin_bf54x_probe()
Datafb.c189 .accel = FB_ACCEL_NONE,
612 fix->accel = FB_ACCEL_ATARIBLITT; in tt_encode_fix()
913 fix->accel = FB_ACCEL_ATARIBLITT; in falcon_encode_fix()
1838 fix->accel = FB_ACCEL_ATARIBLITT; in stste_encode_fix()
Dmetronomefb.c110 .accel = FB_ACCEL_NONE,
Dbf537-lq035.c454 .accel = FB_ACCEL_NONE,
Dplatinumfb.c338 info->fix.accel = FB_ACCEL_NONE; in platinum_init_info()
Dmacfb.c136 .accel = FB_ACCEL_NONE,
Dep93xx-fb.c543 info->fix.accel = FB_ACCEL_NONE; in ep93xxfb_probe()
Dleo.c444 info->fix.accel = FB_ACCEL_SUN_LEO; in leo_init_fix()
Dnuc900fb.c581 fbinfo->fix.accel = FB_ACCEL_NONE; in nuc900fb_probe()
Dxen-fbfront.c445 fb_info->fix.accel = FB_ACCEL_NONE; in xenfb_probe()
Dbfin-lq035q1-fb.c606 fbinfo->fix.accel = FB_ACCEL_NONE; in bfin_lq035q1_probe()
Dcarminefb.c85 .accel = FB_ACCEL_NONE,
Djz4740_fb.c146 .accel = FB_ACCEL_NONE,
Dbfin_adv7393fb.c99 .accel = FB_ACCEL_NONE
Dcg6.c648 info->fix.accel = FB_ACCEL_SUN_CGSIX; in cg6_init_fix()
Dhyperv_fb.c836 info->fix.accel = FB_ACCEL_NONE; in hvfb_probe()
Ds1d13xxxfb.c94 .accel = FB_ACCEL_NONE,
Dpxa168fb.c667 info->fix.accel = FB_ACCEL_NONE; in pxa168fb_probe()
Dtmiofb.c729 info->fix.accel = FB_ACCEL_NONE; in tmiofb_probe()
Dacornfb.c711 fb_info.fix.accel = FB_ACCEL_NONE; in acornfb_init_fbinfo()
Dpvr2fb.c154 .accel = FB_ACCEL_NONE,
Dffb.c893 info->fix.accel = FB_ACCEL_SUN_CREATOR; in ffb_init_fix()
Dvt8623fb.c752 info->fix.accel = FB_ACCEL_NONE; in vt8623_pci_probe()
Dmxsfb.c815 fb_info->fix.accel = FB_ACCEL_NONE; in mxsfb_init_fbinfo()
Damba-clcd.c484 fb->fb.fix.accel = FB_ACCEL_NONE; in clcdfb_register()
Ds3c2410fb.c907 fbinfo->fix.accel = FB_ACCEL_NONE; in s3c24xxfb_probe()
Dimxfb.c649 info->fix.accel = FB_ACCEL_NONE; in imxfb_init_fbinfo()
Dcontrolfb.c1060 info->fix.accel = FB_ACCEL_NONE; in control_init_info()
Dbroadsheetfb.c102 .accel = FB_ACCEL_NONE,
Dsa1100fb.c1151 fbi->fb.fix.accel = FB_ACCEL_NONE; in sa1100fb_init_fbinfo()
Dauo_k190x.c539 fix->accel = FB_ACCEL_NONE; in auok190xfb_set_fix()
Dcirrusfb.c1986 info->fix.accel = FB_ACCEL_NONE; in cirrusfb_set_fbinfo()
1988 info->fix.accel = FB_ACCEL_CIRRUS_ALPINE; in cirrusfb_set_fbinfo()
Dpxafb.c1819 fbi->fb.fix.accel = FB_ACCEL_NONE; in pxafb_init_fbinfo()
2138 fbi->fb.fix.accel = FB_ACCEL_PXA3XX; in pxafb_probe()
Darkfb.c1032 info->fix.accel = FB_ACCEL_NONE; in ark_pci_probe()
Dps3fb.c959 .accel = FB_ACCEL_NONE,
Dgbefb.c835 fix->accel = FB_ACCEL_NONE; in gbefb_encode_fix()
Dstifb.c1227 fix->accel = FB_ACCEL_NONE; in stifb_init_fb()
Dsh_mobile_lcdcfb.c1499 .accel = FB_ACCEL_NONE,
1792 .accel = FB_ACCEL_NONE,
Dda8xx-fb.c196 .accel = FB_ACCEL_NONE
Dvga16fb.c98 .accel = FB_ACCEL_NONE
Di740fb.c100 .accel = FB_ACCEL_NONE,
Datmel_lcdfb.c332 .accel = FB_ACCEL_NONE,
Dpm3fb.c94 .accel = FB_ACCEL_3DLABS_PERMEDIA3,
Dsstfb.c1402 fix->accel = FB_ACCEL_NONE; /* FIXME */ in sstfb_probe()
Dtgafb.c1361 info->fix.accel = FB_ACCEL_DEC_TGA;
Ds3fb.c1273 info->fix.accel = FB_ACCEL_NONE; in s3_pci_probe()
Dau1200fb.c1567 fbi->fix.accel = FB_ACCEL_NONE; in au1200fb_init_fbinfo()
Dmx3fb.c751 fix->accel = FB_ACCEL_NONE; in mx3fb_set_fix()
Dfsl-diu-fb.c795 fix->accel = FB_ACCEL_NONE; in set_fix()
Ds3c-fb.c1247 fbinfo->fix.accel = FB_ACCEL_NONE; in s3c_fb_probe_win()
Dudlfb.c42 .accel = FB_ACCEL_NONE,
Dimsttfb.c1429 info->fix.accel = FB_ACCEL_IMS_TWINTURBO; in init_imstt()
Dsmscufx.c118 .accel = FB_ACCEL_NONE,
Dtdfxfb.c108 .accel = FB_ACCEL_3DFX_BANSHEE
Dpm2fb.c117 .accel = FB_ACCEL_3DLABS_PERMEDIA2,
Dw100fb.c712 info->fix.accel = FB_ACCEL_NONE; in w100fb_probe()
Dsm501fb.c1747 fb->fix.accel = FB_ACCEL_NONE; in sm501fb_init_fb()
Duvesafb.c39 .accel = FB_ACCEL_NONE,
Damifb.c3566 info->fix.accel = FB_ACCEL_AMIGABLITT; in amifb_probe()
/linux-4.1.27/drivers/hid/
Dhid-wiimote-modules.c433 const __u8 *accel) in wiimod_accel_in_accel() argument
452 x = accel[2] << 2; in wiimod_accel_in_accel()
453 y = accel[3] << 2; in wiimod_accel_in_accel()
454 z = accel[4] << 2; in wiimod_accel_in_accel()
456 x |= (accel[0] >> 5) & 0x3; in wiimod_accel_in_accel()
457 y |= (accel[1] >> 4) & 0x2; in wiimod_accel_in_accel()
458 z |= (accel[1] >> 5) & 0x2; in wiimod_accel_in_accel()
460 input_report_abs(wdata->accel, ABS_RX, x - 0x200); in wiimod_accel_in_accel()
461 input_report_abs(wdata->accel, ABS_RY, y - 0x200); in wiimod_accel_in_accel()
462 input_report_abs(wdata->accel, ABS_RZ, z - 0x200); in wiimod_accel_in_accel()
[all …]
Dhid-wiimote.h148 struct input_dev *accel; member
196 void (*in_accel) (struct wiimote_data *wdata, const __u8 *accel);
268 extern void wiiproto_req_accel(struct wiimote_data *wdata, __u8 accel);
Dhid-wiimote-core.c272 void wiiproto_req_accel(struct wiimote_data *wdata, __u8 accel) in wiiproto_req_accel() argument
274 accel = !!accel; in wiiproto_req_accel()
275 if (accel == !!(wdata->state.flags & WIIPROTO_FLAG_ACCEL)) in wiiproto_req_accel()
278 if (accel) in wiiproto_req_accel()
1842 input_free_device(wdata->accel); in wiimote_hid_probe()
Dhid-picolcd_fb.c65 .accel = FB_ACCEL_NONE,
/linux-4.1.27/Documentation/fb/
Dintelfb.txt52 e. "accel"
54 by using 'fbset -accel true/false'.
94 append="video=intelfb:mode=800x600-32@75,accel,hwcursor,vram=8"
121 modprobe intelfb mode=800x600-32@75 vram=8 accel=1 hwcursor=1
125 options intelfb mode=800x600-32@75 vram=8 accel=1 hwcursor=1
Dintel810.txt129 j. "accel"
131 by using 'fbset -accel true/false'.
185 vsync1:50,vsync2:85,accel,mtrr"
212 vsync2=85 accel=1 mtrr=1
217 vsync2=85 accel=1 mtrr=1
Dcirrusfb.txt49 * Hint for AXP: Use -accel false -vyres -1 when changing resolution
Daty128fb.txt56 accel - use acceleration engine. Not finished.
Dmatroxfb.txt123 accel - use acceleration engine. It is default.
192 non-accelerated mode (`noaccel' or `fbset -accel false'), software
287 `noaccel' (and cfb4 accel) driver does not work on Alpha. So everyone
Dsstfb.txt164 - try to implement accel on voodoo2, this board can actually do a
Dapi.txt171 __u32 accel; /* Indicate to driver which */
/linux-4.1.27/drivers/media/rc/
Dati_remote.c457 static const char accel[] = { 1, 2, 4, 6, 9, 13, 20 }; in ati_remote_compute_accel() local
466 acc = accel[0]; in ati_remote_compute_accel()
468 acc = accel[1]; in ati_remote_compute_accel()
470 acc = accel[2]; in ati_remote_compute_accel()
472 acc = accel[3]; in ati_remote_compute_accel()
474 acc = accel[4]; in ati_remote_compute_accel()
476 acc = accel[5]; in ati_remote_compute_accel()
478 acc = accel[6]; in ati_remote_compute_accel()
/linux-4.1.27/drivers/video/fbdev/intelfb/
Dintelfbdrv.c233 static bool accel = 1; variable
246 module_param(accel, bool, S_IRUGO);
247 MODULE_PARM_DESC(accel, "Enable hardware acceleration");
357 if (get_opt_bool(this_opt, "accel", &accel)) in intelfb_setup()
618 dinfo->accel = accel; in intelfb_pci_register()
621 if (NOACCEL_CHIPSET(dinfo) && dinfo->accel == 1) { in intelfb_pci_register()
624 dinfo->accel = 0; in intelfb_pci_register()
637 if (dinfo->accel) { in intelfb_pci_register()
665 if (dinfo->accel) in intelfb_pci_register()
698 if (dinfo->accel) { in intelfb_pci_register()
[all …]
Dintelfb.h108 ((d)->accel && !(d)->ring_lockup && \
331 int accel; member
Dintelfbhw.c1563 if (!dinfo->accel) in intelfbhw_do_sync()
1621 dinfo->accel, dinfo->ring_active); in intelfbhw_2d_stop()
1624 if (!dinfo->accel) in intelfbhw_2d_stop()
1640 dinfo->accel, dinfo->ring_active); in intelfbhw_2d_start()
1643 if (!dinfo->accel) in intelfbhw_2d_start()
/linux-4.1.27/drivers/staging/iio/
DMakefile12 obj-y += accel/
DKconfig7 source "drivers/staging/iio/accel/Kconfig"
/linux-4.1.27/drivers/video/fbdev/sis/
Dsis_accel.c308 if((!ivideo->accel) || (!ivideo->engineok)) in fbcon_sis_sync()
330 if((!ivideo->accel) || (!ivideo->engineok)) { in fbcon_sis_fillrect()
381 if((!ivideo->accel) || (!ivideo->engineok)) { in fbcon_sis_copyarea()
Dsis_main.c1075 ivideo->accel = 0; in sisfb_set_vparms()
1262 ivideo->accel = 0; in sisfb_do_set_var()
1271 if(!(info->flags & FBINFO_HWACCEL_DISABLED)) ivideo->accel = -1; in sisfb_do_set_var()
1273 if(var->accel_flags & FB_ACCELF_TEXT) ivideo->accel = -1; in sisfb_do_set_var()
1853 fix->accel = FB_ACCEL_SIS_GLAMOUR; in sisfb_get_fix()
1857 fix->accel = FB_ACCEL_SIS_XABRE; in sisfb_get_fix()
1859 fix->accel = FB_ACCEL_XGI_VOLARI_Z; in sisfb_get_fix()
1861 fix->accel = FB_ACCEL_XGI_VOLARI_V; in sisfb_get_fix()
1863 fix->accel = FB_ACCEL_SIS_GLAMOUR_2; in sisfb_get_fix()
3872 if(ivideo->accel) { in sisfb_post_setmode()
[all …]
Dsis.h517 int accel; member
/linux-4.1.27/drivers/video/fbdev/via/
DMakefile7 viafb-y :=viafbdev.o hw.o via_i2c.o dvi.o lcd.o ioctl.o accel.o \
Dviafbdev.c174 viafbinfo->fix.accel = FB_ACCEL_VIA_UNICHROME; in viafb_setup_fixinfo()
/linux-4.1.27/drivers/iio/
DMakefile14 obj-y += accel/
DKconfig61 source "drivers/iio/accel/Kconfig"
/linux-4.1.27/drivers/video/fbdev/aty/
Dmach64_gx.c80 const union aty_pll *pll, u32 bpp, u32 accel) in aty_set_dac_514() argument
206 u32 accel) in aty_set_dac_ATI68860_B() argument
238 if (!accel) { in aty_set_dac_ATI68860_B()
289 u32 accel) in aty_set_dac_ATT21C498() argument
885 u32 accel) in aty_set_dac_unsupported() argument
Datyfb.h303 const union aty_pll * pll, u32 bpp, u32 accel);
Datyfb_base.c2558 info->fix.accel = FB_ACCEL_ATI_MACH64GX; in aty_init()
2561 info->fix.accel = FB_ACCEL_ATI_MACH64CT; in aty_init()
2565 info->fix.accel = FB_ACCEL_ATI_MACH64VT; in aty_init()
2569 info->fix.accel = FB_ACCEL_ATI_MACH64GT; in aty_init()
Daty128fb.c390 .accel = FB_ACCEL_ATI_RAGE128,
Dradeon_base.c1892 info->fix.accel = FB_ACCEL_ATI_RADEON; in radeon_set_fbinfo()
/linux-4.1.27/drivers/staging/iio/accel/
Dadis16220_core.c237 in_supply, in_1, in_2, accel, temp enumerator
255 [accel] = { { ADIS16220_CAPT_BUFA, 16, 1 },
347 .address = accel,
/linux-4.1.27/drivers/auxdisplay/
Dcfag12864bfb.c48 .accel = FB_ACCEL_NONE,
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/
Dppc440spe-adma.txt72 xor-accel@400200000 {
/linux-4.1.27/arch/arm/boot/dts/
Dste-href-tvk1281618.dtsi95 compatible = "st,lsm303dlh-accel";
Dam335x-pepper.dts79 accel: lis331dlh@1d { label
108 &accel {
Dste-snowball.dts258 compatible = "st,lsm303dlh-accel";
/linux-4.1.27/drivers/video/fbdev/nvidia/
Dnvidia.c1179 info->fix.accel = FB_ACCEL_NV4; in nvidia_set_fbinfo()
1182 info->fix.accel = FB_ACCEL_NV_10; in nvidia_set_fbinfo()
1185 info->fix.accel = FB_ACCEL_NV_20; in nvidia_set_fbinfo()
1188 info->fix.accel = FB_ACCEL_NV_30; in nvidia_set_fbinfo()
1191 info->fix.accel = FB_ACCEL_NV_40; in nvidia_set_fbinfo()
/linux-4.1.27/include/uapi/linux/
Dfb.h171 __u32 accel; /* Indicate to driver which */ member
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4554 struct ixgbe_fwd_adapter *accel) in ixgbe_fwd_ring_down() argument
4556 struct ixgbe_adapter *adapter = accel->real_adapter; in ixgbe_fwd_ring_down()
4557 unsigned int rxbase = accel->rx_base_queue; in ixgbe_fwd_ring_down()
4558 unsigned int txbase = accel->tx_base_queue; in ixgbe_fwd_ring_down()
4564 ixgbe_disable_fwd_ring(accel, adapter->rx_ring[rxbase + i]); in ixgbe_fwd_ring_down()
4578 struct ixgbe_fwd_adapter *accel) in ixgbe_fwd_ring_up() argument
4580 struct ixgbe_adapter *adapter = accel->real_adapter; in ixgbe_fwd_ring_up()
4584 if (!test_bit(accel->pool, &adapter->fwd_bitmask)) in ixgbe_fwd_ring_up()
4587 baseq = accel->pool * adapter->num_rx_queues_per_pool; in ixgbe_fwd_ring_up()
4589 accel->pool, adapter->num_rx_pools, in ixgbe_fwd_ring_up()
[all …]
/linux-4.1.27/drivers/video/fbdev/i810/
Di810_main.c139 static bool accel; variable
1121 fix->accel = FB_ACCEL_I810; in encode_fix()
1772 if (accel) in i810_init_defaults()
1968 accel = 1; in i810fb_setup()
2188 module_param(accel, bool, 0);
2189 MODULE_PARM_DESC(accel, "Use Acceleration (BLIT) engine (default = 0)");
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-osd.c134 fix->accel = FB_ACCEL_NONE; in vivid_fb_get_fix()
/linux-4.1.27/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c331 info->fix.accel = 0xff; /*FIXME: add right define */ in mb862xxfb_init_accel()
Dmb862xxfbdrv.c438 fbi->fix.accel = FB_ACCEL_NONE; in mb862xxfb_init_fbinfo()
/linux-4.1.27/drivers/video/fbdev/geode/
Dgx1fb_core.c290 info->fix.accel = FB_ACCEL_NONE; in gx1fb_init_fbinfo()
Dgxfb_core.c313 info->fix.accel = FB_ACCEL_NONE; in gxfb_init_fbinfo()
Dlxfb_core.c434 info->fix.accel = FB_ACCEL_NONE; in lxfb_init_fbinfo()
/linux-4.1.27/Documentation/scsi/
DChangeLog.sym53c8xx_289 - Miscellaneous common code rearrangements due to NetBSD accel
/linux-4.1.27/drivers/net/ppp/
DKconfig140 See http://accel-pptp.sourceforge.net/ for information how to
/linux-4.1.27/drivers/video/fbdev/core/
Dfbmem.c1250 u32 accel; member
1322 err |= put_user(fix->accel, &fix32->accel); in do_fscreeninfo_to_user()
/linux-4.1.27/drivers/video/fbdev/kyro/
Dfbdev.c47 .accel = FB_ACCEL_NONE,
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c486 info->fix.accel = FB_ACCEL_NONE; in vmw_fb_init()
/linux-4.1.27/arch/powerpc/boot/dts/
Dicon.dts436 xor-accel@400200000 {
Dkatmai.dts499 xor-accel@400200000 {
/linux-4.1.27/drivers/video/fbdev/mmp/fb/
Dmmpfb.c530 info->fix.accel = FB_ACCEL_NONE; in fb_info_setup()
/linux-4.1.27/drivers/video/fbdev/omap/
Domapfb_main.c425 fix->accel = FB_ACCEL_OMAP1610; in set_fb_fix()
1958 module_param_named(accel, def_accel, uint, 0664);
/linux-4.1.27/drivers/video/fbdev/mbx/
Dmbxfb.c112 .accel = FB_ACCEL_NONE,
/linux-4.1.27/drivers/staging/sm7xxfb/
Dsm7xxfb.c83 .accel = FB_ACCEL_SMI_LYNX,
/linux-4.1.27/drivers/video/fbdev/vermilion/
Dvermilion.c508 info->fix.accel = FB_ACCEL_NONE; in vml_pci_probe()
/linux-4.1.27/drivers/media/pci/ivtv/
Divtvfb.c643 fix->accel = FB_ACCEL_NONE; in ivtvfb_get_fix()
/linux-4.1.27/drivers/video/fbdev/savage/
Dsavagefb_driver.c2066 info->fix.accel = id->driver_data; in savage_init_fb_info()
2068 switch (info->fix.accel) { in savage_init_fb_info()
/linux-4.1.27/drivers/staging/fbtft/
Dfbtft-core.c805 info->fix.accel = FB_ACCEL_NONE; in fbtft_framebuffer_alloc()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_fb_helper.c1151 info->fix.accel = FB_ACCEL_NONE; in drm_fb_helper_fill_fix()
/linux-4.1.27/drivers/staging/xgifb/
DXGI_main_26.c1212 fix->accel = FB_ACCEL_SIS_XABRE; in XGIfb_get_fix()
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c658 fix->accel = FB_ACCEL_NONE; in set_fb_fix()
/linux-4.1.27/
DMAINTAINERS7844 W: http://sourceforge.net/projects/accel-pptp