Searched defs:accel (Results 1 - 16 of 16) sorted by relevance

/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c44 struct hid_sensor_hub_attribute_info accel[ACCEL_3D_CHANNEL_MAX]; member in struct:accel_3d_state
127 report_id = accel_state->accel[chan->scan_index].report_id;
267 &st->accel[CHANNEL_SCAN_INDEX_X + i]);
272 st->accel[CHANNEL_SCAN_INDEX_X + i].size);
275 st->accel[0].index,
276 st->accel[0].report_id,
277 st->accel[1].index, st->accel[1].report_id,
278 st->accel[2].index, st->accel[
[all...]
/drivers/staging/iio/accel/
H A Dadis16220_core.c241 in_supply, in_1, in_2, accel, temp enumerator in enum:adis16220_channel
259 [accel] = { { ADIS16220_CAPT_BUFA, 16, 1 },
351 .address = accel,
/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c115 int accel; local
126 accel = (minfo->fbcon.var.accel_flags & FB_ACCELF_TEXT) == FB_ACCELF_TEXT;
133 if (accel && !(mpitch & 1)) {
141 if (accel) {
152 if (accel) {
160 if (accel) {
168 if (accel) {
192 minfo->accel.m_dwg_rect = M_DWG_TRAP | M_DWG_SOLID | M_DWG_ARZERO | M_DWG_SGNZERO | M_DWG_SHIFTZERO;
193 if (isMilleniumII(minfo)) minfo->accel.m_dwg_rect |= M_DWG_TRANSC;
194 minfo->accel
[all...]
H A Dmatroxfb_base.h373 struct matrox_accel_data accel; member in struct:matrox_fb_info
436 spinlock_t accel; member in struct:matrox_fb_info::__anon7144
726 #define CRITBEGIN spin_lock_irqsave(&minfo->lock.accel, critflags);
727 #define CRITEND spin_unlock_irqrestore(&minfo->lock.accel, critflags);
/drivers/media/rc/
H A Dati_remote.c457 static const char accel[] = { 1, 2, 4, 6, 9, 13, 20 }; local
466 acc = accel[0];
468 acc = accel[1];
470 acc = accel[2];
472 acc = accel[3];
474 acc = accel[4];
476 acc = accel[5];
478 acc = accel[6];
/drivers/video/fbdev/aty/
H A Dmach64_gx.c80 const union aty_pll *pll, u32 bpp, u32 accel)
206 u32 accel)
238 if (!accel) {
289 u32 accel)
885 u32 accel)
79 aty_set_dac_514(const struct fb_info *info, const union aty_pll *pll, u32 bpp, u32 accel) argument
204 aty_set_dac_ATI68860_B(const struct fb_info *info, const union aty_pll *pll, u32 bpp, u32 accel) argument
287 aty_set_dac_ATT21C498(const struct fb_info *info, const union aty_pll *pll, u32 bpp, u32 accel) argument
883 aty_set_dac_unsupported(const struct fb_info *info, const union aty_pll *pll, u32 bpp, u32 accel) argument
/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c90 * Fix HW accel and HW cursor on i845G
233 static bool accel = 1; variable
246 module_param(accel, bool, S_IRUGO);
247 MODULE_PARM_DESC(accel, "Enable hardware acceleration");
351 * video=intelfb:1024x768-16@75,accel=0
357 if (get_opt_bool(this_opt, "accel", &accel))
618 dinfo->accel = accel;
621 if (NOACCEL_CHIPSET(dinfo) && dinfo->accel
[all...]
H A Dintelfb.h108 ((d)->accel && !(d)->ring_lockup && \
331 int accel; member in struct:intelfb_info
/drivers/hid/
H A Dhid-wiimote-core.c272 void wiiproto_req_accel(struct wiimote_data *wdata, __u8 accel) argument
274 accel = !!accel;
275 if (accel == !!(wdata->state.flags & WIIPROTO_FLAG_ACCEL))
278 if (accel)
1842 input_free_device(wdata->accel);
H A Dhid-wiimote-modules.c430 const __u8 *accel)
443 * X accel value. Bit 5 of the second buttons byte is the 2nd bit of Y
444 * accel value and bit 6 is the second bit of the Z value.
449 x = accel[2] << 2;
450 y = accel[3] << 2;
451 z = accel[4] << 2;
453 x |= (accel[0] >> 5) & 0x3;
454 y |= (accel[1] >> 4) & 0x2;
455 z |= (accel[1] >> 5) & 0x2;
457 input_report_abs(wdata->accel, ABS_R
429 wiimod_accel_in_accel(struct wiimote_data *wdata, const __u8 *accel) argument
[all...]
H A Dhid-wiimote.h148 struct input_dev *accel; member in struct:wiimote_data
195 void (*in_accel) (struct wiimote_data *wdata, const __u8 *accel);
267 extern void wiiproto_req_accel(struct wiimote_data *wdata, __u8 accel);
/drivers/platform/x86/
H A Dclassmate-laptop.c220 struct cmpc_accel *accel; local
224 accel = dev_get_drvdata(&inputdev->dev);
226 return sprintf(buf, "%d\n", accel->sensitivity);
235 struct cmpc_accel *accel; local
241 accel = dev_get_drvdata(&inputdev->dev);
251 accel->sensitivity = sensitivity;
269 struct cmpc_accel *accel; local
273 accel = dev_get_drvdata(&inputdev->dev);
275 return sprintf(buf, "%d\n", accel->g_select);
284 struct cmpc_accel *accel; local
315 struct cmpc_accel *accel; local
333 struct cmpc_accel *accel; local
356 struct cmpc_accel *accel; local
370 struct cmpc_accel *accel; local
393 struct cmpc_accel *accel; local
437 struct cmpc_accel *accel; local
569 struct cmpc_accel *accel; local
584 struct cmpc_accel *accel; local
640 struct cmpc_accel *accel; local
673 struct cmpc_accel *accel; local
[all...]
/drivers/video/fbdev/core/
H A Dfbmem.c1250 u32 accel; member in struct:fb_fix_screeninfo32
1322 err |= put_user(fix->accel, &fix32->accel);
/drivers/video/fbdev/i810/
H A Di810_main.c139 static bool accel; variable
1121 fix->accel = FB_ACCEL_I810;
1772 if (accel)
1967 else if (!strncmp(this_opt, "accel", 5))
1968 accel = 1;
2188 module_param(accel, bool, 0);
2189 MODULE_PARM_DESC(accel, "Use Acceleration (BLIT) engine (default = 0)");
2195 MODULE_PARM_DESC(sync, "wait for accel engine to finish drawing"
/drivers/video/fbdev/sis/
H A Dsis.h508 int cmdqueuelength; /* Current (for accel) */
517 int accel; member in struct:sis_video_info
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c4363 struct ixgbe_fwd_adapter *accel)
4365 struct ixgbe_adapter *adapter = accel->real_adapter;
4366 unsigned int rxbase = accel->rx_base_queue;
4367 unsigned int txbase = accel->tx_base_queue;
4373 ixgbe_disable_fwd_ring(accel, adapter->rx_ring[rxbase + i]);
4387 struct ixgbe_fwd_adapter *accel)
4389 struct ixgbe_adapter *adapter = accel->real_adapter;
4393 if (!test_bit(accel->pool, &adapter->fwd_bitmask))
4396 baseq = accel->pool * adapter->num_rx_queues_per_pool;
4398 accel
4362 ixgbe_fwd_ring_down(struct net_device *vdev, struct ixgbe_fwd_adapter *accel) argument
4386 ixgbe_fwd_ring_up(struct net_device *vdev, struct ixgbe_fwd_adapter *accel) argument
[all...]

Completed in 394 milliseconds