Searched refs:accel (Results 1 - 200 of 212) sorted by relevance

12

/linux-4.4.14/drivers/iio/accel/
H A Dst_accel_i2c.c24 .compatible = "st,lis3lv02dl-accel",
28 .compatible = "st,lsm303dlh-accel",
32 .compatible = "st,lsm303dlhc-accel",
36 .compatible = "st,lis3dh-accel",
40 .compatible = "st,lsm330d-accel",
44 .compatible = "st,lsm330dl-accel",
48 .compatible = "st,lsm330dlc-accel",
52 .compatible = "st,lis331dl-accel",
56 .compatible = "st,lis331dlh-accel",
60 .compatible = "st,lsm303dl-accel",
64 .compatible = "st,lsm303dlm-accel",
68 .compatible = "st,lsm330-accel",
72 .compatible = "st,lsm303agr-accel",
130 .name = "st-accel-i2c",
H A DMakefile7 obj-$(CONFIG_BMC150_ACCEL) += bmc150-accel-core.o
8 obj-$(CONFIG_BMC150_ACCEL_I2C) += bmc150-accel-i2c.o
9 obj-$(CONFIG_BMC150_ACCEL_SPI) += bmc150-accel-spi.o
10 obj-$(CONFIG_HID_SENSOR_ACCEL_3D) += hid-sensor-accel-3d.o
H A Dst_accel.h32 * struct st_sensors_platform_data - default accel platform data
33 * @drdy_int_pin: default accel DRDY is available on INT1 pin.
H A Dhid-sensor-accel-3d.c44 struct hid_sensor_hub_attribute_info accel[ACCEL_3D_CHANNEL_MAX]; member in struct:accel_3d_state
120 report_id = accel_state->accel[chan->scan_index].report_id; accel_3d_read_raw()
261 &st->accel[CHANNEL_SCAN_INDEX_X + i]); accel_3d_parse_report()
266 st->accel[CHANNEL_SCAN_INDEX_X + i].size); accel_3d_parse_report()
269 st->accel[0].index, accel_3d_parse_report()
270 st->accel[0].report_id, accel_3d_parse_report()
271 st->accel[1].index, st->accel[1].report_id, accel_3d_parse_report()
272 st->accel[2].index, st->accel[2].report_id); accel_3d_parse_report()
276 &st->accel[CHANNEL_SCAN_INDEX_X], accel_3d_parse_report()
H A Dst_accel_spi.c67 .name = "st-accel-spi",
H A Dbmc150-accel-i2c.c29 #include "bmc150-accel.h"
H A Dbmc150-accel-spi.c26 #include "bmc150-accel.h"
H A Dssp_accel_sensor.c67 dev_err(&indio_dev->dev, "accel sensor enable fail\n"); ssp_accel_write_raw()
H A Dbma180.c64 #define BMA180_ACC_X_LSB 0x02 /* First of 6 registers of accel data */
80 #define BMA180_NEW_DATA_INT BIT(1) /* Intr every new accel data is ready */
86 #define BMA180_RANGE 0x0e /* Range of measured accel values */
106 #define BMA250_RANGE_MASK GENMASK(3, 0) /* Range of accel values */
H A Dbmc150-accel-core.c40 #include "bmc150-accel.h"
H A Dkxcjk-1013.c33 #include <linux/iio/accel/kxcjk_1013.h>
/linux-4.4.14/drivers/staging/sm750fb/
H A Dsm750_accel.c21 static inline void write_dpr(struct lynx_accel *accel, int offset, u32 regValue) write_dpr() argument
23 writel(regValue, accel->dprBase + offset); write_dpr()
26 static inline u32 read_dpr(struct lynx_accel *accel, int offset) read_dpr() argument
28 return readl(accel->dprBase + offset); read_dpr()
31 static inline void write_dpPort(struct lynx_accel *accel, u32 data) write_dpPort() argument
33 writel(data, accel->dpPortBase); write_dpPort()
36 void hw_de_init(struct lynx_accel *accel) hw_de_init() argument
41 write_dpr(accel, DE_MASKS, 0xFFFFFFFF); hw_de_init()
57 write_dpr(accel, DE_STRETCH_FORMAT, (read_dpr(accel, DE_STRETCH_FORMAT) & clr) | reg); hw_de_init()
60 write_dpr(accel, DE_CLIP_TL, 0); /* dpr2c */ hw_de_init()
61 write_dpr(accel, DE_CLIP_BR, 0); /* dpr30 */ hw_de_init()
63 write_dpr(accel, DE_COLOR_COMPARE_MASK, 0); /* dpr24 */ hw_de_init()
64 write_dpr(accel, DE_COLOR_COMPARE, 0); hw_de_init()
75 write_dpr(accel, DE_CONTROL, (read_dpr(accel, DE_CONTROL)&clr)|reg); hw_de_init()
82 void hw_set2dformat(struct lynx_accel *accel, int fmt) hw_set2dformat() argument
87 reg = read_dpr(accel, DE_STRETCH_FORMAT); hw_set2dformat()
89 write_dpr(accel, DE_STRETCH_FORMAT, reg); hw_set2dformat()
92 int hw_fillrect(struct lynx_accel *accel, hw_fillrect() argument
99 if (accel->de_wait() != 0) { hw_fillrect()
106 write_dpr(accel, DE_WINDOW_DESTINATION_BASE, base); /* dpr40 */ hw_fillrect()
107 write_dpr(accel, DE_PITCH, hw_fillrect()
111 write_dpr(accel, DE_WINDOW_WIDTH, hw_fillrect()
115 write_dpr(accel, DE_FOREGROUND, color); /* DPR14 */ hw_fillrect()
117 write_dpr(accel, DE_DESTINATION, hw_fillrect()
122 write_dpr(accel, DE_DIMENSION, hw_fillrect()
134 write_dpr(accel, DE_CONTROL, deCtrl); hw_fillrect()
139 struct lynx_accel *accel, hw_copyarea()
229 write_dpr(accel, DE_WINDOW_SOURCE_BASE, sBase); /* dpr40 */ hw_copyarea()
234 write_dpr(accel, DE_WINDOW_DESTINATION_BASE, dBase); /* dpr44 */ hw_copyarea()
241 write_dpr(accel, DE_PITCH, hw_copyarea()
249 write_dpr(accel, DE_WINDOW_WIDTH, hw_copyarea()
253 if (accel->de_wait() != 0) hw_copyarea()
258 write_dpr(accel, DE_SOURCE, hw_copyarea()
262 write_dpr(accel, DE_DESTINATION, hw_copyarea()
266 write_dpr(accel, DE_DIMENSION, hw_copyarea()
277 write_dpr(accel, DE_CONTROL, de_ctrl); /* dpr0c */ hw_copyarea()
284 static unsigned int deGetTransparency(struct lynx_accel *accel) deGetTransparency() argument
288 de_ctrl = read_dpr(accel, DE_CONTROL); deGetTransparency()
298 int hw_imageblit(struct lynx_accel *accel, hw_imageblit() argument
325 if (accel->de_wait() != 0) hw_imageblit()
331 write_dpr(accel, DE_WINDOW_SOURCE_BASE, 0); hw_imageblit()
336 write_dpr(accel, DE_WINDOW_DESTINATION_BASE, dBase); hw_imageblit()
342 write_dpr(accel, DE_PITCH, hw_imageblit()
350 write_dpr(accel, DE_WINDOW_WIDTH, hw_imageblit()
356 write_dpr(accel, DE_SOURCE, hw_imageblit()
360 write_dpr(accel, DE_DESTINATION, hw_imageblit()
365 write_dpr(accel, DE_DIMENSION, hw_imageblit()
369 write_dpr(accel, DE_FOREGROUND, fColor); hw_imageblit()
370 write_dpr(accel, DE_BACKGROUND, bColor); hw_imageblit()
378 write_dpr(accel, DE_CONTROL, de_ctrl | deGetTransparency(accel)); hw_imageblit()
384 write_dpPort(accel, *(unsigned int *)(pSrcbuf + (j * 4))); hw_imageblit()
388 write_dpPort(accel, *(unsigned int *)ajRemain); hw_imageblit()
138 hw_copyarea( struct lynx_accel *accel, unsigned int sBase, unsigned int sPitch, unsigned int sx, unsigned int sy, unsigned int dBase, unsigned int dPitch, unsigned int Bpp, unsigned int dx, unsigned int dy, unsigned int width, unsigned int height, unsigned int rop2) hw_copyarea() argument
H A 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,
H A Dsm750.c197 sm750_dev->accel.de_fillrect(&sm750_dev->accel, lynxfb_ops_fillrect()
231 sm750_dev->accel.de_copyarea(&sm750_dev->accel, lynxfb_ops_copyarea()
280 sm750_dev->accel.de_imageblit(&sm750_dev->accel, lynxfb_ops_imageblit()
668 sm750_dev->accel.de_wait = (sm750_dev->revid == SM750LE_REVISION_ID) ? sm750fb_set_drv()
871 fix->accel = FB_ACCEL_SMI; lynxfb_set_fbinfo()
1043 sm750_dev->accel.de_init = hw_de_init; lynxfb_pci_probe()
1044 sm750_dev->accel.de_fillrect = hw_fillrect; lynxfb_pci_probe()
1045 sm750_dev->accel.de_copyarea = hw_copyarea; lynxfb_pci_probe()
1046 sm750_dev->accel.de_imageblit = hw_imageblit; lynxfb_pci_probe()
H A Dsm750_hw.c61 sm750_dev->accel.dprBase = sm750_dev->pvReg + DE_BASE_ADDR_TYPE1; hw_sm750_map()
62 sm750_dev->accel.dpPortBase = sm750_dev->pvReg + DE_PORT_ADDR_TYPE1; hw_sm750_map()
280 hw_set2dformat(&sm750_dev->accel, fmt); hw_sm750_crtc_setMode()
490 sm750_dev->accel.de_init(&sm750_dev->accel); hw_sm750_initAccel()
H A Dsm750.h80 struct lynx_accel accel; member in struct:sm750_dev
/linux-4.4.14/drivers/platform/x86/
H A Dclassmate-laptop.c220 struct cmpc_accel *accel; cmpc_accel_sensitivity_show_v4() local
224 accel = dev_get_drvdata(&inputdev->dev); cmpc_accel_sensitivity_show_v4()
226 return sprintf(buf, "%d\n", accel->sensitivity); cmpc_accel_sensitivity_show_v4()
235 struct cmpc_accel *accel; cmpc_accel_sensitivity_store_v4() local
241 accel = dev_get_drvdata(&inputdev->dev); cmpc_accel_sensitivity_store_v4()
251 accel->sensitivity = sensitivity; cmpc_accel_sensitivity_store_v4()
269 struct cmpc_accel *accel; cmpc_accel_g_select_show_v4() local
273 accel = dev_get_drvdata(&inputdev->dev); cmpc_accel_g_select_show_v4()
275 return sprintf(buf, "%d\n", accel->g_select); cmpc_accel_g_select_show_v4()
284 struct cmpc_accel *accel; cmpc_accel_g_select_store_v4() local
290 accel = dev_get_drvdata(&inputdev->dev); cmpc_accel_g_select_store_v4()
300 accel->g_select = g_select; cmpc_accel_g_select_store_v4()
315 struct cmpc_accel *accel; cmpc_accel_open_v4() local
318 accel = dev_get_drvdata(&input->dev); cmpc_accel_open_v4()
320 cmpc_accel_set_sensitivity_v4(acpi->handle, accel->sensitivity); cmpc_accel_open_v4()
321 cmpc_accel_set_g_select_v4(acpi->handle, accel->g_select); cmpc_accel_open_v4()
324 accel->inputdev_state = CMPC_ACCEL_DEV_STATE_OPEN; cmpc_accel_open_v4()
333 struct cmpc_accel *accel; cmpc_accel_close_v4() local
336 accel = dev_get_drvdata(&input->dev); cmpc_accel_close_v4()
339 accel->inputdev_state = CMPC_ACCEL_DEV_STATE_CLOSED; cmpc_accel_close_v4()
356 struct cmpc_accel *accel; cmpc_accel_suspend_v4() local
359 accel = dev_get_drvdata(&inputdev->dev); cmpc_accel_suspend_v4()
361 if (accel->inputdev_state == CMPC_ACCEL_DEV_STATE_OPEN) cmpc_accel_suspend_v4()
370 struct cmpc_accel *accel; cmpc_accel_resume_v4() local
373 accel = dev_get_drvdata(&inputdev->dev); cmpc_accel_resume_v4()
375 if (accel->inputdev_state == CMPC_ACCEL_DEV_STATE_OPEN) { cmpc_accel_resume_v4()
377 accel->sensitivity); cmpc_accel_resume_v4()
379 accel->g_select); cmpc_accel_resume_v4()
393 struct cmpc_accel *accel; cmpc_accel_add_v4() local
395 accel = kmalloc(sizeof(*accel), GFP_KERNEL); cmpc_accel_add_v4()
396 if (!accel) cmpc_accel_add_v4()
399 accel->inputdev_state = CMPC_ACCEL_DEV_STATE_CLOSED; cmpc_accel_add_v4()
401 accel->sensitivity = CMPC_ACCEL_SENSITIVITY_DEFAULT; cmpc_accel_add_v4()
402 cmpc_accel_set_sensitivity_v4(acpi->handle, accel->sensitivity); cmpc_accel_add_v4()
408 accel->g_select = CMPC_ACCEL_G_SELECT_DEFAULT; cmpc_accel_add_v4()
409 cmpc_accel_set_g_select_v4(acpi->handle, accel->g_select); cmpc_accel_add_v4()
421 dev_set_drvdata(&inputdev->dev, accel); cmpc_accel_add_v4()
430 kfree(accel); cmpc_accel_add_v4()
437 struct cmpc_accel *accel; cmpc_accel_remove_v4() local
440 accel = dev_get_drvdata(&inputdev->dev); cmpc_accel_remove_v4()
569 struct cmpc_accel *accel; cmpc_accel_sensitivity_show() local
573 accel = dev_get_drvdata(&inputdev->dev); cmpc_accel_sensitivity_show()
575 return sprintf(buf, "%d\n", accel->sensitivity); cmpc_accel_sensitivity_show()
584 struct cmpc_accel *accel; cmpc_accel_sensitivity_store() local
590 accel = dev_get_drvdata(&inputdev->dev); cmpc_accel_sensitivity_store()
596 accel->sensitivity = sensitivity; cmpc_accel_sensitivity_store()
640 struct cmpc_accel *accel; cmpc_accel_add() local
642 accel = kmalloc(sizeof(*accel), GFP_KERNEL); cmpc_accel_add()
643 if (!accel) cmpc_accel_add()
646 accel->sensitivity = CMPC_ACCEL_SENSITIVITY_DEFAULT; cmpc_accel_add()
647 cmpc_accel_set_sensitivity(acpi->handle, accel->sensitivity); cmpc_accel_add()
659 dev_set_drvdata(&inputdev->dev, accel); cmpc_accel_add()
666 kfree(accel); cmpc_accel_add()
673 struct cmpc_accel *accel; cmpc_accel_remove() local
676 accel = dev_get_drvdata(&inputdev->dev); cmpc_accel_remove()
H A Dasus-laptop.c224 #define PEGA_ACC_CLAMP 512 /* 1G accel is reported as ~256, so clamp to 2G */
/linux-4.4.14/drivers/staging/iio/
H A DMakefile12 obj-y += accel/
/linux-4.4.14/drivers/video/fbdev/via/
H A DMakefile7 viafb-y :=viafbdev.o hw.o via_i2c.o dvi.o lcd.o ioctl.o accel.o \
H A Dglobal.h40 #include "accel.h"
H A Dviafbdev.c173 /* Just tell the accel name */ viafb_setup_fixinfo()
174 viafbinfo->fix.accel = FB_ACCEL_VIA_UNICHROME; viafb_setup_fixinfo()
/linux-4.4.14/drivers/iio/
H A DMakefile12 obj-y += accel/
H A Dindustrialio-core.c57 [IIO_ACCEL] = "accel",
/linux-4.4.14/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c115 int accel; matrox_cfbX_init() local
126 accel = (minfo->fbcon.var.accel_flags & FB_ACCELF_TEXT) == FB_ACCELF_TEXT; matrox_cfbX_init()
133 if (accel && !(mpitch & 1)) { matrox_cfbX_init()
141 if (accel) { matrox_cfbX_init()
152 if (accel) { matrox_cfbX_init()
160 if (accel) { matrox_cfbX_init()
168 if (accel) { matrox_cfbX_init()
192 minfo->accel.m_dwg_rect = M_DWG_TRAP | M_DWG_SOLID | M_DWG_ARZERO | M_DWG_SGNZERO | M_DWG_SHIFTZERO; matrox_cfbX_init()
193 if (isMilleniumII(minfo)) minfo->accel.m_dwg_rect |= M_DWG_TRANSC; matrox_cfbX_init()
194 minfo->accel.m_opmode = mopmode; matrox_cfbX_init()
195 minfo->accel.m_access = maccess; matrox_cfbX_init()
196 minfo->accel.m_pitch = mpitch; matrox_cfbX_init()
203 mga_outl(M_MACCESS, minfo->accel.m_access); matrox_accel_restore_maccess()
204 mga_outl(M_PITCH, minfo->accel.m_pitch); matrox_accel_restore_maccess()
317 mga_outl(M_DWGCTL, minfo->accel.m_dwg_rect | M_DWG_REPLACE); matroxfb_accel_clear()
361 mga_outl(M_DWGCTL, minfo->accel.m_dwg_rect | M_DWG_REPLACE2); matroxfb_cfb4_clear()
H A Dmatroxfb_base.h353 struct matrox_accel_data accel; member in struct:matrox_fb_info
416 spinlock_t accel; member in struct:matrox_fb_info::__anon11158
701 #define CRITBEGIN spin_lock_irqsave(&minfo->lock.accel, critflags);
702 #define CRITEND spin_unlock_irqrestore(&minfo->lock.accel, critflags);
H A Dmatroxfb_crtc2.c310 fix->accel = 0; /* no accel... */ matroxfb_dh_init_fix()
592 0, /* accel flags */
H A Dmatroxfb_Ti3026.c340 if (minfo->accel.ramdac_rev > 0x20) { Ti3026_setpclk()
717 minfo->accel.ramdac_rev = inTi3026(minfo, TVP3026_XSILICONREV); Ti3026_preinit()
H A Dmatroxfb_base.c146 FB_ACCELF_TEXT, /* accel flags */
716 fix->accel = minfo->devflags.accelerator; matroxfb_init_fix()
2094 spin_lock_init(&minfo->lock.accel); matroxfb_probe()
2424 else if (!strcmp(this_opt, "accel")) matroxfb_setup()
/linux-4.4.14/drivers/hid/
H A Dhid-wiimote-modules.c433 const __u8 *accel) wiimod_accel_in_accel()
446 * X accel value. Bit 5 of the second buttons byte is the 2nd bit of Y wiimod_accel_in_accel()
447 * accel value and bit 6 is the second bit of the Z value. wiimod_accel_in_accel()
452 x = accel[2] << 2; wiimod_accel_in_accel()
453 y = accel[3] << 2; wiimod_accel_in_accel()
454 z = accel[4] << 2; wiimod_accel_in_accel()
456 x |= (accel[0] >> 5) & 0x3; wiimod_accel_in_accel()
457 y |= (accel[1] >> 4) & 0x2; wiimod_accel_in_accel()
458 z |= (accel[1] >> 5) & 0x2; wiimod_accel_in_accel()
460 input_report_abs(wdata->accel, ABS_RX, x - 0x200); wiimod_accel_in_accel()
461 input_report_abs(wdata->accel, ABS_RY, y - 0x200); wiimod_accel_in_accel()
462 input_report_abs(wdata->accel, ABS_RZ, z - 0x200); wiimod_accel_in_accel()
463 input_sync(wdata->accel); wiimod_accel_in_accel()
493 wdata->accel = input_allocate_device(); wiimod_accel_probe()
494 if (!wdata->accel) wiimod_accel_probe()
497 input_set_drvdata(wdata->accel, wdata); wiimod_accel_probe()
498 wdata->accel->open = wiimod_accel_open; wiimod_accel_probe()
499 wdata->accel->close = wiimod_accel_close; wiimod_accel_probe()
500 wdata->accel->dev.parent = &wdata->hdev->dev; wiimod_accel_probe()
501 wdata->accel->id.bustype = wdata->hdev->bus; wiimod_accel_probe()
502 wdata->accel->id.vendor = wdata->hdev->vendor; wiimod_accel_probe()
503 wdata->accel->id.product = wdata->hdev->product; wiimod_accel_probe()
504 wdata->accel->id.version = wdata->hdev->version; wiimod_accel_probe()
505 wdata->accel->name = WIIMOTE_NAME " Accelerometer"; wiimod_accel_probe()
507 set_bit(EV_ABS, wdata->accel->evbit); wiimod_accel_probe()
508 set_bit(ABS_RX, wdata->accel->absbit); wiimod_accel_probe()
509 set_bit(ABS_RY, wdata->accel->absbit); wiimod_accel_probe()
510 set_bit(ABS_RZ, wdata->accel->absbit); wiimod_accel_probe()
511 input_set_abs_params(wdata->accel, ABS_RX, -500, 500, 2, 4); wiimod_accel_probe()
512 input_set_abs_params(wdata->accel, ABS_RY, -500, 500, 2, 4); wiimod_accel_probe()
513 input_set_abs_params(wdata->accel, ABS_RZ, -500, 500, 2, 4); wiimod_accel_probe()
515 ret = input_register_device(wdata->accel); wiimod_accel_probe()
524 input_free_device(wdata->accel); wiimod_accel_probe()
525 wdata->accel = NULL; wiimod_accel_probe()
532 if (!wdata->accel) wiimod_accel_remove()
535 input_unregister_device(wdata->accel); wiimod_accel_remove()
536 wdata->accel = NULL; wiimod_accel_remove()
432 wiimod_accel_in_accel(struct wiimote_data *wdata, const __u8 *accel) wiimod_accel_in_accel() argument
H A Dhid-wiimote.h148 struct input_dev *accel; member in struct:wiimote_data
196 void (*in_accel) (struct wiimote_data *wdata, const __u8 *accel);
268 extern void wiiproto_req_accel(struct wiimote_data *wdata, __u8 accel);
H A Dhid-wiimote-core.c272 void wiiproto_req_accel(struct wiimote_data *wdata, __u8 accel) wiiproto_req_accel() argument
274 accel = !!accel; wiiproto_req_accel()
275 if (accel == !!(wdata->state.flags & WIIPROTO_FLAG_ACCEL)) wiiproto_req_accel()
278 if (accel) wiiproto_req_accel()
1842 input_free_device(wdata->accel); wiimote_hid_probe()
H A Dhid-picolcd_fb.c65 .accel = FB_ACCEL_NONE,
/linux-4.4.14/drivers/video/console/
H A Dfbcon.h181 * Pan/Wrap > accel imageblit > accel copyarea >
184 * Exception to the rule: Pan + accel copyarea is
185 * preferred over Pan + accel imageblit.
/linux-4.4.14/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_iio.h32 * @accl_config: accel config register
36 * @raw_accl: Address of first accel register.
71 * @accl_fs: accel full scale range.
73 * @accl_fifo_enable: enable accel data output
H A Dinv_mpu_core.c37 * this is the accel scale translated from dynamic range plus/minus
619 /* In MPU6050, the two matrix are the same because gyro and accel inv_attr_show()
/linux-4.4.14/drivers/video/fbdev/
H A Dneofb.c227 if (info->fix.accel == FB_ACCEL_NEOMAGIC_NM2200 || neoCalcVCLK()
228 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2230 || neoCalcVCLK()
229 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2360 || neoCalcVCLK()
230 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2380) { neoCalcVCLK()
969 switch (info->fix.accel) { neofb_set_par()
1060 switch (info->fix.accel) { neofb_set_par()
1087 if (info->fix.accel != FB_ACCEL_NEOMAGIC_NM2070) { neofb_set_par()
1098 if (info->fix.accel != FB_ACCEL_NEOMAGIC_NM2070) { neofb_set_par()
1105 if (info->fix.accel == FB_ACCEL_NEOMAGIC_NM2160) neofb_set_par()
1108 if (info->fix.accel == FB_ACCEL_NEOMAGIC_NM2200 || neofb_set_par()
1109 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2230 || neofb_set_par()
1110 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2360 || neofb_set_par()
1111 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2380) { neofb_set_par()
1141 if (info->fix.accel == FB_ACCEL_NEOMAGIC_NM2200 || neofb_set_par()
1142 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2230 || neofb_set_par()
1143 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2360 || neofb_set_par()
1144 info->fix.accel == FB_ACCEL_NEOMAGIC_NM2380) { neofb_set_par()
1156 switch (info->fix.accel) { neofb_set_par()
1495 switch (info->fix.accel) { neofb_fillrect()
1511 switch (info->fix.accel) { neofb_copyarea()
1527 switch (info->fix.accel) { neofb_imageblit()
1543 switch (info->fix.accel) { neofb_sync()
1650 switch (info->fix.accel) { neo_map_mmio()
1862 switch (info->fix.accel) { neo_init_hw()
1894 switch (info->fix.accel) { neo_init_hw()
1942 info->fix.accel = id->driver_data; neo_alloc_fb_info()
1952 switch (info->fix.accel) { neo_alloc_fb_info()
2008 info->fix.accel = id->driver_data; neo_alloc_fb_info()
H A Dq40fb.c36 .accel = FB_ACCEL_NONE,
H A Darkfb.c732 vga_wseq(par->state.vgabase, 0x11, 0x16); /* 8bpp accel mode */ arkfb_set_par()
748 vga_wseq(par->state.vgabase, 0x11, 0x1A); /* 16bpp accel mode */ arkfb_set_par()
755 vga_wseq(par->state.vgabase, 0x11, 0x1A); /* 16bpp accel mode */ arkfb_set_par()
762 vga_wseq(par->state.vgabase, 0x11, 0x16); /* 8bpp accel mode ??? */ arkfb_set_par()
771 vga_wseq(par->state.vgabase, 0x11, 0x1E); /* 32bpp accel mode */ arkfb_set_par()
1019 info->fix.accel = FB_ACCEL_NONE; ark_pci_probe()
H A Dbw2.c191 info->fix.accel = FB_ACCEL_SUN_BWTWO; bw2_init_fix()
H A Dcobalt_lcdfb.c176 .accel = FB_ACCEL_NONE,
H A Defifb.c36 .accel = FB_ACCEL_NONE,
H A Dfm2fb.c136 .accel = FB_ACCEL_NONE,
H A Dg364fb.c80 .accel = FB_ACCEL_NONE,
H A Dgoldfishfb.c226 fb->fb.fix.accel = FB_ACCEL_NONE; goldfish_fb_probe()
H A Dhecubafb.c58 .accel = FB_ACCEL_NONE,
H A Dp9100.c249 info->fix.accel = FB_ACCEL_SUN_CGTHREE; p9100_init_fix()
H A Dtridentfb.c56 .accel = FB_ACCEL_NONE,
1526 tridentfb_fix.accel = FB_ACCEL_TRIDENT_BLADEXP; trident_pci_probe()
1533 tridentfb_fix.accel = FB_ACCEL_TRIDENT_BLADE3D; trident_pci_probe()
1539 tridentfb_fix.accel = FB_ACCEL_TRIDENT_3DIMAGE; trident_pci_probe()
1545 tridentfb_fix.accel = FB_ACCEL_TRIDENT_TGUI; trident_pci_probe()
H A Dfb-puv3.c101 .accel = FB_ACCEL_NONE,
705 info->fix.accel = FB_ACCEL_PUV3_UNIGFX; unifb_probe()
H A Dcg3.c256 info->fix.accel = FB_ACCEL_SUN_CGTHREE; cg3_init_fix()
H A Dchipsfb.c299 .accel = FB_ACCEL_NONE,
H A Dclps711x-fb.c330 info->fix.accel = FB_ACCEL_NONE; clps711x_fb_probe()
H A Dcyber2000fb.c1442 cfb->fb.fix.accel = 0; cyberpro_alloc_fb_info()
1446 cfb->fb.fix.accel = FB_ACCEL_IGS_CYBER2000; cyberpro_alloc_fb_info()
1450 cfb->fb.fix.accel = FB_ACCEL_IGS_CYBER2010; cyberpro_alloc_fb_info()
1454 cfb->fb.fix.accel = FB_ACCEL_IGS_CYBER5000; cyberpro_alloc_fb_info()
H A Dhitfb.c43 .accel = FB_ACCEL_NONE,
H A Dhpfb.c26 .accel = FB_ACCEL_NONE,
H A Dpmag-aa-fb.c240 fix->accel = FB_ACCEL_NONE; aafb_get_fix()
H A Dsimplefb.c37 .accel = FB_ACCEL_NONE,
H A Dtcx.c342 info->fix.accel = FB_ACCEL_SUN_TCX; tcx_init_fix()
H A Dwm8505fb.c290 fbi->fb.fix.accel = FB_ACCEL_NONE; wm8505fb_probe()
H A Dskeletonfb.c94 .accel = FB_ACCEL_NONE,
477 * has one of the three different accel functions we support.
633 * xxxfb_sync - NOT a required function. Normally the accel engine
H A D68328fb.c81 .accel = FB_ACCEL_NONE,
H A Dasiliantfb.c481 .accel = FB_ACCEL_NONE,
H A Dbfin-t350mcqb-fb.c461 fbinfo->fix.accel = FB_ACCEL_NONE; bfin_t350mcqb_probe()
H A Dcg14.c367 info->fix.accel = FB_ACCEL_SUN_CG14; cg14_init_fix()
H A Dep93xx-fb.c522 info->fix.accel = FB_ACCEL_NONE; ep93xxfb_probe()
H A Dgrvga.c80 .accel = FB_ACCEL_NONE,
H A Dhgafb.c130 .accel = FB_ACCEL_NONE
H A Dleo.c444 info->fix.accel = FB_ACCEL_SUN_LEO; leo_init_fix()
H A Dvesafb.c50 .accel = FB_ACCEL_NONE,
H A Dvfb.c117 .accel = FB_ACCEL_NONE,
H A Dvt8500lcdfb.c303 fbi->fb.fix.accel = FB_ACCEL_NONE; vt8500lcd_probe()
H A Dxilinxfb.c117 .accel = FB_ACCEL_NONE
H A Damba-clcd.c484 fb->fb.fix.accel = FB_ACCEL_NONE; clcdfb_register()
H A Darcfb.c89 .accel = FB_ACCEL_NONE,
H A Datafb.c189 .accel = FB_ACCEL_NONE,
612 fix->accel = FB_ACCEL_ATARIBLITT; tt_encode_fix()
913 fix->accel = FB_ACCEL_ATARIBLITT; falcon_encode_fix()
1838 fix->accel = FB_ACCEL_ATARIBLITT; stste_encode_fix()
H A Dau1100fb.c92 .accel = FB_ACCEL_NONE,
H A Dbf537-lq035.c454 .accel = FB_ACCEL_NONE,
H A Dbf54x-lq043fb.c548 fbinfo->fix.accel = FB_ACCEL_NONE; bfin_bf54x_probe()
H A Dbfin-lq035q1-fb.c606 fbinfo->fix.accel = FB_ACCEL_NONE; bfin_lq035q1_probe()
H A Dbfin_adv7393fb.c99 .accel = FB_ACCEL_NONE
H A Dcarminefb.c85 .accel = FB_ACCEL_NONE,
H A Dcg6.c648 info->fix.accel = FB_ACCEL_SUN_CGSIX; cg6_init_fix()
H A Dffb.c893 info->fix.accel = FB_ACCEL_SUN_CREATOR; ffb_init_fix()
H A Dhyperv_fb.c832 info->fix.accel = FB_ACCEL_NONE; hvfb_probe()
H A Djz4740_fb.c146 .accel = FB_ACCEL_NONE,
H A Dmacfb.c136 .accel = FB_ACCEL_NONE,
H A Dmetronomefb.c110 .accel = FB_ACCEL_NONE,
H A Dnuc900fb.c581 fbinfo->fix.accel = FB_ACCEL_NONE; nuc900fb_probe()
H A Dplatinumfb.c338 info->fix.accel = FB_ACCEL_NONE; platinum_init_info()
H A Dpxa168fb.c664 info->fix.accel = FB_ACCEL_NONE; pxa168fb_probe()
H A Dssd1307fb.c94 .accel = FB_ACCEL_NONE,
H A Dvt8623fb.c742 info->fix.accel = FB_ACCEL_NONE; vt8623_pci_probe()
H A Dxen-fbfront.c445 fb_info->fix.accel = FB_ACCEL_NONE; xenfb_probe()
H A Dpxafb.c1818 fbi->fb.fix.accel = FB_ACCEL_NONE; pxafb_init_fbinfo()
2137 fbi->fb.fix.accel = FB_ACCEL_PXA3XX; pxafb_probe()
H A Dacornfb.c711 fb_info.fix.accel = FB_ACCEL_NONE; acornfb_init_fbinfo()
H A Dauo_k190x.c539 fix->accel = FB_ACCEL_NONE; auok190xfb_set_fix()
H A Dbroadsheetfb.c102 .accel = FB_ACCEL_NONE,
H A Dcontrolfb.c1060 info->fix.accel = FB_ACCEL_NONE; control_init_info()
H A Dda8xx-fb.c196 .accel = FB_ACCEL_NONE
H A Dgbefb.c833 fix->accel = FB_ACCEL_NONE; gbefb_encode_fix()
H A Di740fb.c91 .accel = FB_ACCEL_NONE,
H A Dimxfb.c649 info->fix.accel = FB_ACCEL_NONE; imxfb_init_fbinfo()
H A Dmxsfb.c815 fb_info->fix.accel = FB_ACCEL_NONE; mxsfb_init_fbinfo()
H A Dpm3fb.c87 .accel = FB_ACCEL_3DLABS_PERMEDIA3,
H A Dps3fb.c959 .accel = FB_ACCEL_NONE,
H A Dpvr2fb.c154 .accel = FB_ACCEL_NONE,
H A Ds1d13xxxfb.c93 .accel = FB_ACCEL_NONE,
H A Ds3c2410fb.c907 fbinfo->fix.accel = FB_ACCEL_NONE; s3c24xxfb_probe()
H A Dstifb.c1264 fix->accel = FB_ACCEL_NONE; stifb_init_fb()
H A Dtmiofb.c729 info->fix.accel = FB_ACCEL_NONE; tmiofb_probe()
H A Dvga16fb.c98 .accel = FB_ACCEL_NONE
H A Dcirrusfb.c1986 info->fix.accel = FB_ACCEL_NONE; cirrusfb_set_fbinfo()
1988 info->fix.accel = FB_ACCEL_CIRRUS_ALPINE; cirrusfb_set_fbinfo()
H A Dsh_mobile_lcdcfb.c1499 .accel = FB_ACCEL_NONE,
1792 .accel = FB_ACCEL_NONE,
H A Datmel_lcdfb.c331 .accel = FB_ACCEL_NONE,
H A Dau1200fb.c1567 fbi->fix.accel = FB_ACCEL_NONE; au1200fb_init_fbinfo()
H A Dimsttfb.c1429 info->fix.accel = FB_ACCEL_IMS_TWINTURBO; init_imstt()
H A Dmx3fb.c751 fix->accel = FB_ACCEL_NONE; mx3fb_set_fix()
H A Dpm2fb.c110 .accel = FB_ACCEL_3DLABS_PERMEDIA2,
H A Ds3c-fb.c1247 fbinfo->fix.accel = FB_ACCEL_NONE; s3c_fb_probe_win()
H A Ds3fb.c1262 info->fix.accel = FB_ACCEL_NONE; s3_pci_probe()
H A Dsa1100fb.c1150 fbi->fb.fix.accel = FB_ACCEL_NONE; sa1100fb_init_fbinfo()
H A Dsm712fb.c83 .accel = FB_ACCEL_SMI_LYNX,
H A Dsstfb.c1402 fix->accel = FB_ACCEL_NONE; /* FIXME */ sstfb_probe()
H A Dtdfxfb.c90 .accel = FB_ACCEL_3DFX_BANSHEE
H A Dtgafb.c1361 info->fix.accel = FB_ACCEL_DEC_TGA; tgafb_init_fix()
H A Dw100fb.c712 info->fix.accel = FB_ACCEL_NONE; w100fb_probe()
H A Dfsl-diu-fb.c798 fix->accel = FB_ACCEL_NONE; set_fix()
H A Dsm501fb.c1747 fb->fix.accel = FB_ACCEL_NONE; sm501fb_init_fb()
H A Dsmscufx.c118 .accel = FB_ACCEL_NONE,
H A Dudlfb.c42 .accel = FB_ACCEL_NONE,
H A Duvesafb.c39 .accel = FB_ACCEL_NONE,
/linux-4.4.14/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c90 * Fix HW accel and HW cursor on i845G
229 static bool accel = 1; variable
242 module_param(accel, bool, S_IRUGO);
243 MODULE_PARM_DESC(accel, "Enable hardware acceleration");
347 * video=intelfb:1024x768-16@75,accel=0 intelfb_setup()
353 if (get_opt_bool(this_opt, "accel", &accel)) intelfb_setup()
587 dinfo->accel = accel; intelfb_pci_register()
590 if (NOACCEL_CHIPSET(dinfo) && dinfo->accel == 1) { intelfb_pci_register()
593 dinfo->accel = 0; intelfb_pci_register()
606 if (dinfo->accel) { intelfb_pci_register()
634 if (dinfo->accel) intelfb_pci_register()
667 if (dinfo->accel) { intelfb_pci_register()
761 DBG_MSG("options: vram = %d, accel = %d, hwcursor = %d, fixed = %d, " intelfb_pci_register()
762 "noinit = %d\n", vram, accel, hwcursor, fixed, noinit); intelfb_pci_register()
861 if (dinfo->accel) intelfb_pci_register()
1080 if (dinfo->accel) intelfb_init_var()
1117 info->fix.accel = FB_ACCEL_I830; intelfb_set_fbinfo()
H A Dintelfb.h108 ((d)->accel && !(d)->ring_lockup && \
329 int accel; member in struct:intelfb_info
H A Dintelfbhw.c1563 if (!dinfo->accel) intelfbhw_do_sync()
1620 DBG_MSG("intelfbhw_2d_stop: accel: %d, ring_active: %d\n", intelfbhw_2d_stop()
1621 dinfo->accel, dinfo->ring_active); intelfbhw_2d_stop()
1624 if (!dinfo->accel) intelfbhw_2d_stop()
1639 DBG_MSG("intelfbhw_2d_start: accel: %d, ring_active: %d\n", intelfbhw_2d_start()
1640 dinfo->accel, dinfo->ring_active); intelfbhw_2d_start()
1643 if (!dinfo->accel) intelfbhw_2d_start()
/linux-4.4.14/drivers/macintosh/ams/
H A Dams-core.c146 "accel-int-1", ams_sensor_attach()
156 "accel-int-2", ams_sensor_attach()
/linux-4.4.14/drivers/crypto/qat/qat_common/
H A Dadf_init.c66 * adf_service_register() - Register acceleration service in the accel framework
111 * adf_dev_init() - Init data structures and services for the given accel device
197 * adf_dev_start() - Start acceleration service for the given accel device
252 * adf_dev_stop() - Stop acceleration service for the given accel device
/linux-4.4.14/drivers/crypto/qat/qat_dh895xcc/
H A Dadf_drv.c200 dev_err(&GET_DEV(accel_dev), "Failed to start QAT accel dev\n"); adf_dev_configure()
238 /* Add accel device to accel table. adf_probe()
397 dev_err(&GET_DEV(accel_dev), "Failed to stop QAT accel dev\n"); adf_remove()
/linux-4.4.14/drivers/crypto/qat/qat_dh895xccvf/
H A Dadf_drv.c197 dev_err(&GET_DEV(accel_dev), "Failed to configure QAT accel dev\n"); adf_dev_configure()
229 /* Add accel device to accel table */ adf_probe()
362 dev_err(&GET_DEV(accel_dev), "Failed to stop QAT accel dev\n"); adf_remove()
/linux-4.4.14/drivers/video/fbdev/aty/
H A Dradeon_accel.c19 * accel operations done before radeonfb has a chance to re-init the engine radeon_fixup_offset()
22 * The correct fix is for fbcon to never call any accel op before the engine radeon_fixup_offset()
24 * complex fix. This workaround in the meantime, called before every accel radeon_fixup_offset()
H A Dmach64_gx.c80 const union aty_pll *pll, u32 bpp, u32 accel) aty_set_dac_514()
206 u32 accel) aty_set_dac_ATI68860_B()
238 if (!accel) { aty_set_dac_ATI68860_B()
289 u32 accel) aty_set_dac_ATT21C498()
885 u32 accel) aty_set_dac_unsupported()
79 aty_set_dac_514(const struct fb_info *info, const union aty_pll *pll, u32 bpp, u32 accel) aty_set_dac_514() argument
204 aty_set_dac_ATI68860_B(const struct fb_info *info, const union aty_pll *pll, u32 bpp, u32 accel) aty_set_dac_ATI68860_B() argument
287 aty_set_dac_ATT21C498(const struct fb_info *info, const union aty_pll *pll, u32 bpp, u32 accel) aty_set_dac_ATT21C498() argument
883 aty_set_dac_unsupported(const struct fb_info *info, const union aty_pll *pll, u32 bpp, u32 accel) aty_set_dac_unsupported() argument
H A Datyfb.h300 const union aty_pll * pll, u32 bpp, u32 accel);
H A Daty128fb.c386 .accel = FB_ACCEL_ATI_RAGE128,
2027 // var.accel_flags |= FB_ACCELF_TEXT;/* FIXME Will add accel later */ aty128_init()
H A Datyfb_base.c2567 info->fix.accel = FB_ACCEL_ATI_MACH64GX; aty_init()
2570 info->fix.accel = FB_ACCEL_ATI_MACH64CT; aty_init()
2574 info->fix.accel = FB_ACCEL_ATI_MACH64VT; aty_init()
2578 info->fix.accel = FB_ACCEL_ATI_MACH64GT; aty_init()
/linux-4.4.14/drivers/staging/iio/accel/
H A Dadis16220_core.c237 in_supply, in_1, in_2, accel, temp enumerator in enum:adis16220_channel
255 [accel] = { { ADIS16220_CAPT_BUFA, 16, 1 },
347 .address = accel,
/linux-4.4.14/drivers/video/fbdev/sis/
H A Dsis_accel.c308 if((!ivideo->accel) || (!ivideo->engineok)) fbcon_sis_sync()
330 if((!ivideo->accel) || (!ivideo->engineok)) { fbcon_sis_fillrect()
381 if((!ivideo->accel) || (!ivideo->engineok)) { fbcon_sis_copyarea()
H A Dsis.h508 int cmdqueuelength; /* Current (for accel) */
517 int accel; member in struct:sis_video_info
H A Dsis_main.c1072 ivideo->accel = 0; sisfb_set_vparms()
1259 ivideo->accel = 0; sisfb_do_set_var()
1268 if(!(info->flags & FBINFO_HWACCEL_DISABLED)) ivideo->accel = -1; sisfb_do_set_var()
1270 if(var->accel_flags & FB_ACCELF_TEXT) ivideo->accel = -1; sisfb_do_set_var()
1850 fix->accel = FB_ACCEL_SIS_GLAMOUR; sisfb_get_fix()
1854 fix->accel = FB_ACCEL_SIS_XABRE; sisfb_get_fix()
1856 fix->accel = FB_ACCEL_XGI_VOLARI_Z; sisfb_get_fix()
1858 fix->accel = FB_ACCEL_XGI_VOLARI_V; sisfb_get_fix()
1860 fix->accel = FB_ACCEL_SIS_GLAMOUR_2; sisfb_get_fix()
3451 * ivideo->accel here, as this might have sisfb_check_engine_and_sync()
3869 if(ivideo->accel) { sisfb_post_setmode()
3977 } else if(!strncasecmp(this_opt, "accel", 5)) { sisfb_setup()
6412 ivideo->accel = 0; sisfb_probe()
6414 ivideo->accel = -1; sisfb_probe()
6427 ((ivideo->accel) ? 0 : FBINFO_HWACCEL_DISABLED); sisfb_probe()
/linux-4.4.14/drivers/auxdisplay/
H A Dcfag12864bfb.c48 .accel = FB_ACCEL_NONE,
/linux-4.4.14/drivers/media/rc/
H A Dati_remote.c457 static const char accel[] = { 1, 2, 4, 6, 9, 13, 20 }; ati_remote_compute_accel() local
466 acc = accel[0]; ati_remote_compute_accel()
468 acc = accel[1]; ati_remote_compute_accel()
470 acc = accel[2]; ati_remote_compute_accel()
472 acc = accel[3]; ati_remote_compute_accel()
474 acc = accel[4]; ati_remote_compute_accel()
476 acc = accel[5]; ati_remote_compute_accel()
478 acc = accel[6]; ati_remote_compute_accel()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dr520.c321 /* Somethings want wront with the accel init stop accel */ r520_init()
H A Drs400.c576 /* Somethings want wront with the accel init stop accel */ rs400_init()
H A Dr420.c455 /* Somethings want wront with the accel init stop accel */ r420_init()
H A Drs600.c1150 /* Somethings want wront with the accel init stop accel */ rs600_init()
H A Drs690.c870 /* Somethings want wront with the accel init stop accel */ rs690_init()
H A Drv515.c697 /* Somethings want wront with the accel init stop accel */ rv515_init()
H A Dr300.c1582 /* Something went wrong with the accel init, so stop accel */ r300_init()
H A Dradeon_drv.c53 * - 2.5.0 - add get accel 2 to work around ddx breakage for evergreen
H A Dr100.c4090 /* Somethings want wront with the accel init stop accel */ r100_init()
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dh5000.h93 #define H5000_GPIO_POWER_ACCEL_N (62) /* controls power to accel */
/linux-4.4.14/drivers/video/fbdev/nvidia/
H A Dnvidia.c1174 info->fix.accel = FB_ACCEL_NV4; nvidia_set_fbinfo()
1177 info->fix.accel = FB_ACCEL_NV_10; nvidia_set_fbinfo()
1180 info->fix.accel = FB_ACCEL_NV_20; nvidia_set_fbinfo()
1183 info->fix.accel = FB_ACCEL_NV_30; nvidia_set_fbinfo()
1186 info->fix.accel = FB_ACCEL_NV_40; nvidia_set_fbinfo()
/linux-4.4.14/drivers/video/fbdev/i810/
H A Di810_main.c140 static bool accel; variable
1122 fix->accel = FB_ACCEL_I810; encode_fix()
1773 if (accel) i810_init_defaults()
1970 else if (!strncmp(this_opt, "accel", 5)) i810fb_setup()
1971 accel = 1; i810fb_setup()
2191 module_param(accel, bool, 0);
2192 MODULE_PARM_DESC(accel, "Use Acceleration (BLIT) engine (default = 0)");
2198 MODULE_PARM_DESC(sync, "wait for accel engine to finish drawing"
H A Di810_accel.c102 printk("accel engine lockup!!!\n"); wait_for_engine_idle()
/linux-4.4.14/drivers/scsi/
H A Dhpsa.h84 int offload_config; /* I/O accel RAID offload configured */
85 int offload_enabled; /* I/O accel RAID offload enabled */
/linux-4.4.14/include/uapi/linux/
H A Dfb.h171 __u32 accel; /* Indicate to driver which */ member in struct:fb_fix_screeninfo
336 /* Internal HW accel */
/linux-4.4.14/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c331 info->fix.accel = 0xff; /*FIXME: add right define */ mb862xxfb_init_accel()
H A Dmb862xxfbdrv.c438 fbi->fix.accel = FB_ACCEL_NONE; mb862xxfb_init_fbinfo()
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/
H A Datlx.c257 * Since there is no support for separate rx/tx vlan accel atlx_fix_features()
/linux-4.4.14/tools/iio/
H A Diio_event_monitor.c35 [IIO_ACCEL] = "accel",
/linux-4.4.14/drivers/video/fbdev/geode/
H A Dgx1fb_core.c290 info->fix.accel = FB_ACCEL_NONE; gx1fb_init_fbinfo()
H A Dgxfb_core.c314 info->fix.accel = FB_ACCEL_NONE; gxfb_init_fbinfo()
H A Dlxfb_core.c434 info->fix.accel = FB_ACCEL_NONE; lxfb_init_fbinfo()
/linux-4.4.14/drivers/media/platform/vivid/
H A Dvivid-osd.c134 fix->accel = FB_ACCEL_NONE; vivid_fb_get_fix()
/linux-4.4.14/arch/x86/pci/
H A Dolpc.c78 0x0, 0x0, 0x0, 0x10e, /* INTA, IRQ14 for graphics accel */
/linux-4.4.14/drivers/iio/imu/
H A Dkmx61.c326 * STANDBY and OPERATION. Neither accel nor magn can be disabled independently
435 /* To change ODR, accel and magn must be in STDBY */ kmx61_set_odr()
555 /* set accel 12bit, 4g range */ kmx61_chip_init()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c4664 struct ixgbe_fwd_adapter *accel) ixgbe_fwd_ring_down()
4666 struct ixgbe_adapter *adapter = accel->real_adapter; ixgbe_fwd_ring_down()
4667 unsigned int rxbase = accel->rx_base_queue; ixgbe_fwd_ring_down()
4668 unsigned int txbase = accel->tx_base_queue; ixgbe_fwd_ring_down()
4674 ixgbe_disable_fwd_ring(accel, adapter->rx_ring[rxbase + i]); ixgbe_fwd_ring_down()
4688 struct ixgbe_fwd_adapter *accel) ixgbe_fwd_ring_up()
4690 struct ixgbe_adapter *adapter = accel->real_adapter; ixgbe_fwd_ring_up()
4694 if (!test_bit(accel->pool, &adapter->fwd_bitmask)) ixgbe_fwd_ring_up()
4697 baseq = accel->pool * adapter->num_rx_queues_per_pool; ixgbe_fwd_ring_up()
4699 accel->pool, adapter->num_rx_pools, ixgbe_fwd_ring_up()
4703 accel->netdev = vdev; ixgbe_fwd_ring_up()
4704 accel->rx_base_queue = rxbase = baseq; ixgbe_fwd_ring_up()
4705 accel->tx_base_queue = txbase = baseq; ixgbe_fwd_ring_up()
4708 ixgbe_disable_fwd_ring(accel, adapter->rx_ring[rxbase + i]); ixgbe_fwd_ring_up()
4712 adapter->rx_ring[rxbase + i]->l2_accel_priv = accel; ixgbe_fwd_ring_up()
4718 adapter->tx_ring[txbase + i]->l2_accel_priv = accel; ixgbe_fwd_ring_up()
4732 ixgbe_add_mac_filter(adapter, vdev->dev_addr, accel->pool); ixgbe_fwd_ring_up()
4734 ixgbe_fwd_psrtype(accel); ixgbe_fwd_ring_up()
4735 ixgbe_macvlan_set_rx_mode(vdev, accel->pool, adapter); ixgbe_fwd_ring_up()
4738 ixgbe_fwd_ring_down(vdev, accel); ixgbe_fwd_ring_up()
4663 ixgbe_fwd_ring_down(struct net_device *vdev, struct ixgbe_fwd_adapter *accel) ixgbe_fwd_ring_down() argument
4687 ixgbe_fwd_ring_up(struct net_device *vdev, struct ixgbe_fwd_adapter *accel) ixgbe_fwd_ring_up() argument
/linux-4.4.14/drivers/video/fbdev/core/
H A Dfbmem.c1250 u32 accel; member in struct:fb_fix_screeninfo32
1322 err |= put_user(fix->accel, &fix32->accel); do_fscreeninfo_to_user()
/linux-4.4.14/drivers/video/fbdev/omap/
H A Domapfb_main.c420 fix->accel = FB_ACCEL_OMAP1610; set_fb_fix()
1884 if (!strncmp(this_opt, "accel", 5)) omapfb_setup()
1953 module_param_named(accel, def_accel, uint, 0664);
/linux-4.4.14/drivers/crypto/
H A Domap-sham.c1100 * OMAP HW accel works only with buffers >= 9 omap_sham_update()
1154 /* OMAP HW accel works only with buffers >= 9 */ omap_sham_final()
1970 dev_info(dev, "hw accel on OMAP rev %u.%u\n", omap_sham_probe()
H A Domap-aes.c1209 dev_info(dev, "OMAP AES hw accel rev: %u.%u\n", omap_aes_probe()
H A Domap-des.c1102 dev_info(dev, "OMAP DES hw accel rev: %u.%u\n", omap_des_probe()
/linux-4.4.14/drivers/video/fbdev/kyro/
H A Dfbdev.c44 .accel = FB_ACCEL_NONE,
/linux-4.4.14/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c24 * be less of them. BYPASS means common sensor packets with accel, gyro,
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c1228 /* allocate l2 accel structure if it is not available */ fm10k_dfwd_add_station()
1268 /* add macvlan to accel table, and record GLORT for position */ fm10k_dfwd_add_station()
/linux-4.4.14/drivers/video/fbdev/mbx/
H A Dmbxfb.c112 .accel = FB_ACCEL_NONE,
/linux-4.4.14/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c530 info->fix.accel = FB_ACCEL_NONE; fb_info_setup()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c705 info->fix.accel = FB_ACCEL_NONE; vmw_fb_init()
/linux-4.4.14/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c2055 info->fix.accel = id->driver_data; savage_init_fb_info()
2057 switch (info->fix.accel) { savage_init_fb_info()
/linux-4.4.14/drivers/video/fbdev/vermilion/
H A Dvermilion.c508 info->fix.accel = FB_ACCEL_NONE; vml_pci_probe()
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtvfb.c644 fix->accel = FB_ACCEL_NONE; ivtvfb_get_fix()
/linux-4.4.14/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c1023 ndev->features |= NETIF_F_HW_VLAN_CTAG_TX; /* Transmit VLAN hw accel */ temac_of_probe()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c854 * Since there is no support for separate rx/tx vlan accel t1_fix_features()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c264 * that step explicitly. Enable vlan accel. link_start()
1151 * Since there is no support for separate rx/tx vlan accel cxgb4vf_fix_features()
/linux-4.4.14/drivers/staging/xgifb/
H A DXGI_main_26.c1209 fix->accel = FB_ACCEL_SIS_XABRE; XGIfb_get_fix()
/linux-4.4.14/drivers/staging/fbtft/
H A Dfbtft-core.c775 info->fix.accel = FB_ACCEL_NONE; fbtft_framebuffer_alloc()
/linux-4.4.14/drivers/infiniband/hw/nes/
H A Dnes_nic.c1612 * Since there is no support for separate rx/tx vlan accel nes_fix_features()
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c658 fix->accel = FB_ACCEL_NONE; set_fb_fix()
/linux-4.4.14/drivers/net/ethernet/toshiba/
H A Dspider_net.c979 /* further enhancements: HW-accel VLAN */ spider_net_pass_skb_up()
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c406 * Since there is no support for separate rx/tx vlan accel atl1e_fix_features()
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_fb_helper.c1501 info->fix.accel = FB_ACCEL_NONE; drm_fb_helper_fill_fix()
/linux-4.4.14/drivers/net/bonding/
H A Dbond_main.c246 * @skb: hw accel VLAN tagged skb to transmit
4151 * when there are slaves that are not hw accel bond_setup()

Completed in 5822 milliseconds

12