/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-wiimote-modules.c | 426 const __u8 *accel) in wiimod_accel_in_accel() 439 * X accel value. Bit 5 of the second buttons byte is the 2nd bit of Y in wiimod_accel_in_accel() 440 * accel value and bit 6 is the second bit of the Z value. in wiimod_accel_in_accel() 445 x = accel[2] << 2; in wiimod_accel_in_accel() 446 y = accel[3] << 2; in wiimod_accel_in_accel() 447 z = accel[4] << 2; in wiimod_accel_in_accel() 449 x |= (accel[0] >> 5) & 0x3; in wiimod_accel_in_accel() 450 y |= (accel[1] >> 4) & 0x2; in wiimod_accel_in_accel() 451 z |= (accel[1] >> 5) & 0x2; in wiimod_accel_in_accel() 453 input_report_abs(wdata->accel, ABS_R in wiimod_accel_in_accel() 425 wiimod_accel_in_accel(struct wiimote_data *wdata, const __u8 *accel) wiimod_accel_in_accel() argument [all...] |
H A D | hid-wiimote.h | 149 struct input_dev *accel; member 199 void (*in_accel) (struct wiimote_data *wdata, const __u8 *accel); 270 extern void wiiproto_req_accel(struct wiimote_data *wdata, __u8 accel);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | Makefile | 68 mlx5_core-$(CONFIG_MLX5_IPSEC) += accel/ipsec_offload.o 71 mlx5_core-$(CONFIG_MLX5_ACCEL) += lib/crypto.o accel/tls.o accel/ipsec.o
|
/kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
H A D | sm750.c | 194 sm750_dev->accel.de_fillrect(&sm750_dev->accel, in lynxfb_ops_fillrect() 228 sm750_dev->accel.de_copyarea(&sm750_dev->accel, in lynxfb_ops_copyarea() 277 sm750_dev->accel.de_imageblit(&sm750_dev->accel, in lynxfb_ops_imageblit() 611 sm750_dev->accel.de_wait = (sm750_dev->revid == SM750LE_REVISION_ID) ? in sm750fb_set_drv() 815 fix->accel = FB_ACCEL_SMI; in lynxfb_set_fbinfo() 1046 sm750_dev->accel.de_init = sm750_hw_de_init; in lynxfb_pci_probe() 1047 sm750_dev->accel in lynxfb_pci_probe() [all...] |
H A D | sm750_hw.c | 63 sm750_dev->accel.dprBase = sm750_dev->pvReg + DE_BASE_ADDR_TYPE1; in hw_sm750_map() 64 sm750_dev->accel.dpPortBase = sm750_dev->pvReg + DE_PORT_ADDR_TYPE1; in hw_sm750_map() 279 sm750_hw_set2dformat(&sm750_dev->accel, fmt); in hw_sm750_crtc_setMode() 506 sm750_dev->accel.de_init(&sm750_dev->accel); in hw_sm750_initAccel()
|
/kernel/linux/linux-6.6/drivers/staging/sm750fb/ |
H A D | sm750.c | 194 sm750_dev->accel.de_fillrect(&sm750_dev->accel, in lynxfb_ops_fillrect() 228 sm750_dev->accel.de_copyarea(&sm750_dev->accel, in lynxfb_ops_copyarea() 277 sm750_dev->accel.de_imageblit(&sm750_dev->accel, in lynxfb_ops_imageblit() 613 sm750_dev->accel.de_wait = (sm750_dev->revid == SM750LE_REVISION_ID) ? in sm750fb_set_drv() 817 fix->accel = FB_ACCEL_SMI; in lynxfb_set_fbinfo() 1029 sm750_dev->accel.de_init = sm750_hw_de_init; in lynxfb_pci_probe() 1030 sm750_dev->accel in lynxfb_pci_probe() [all...] |
H A D | sm750_hw.c | 62 sm750_dev->accel.dprBase = sm750_dev->pvReg + DE_BASE_ADDR_TYPE1; in hw_sm750_map() 63 sm750_dev->accel.dpPortBase = sm750_dev->pvReg + DE_PORT_ADDR_TYPE1; in hw_sm750_map() 279 sm750_hw_set2dformat(&sm750_dev->accel, fmt); in hw_sm750_crtc_setMode() 506 sm750_dev->accel.de_init(&sm750_dev->accel); in hw_sm750_initAccel()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_opt_perspective.c | 116 midgard_instruction accel = { in midgard_opt_combine_projection() local 132 mir_insert_instruction_before(ctx, ins, accel); in midgard_opt_combine_projection()
|
/third_party/libinput/src/ |
H A D | filter-trackpoint.c | 157 struct trackpoint_accelerator *accel = in trackpoint_accelerator_restart() local 160 trackers_reset(&accel->trackers, time); in trackpoint_accelerator_restart()
|
H A D | evdev-mt-touchpad.h | 348 } accel; member 563 normalized.x = delta.x * tp->accel.x_scale_coeff; in tp_normalize_delta() 564 normalized.y = delta.y * tp->accel.y_scale_coeff; in tp_normalize_delta() 592 raw.y = delta.y * tp->accel.xy_scale_coeff; in tp_scale_to_xaxis()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout.cc | 1826 const OT::hb_ot_layout_lookup_accelerator_t &accel) in apply_forward() 1833 if (accel.may_have (buffer->cur().codepoint) && in apply_forward() 1837 applied = accel.apply (c); in apply_forward() 1850 const OT::hb_ot_layout_lookup_accelerator_t &accel) in apply_backward() 1856 if (accel.may_have (buffer->cur().codepoint) && in apply_backward() 1859 ret |= accel.apply (c); in apply_backward() 1873 const OT::hb_ot_layout_lookup_accelerator_t &accel) in apply_string() 1889 apply_forward (c, accel); in apply_string() 1899 apply_backward (c, accel); in apply_string() 1957 const OT::hb_ot_layout_lookup_accelerator_t &accel) in hb_ot_layout_substitute_lookup() 1825 apply_forward(OT::hb_ot_apply_context_t *c, const OT::hb_ot_layout_lookup_accelerator_t &accel) apply_forward() argument 1849 apply_backward(OT::hb_ot_apply_context_t *c, const OT::hb_ot_layout_lookup_accelerator_t &accel) apply_backward() argument 1871 apply_string(OT::hb_ot_apply_context_t *c, const typename Proxy::Lookup &lookup, const OT::hb_ot_layout_lookup_accelerator_t &accel) apply_string() argument 1955 hb_ot_layout_substitute_lookup(OT::hb_ot_apply_context_t *c, const OT::SubstLookup &lookup, const OT::hb_ot_layout_lookup_accelerator_t &accel) hb_ot_layout_substitute_lookup() argument [all...] |
/kernel/linux/linux-6.6/drivers/iio/imu/st_lsm9ds0/ |
H A D | st_lsm9ds0.h | 14 struct iio_dev *accel; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 90 * 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 in intelfb_setup() 353 if (get_opt_bool(this_opt, "accel", &accel)) in intelfb_setup() 586 dinfo->accel = accel; in intelfb_pci_register() 589 if (NOACCEL_CHIPSET(dinfo) && dinfo->accel in intelfb_pci_register() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 90 * Fix HW accel and HW cursor on i845G 230 static bool accel = 1; variable 243 module_param(accel, bool, S_IRUGO); 244 MODULE_PARM_DESC(accel, "Enable hardware acceleration"); 348 * video=intelfb:1024x768-16@75,accel=0 in intelfb_setup() 354 if (get_opt_bool(this_opt, "accel", &accel)) in intelfb_setup() 594 dinfo->accel = accel; in intelfb_pci_register() 597 if (NOACCEL_CHIPSET(dinfo) && dinfo->accel in intelfb_pci_register() [all...] |
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/ |
H A D | label_classify.h | 30 bool accel = false; member
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-wiimote.h | 148 struct input_dev *accel; member 198 void (*in_accel) (struct wiimote_data *wdata, const __u8 *accel); 269 extern void wiiproto_req_accel(struct wiimote_data *wdata, __u8 accel);
|
/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600.h | 105 struct inv_icm42600_sensor_conf accel; member 111 enum inv_icm42600_sensor_mode accel; member 148 int64_t accel; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | sis_accel.c | 295 if((!ivideo->accel) || (!ivideo->engineok)) in fbcon_sis_sync() 317 if((!ivideo->accel) || (!ivideo->engineok)) { in fbcon_sis_fillrect() 368 if((!ivideo->accel) || (!ivideo->engineok)) { in fbcon_sis_copyarea()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
H A D | sis_accel.c | 295 if((!ivideo->accel) || (!ivideo->engineok)) in fbcon_sis_sync() 317 if((!ivideo->accel) || (!ivideo->engineok)) { in fbcon_sis_fillrect() 368 if((!ivideo->accel) || (!ivideo->engineok)) { in fbcon_sis_copyarea()
|
/kernel/linux/linux-6.6/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600.h | 106 struct inv_icm42600_sensor_conf accel; member 112 enum inv_icm42600_sensor_mode accel; member 149 int64_t accel; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.h | 353 struct matrox_accel_data accel; member 416 spinlock_t accel; member 701 #define CRITBEGIN spin_lock_irqsave(&minfo->lock.accel, critflags); 702 #define CRITEND spin_unlock_irqrestore(&minfo->lock.accel, critflags);
|
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.h | 352 struct matrox_accel_data accel; member 415 spinlock_t accel; member 700 #define CRITBEGIN spin_lock_irqsave(&minfo->lock.accel, critflags); 701 #define CRITEND spin_unlock_irqrestore(&minfo->lock.accel, critflags);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | Makefile | 8 viafb-y :=viafbdev.o hw.o via_i2c.o dvi.o lcd.o ioctl.o accel.o \
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | Makefile | 8 viafb-y :=viafbdev.o hw.o via_i2c.o dvi.o lcd.o ioctl.o accel.o \
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_acceleration_structure.c | 149 struct radv_acceleration_structure *accel; in radv_CreateAccelerationStructureKHR() local 151 accel = vk_alloc2(&device->vk.alloc, pAllocator, sizeof(*accel), 8, in radv_CreateAccelerationStructureKHR() 153 if (accel == NULL) in radv_CreateAccelerationStructureKHR() 156 vk_object_base_init(&device->vk, &accel->base, VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_KHR); in radv_CreateAccelerationStructureKHR() 158 accel->mem_offset = buffer->offset + pCreateInfo->offset; in radv_CreateAccelerationStructureKHR() 159 accel->size = pCreateInfo->size; in radv_CreateAccelerationStructureKHR() 160 accel->bo = buffer->bo; in radv_CreateAccelerationStructureKHR() 162 *pAccelerationStructure = radv_acceleration_structure_to_handle(accel); in radv_CreateAccelerationStructureKHR() 172 RADV_FROM_HANDLE(radv_acceleration_structure, accel, accelerationStructur in radv_DestroyAccelerationStructureKHR() [all...] |