/linux/drivers/staging/sm750fb/ |
A D | sm750_accel.c | 33 writel(data, accel->dpPortBase); in write_dpPort() 67 write_dpr(accel, DE_CONTROL, read_dpr(accel, DE_CONTROL) & ~clr); in sm750_hw_de_init() 95 if (accel->de_wait() != 0) { in sm750_hw_fillrect() 105 write_dpr(accel, DE_PITCH, in sm750_hw_fillrect() 252 write_dpr(accel, DE_PITCH, in sm750_hw_copyarea() 267 if (accel->de_wait() != 0) in sm750_hw_copyarea() 270 write_dpr(accel, DE_SOURCE, in sm750_hw_copyarea() 336 if (accel->de_wait() != 0) in sm750_hw_imageblit() 356 write_dpr(accel, DE_PITCH, in sm750_hw_imageblit() 376 write_dpr(accel, DE_SOURCE, in sm750_hw_imageblit() [all …]
|
A D | sm750_accel.h | 188 void sm750_hw_set2dformat(struct lynx_accel *accel, int fmt); 190 void sm750_hw_de_init(struct lynx_accel *accel); 192 int sm750_hw_fillrect(struct lynx_accel *accel, 212 int sm750_hw_copyarea(struct lynx_accel *accel, 238 int sm750_hw_imageblit(struct lynx_accel *accel, const char *pSrcbuf,
|
A D | sm750.h | 58 void (*de_init)(struct lynx_accel *accel); 62 int (*de_fillrect)(struct lynx_accel *accel, 67 int (*de_copyarea)(struct lynx_accel *accel, 75 int (*de_imageblit)(struct lynx_accel *accel, const char *p_srcbuf, 88 struct lynx_accel accel; member
|
/linux/drivers/platform/x86/ |
A D | classmate-laptop.c | 207 struct cmpc_accel *accel; in cmpc_accel_sensitivity_show_v4() local 222 struct cmpc_accel *accel; in cmpc_accel_sensitivity_store_v4() local 256 struct cmpc_accel *accel; in cmpc_accel_g_select_show_v4() local 271 struct cmpc_accel *accel; in cmpc_accel_g_select_store_v4() local 366 accel->g_select); in cmpc_accel_resume_v4() 382 accel = kmalloc(sizeof(*accel), GFP_KERNEL); in cmpc_accel_add_v4() 383 if (!accel) in cmpc_accel_add_v4() 417 kfree(accel); in cmpc_accel_add_v4() 623 accel = kmalloc(sizeof(*accel), GFP_KERNEL); in cmpc_accel_add() 624 if (!accel) in cmpc_accel_add() [all …]
|
/linux/Documentation/devicetree/bindings/iio/ |
A D | st,st-sensors.yaml | 31 - st,lis2dh12-accel 32 - st,lis331dl-accel 33 - st,lis331dlh-accel 35 - st,lis3dh-accel 39 - st,lng2dm-accel 40 - st,lsm303agr-accel 41 - st,lsm303dl-accel 42 - st,lsm303dlh-accel 45 - st,lsm330-accel 46 - st,lsm330d-accel [all …]
|
/linux/drivers/iio/imu/inv_icm42600/ |
A D | inv_icm42600_buffer.c | 53 *accel = NULL; in inv_icm42600_fifo_decode_packet() 71 *accel = &pack2->accel; in inv_icm42600_fifo_decode_packet() 80 *accel = &pack1->data; in inv_icm42600_fifo_decode_packet() 89 *accel = NULL; in inv_icm42600_fifo_decode_packet() 452 const void *accel, *gyro, *timestamp; in inv_icm42600_buffer_fifo_read() local 460 st->fifo.nb.accel = 0; in inv_icm42600_buffer_fifo_read() 497 if (accel != NULL && inv_icm42600_fifo_is_data_valid(accel)) in inv_icm42600_buffer_fifo_read() 498 st->fifo.nb.accel++; in inv_icm42600_buffer_fifo_read() 526 st->fifo.nb.accel, st->timestamp.accel); in inv_icm42600_buffer_fifo_parse() 527 if (st->fifo.nb.accel > 0) { in inv_icm42600_buffer_fifo_parse() [all …]
|
A D | inv_icm42600_core.c | 60 .accel = { 139 enum inv_icm42600_sensor_mode accel, in inv_icm42600_set_pwr_mgmt0() argument 154 INV_ICM42600_PWR_MGMT0_ACCEL(accel); in inv_icm42600_set_pwr_mgmt0() 162 st->conf.accel.mode = accel; in inv_icm42600_set_pwr_mgmt0() 296 st->conf.accel.mode, enable, in inv_icm42600_set_temp_conf() 326 INV_ICM42600_PWR_MGMT0_ACCEL(conf->accel.mode); in inv_icm42600_set_conf() 341 val = INV_ICM42600_ACCEL_CONFIG0_FS(conf->accel.fs) | in inv_icm42600_set_conf() 342 INV_ICM42600_ACCEL_CONFIG0_ODR(conf->accel.odr); in inv_icm42600_set_conf() 421 st->timestamp.accel = iio_get_time_ns(st->indio_accel); in inv_icm42600_irq_timestamp() 677 st->suspended.accel = st->conf.accel.mode; in inv_icm42600_suspend() [all …]
|
A D | inv_icm42600_accel.c | 78 struct inv_icm42600_fifo_sensor_data accel; member 221 idx = st->conf.accel.fs; in inv_icm42600_accel_read_scale() 295 odr = st->conf.accel.odr; in inv_icm42600_accel_read_odr() 667 st->fifo.watermark.accel = val; in inv_icm42600_accel_hwfifo_set_watermark() 688 ret = st->fifo.nb.accel; in inv_icm42600_accel_hwfifo_flush() 723 inv_icm42600_timestamp_init(ts, inv_icm42600_odr_to_period(st->conf.accel.odr)); in inv_icm42600_accel_init() 752 const void *accel, *gyro, *timestamp; in inv_icm42600_accel_parse_fifo() local 761 &accel, &gyro, &temp, ×tamp, &odr); in inv_icm42600_accel_parse_fifo() 767 if (accel == NULL || !inv_icm42600_fifo_is_data_valid(accel)) in inv_icm42600_accel_parse_fifo() 777 memcpy(&buffer.accel, accel, sizeof(buffer.accel)); in inv_icm42600_accel_parse_fifo()
|
A D | inv_icm42600_buffer.h | 34 unsigned int accel; member 39 size_t accel; member 75 ssize_t inv_icm42600_fifo_decode_packet(const void *packet, const void **accel,
|
/linux/drivers/video/fbdev/matrox/ |
A D | matroxfb_accel.c | 116 int accel; in matrox_cfbX_init() local 134 if (accel && !(mpitch & 1)) { in matrox_cfbX_init() 142 if (accel) { in matrox_cfbX_init() 153 if (accel) { in matrox_cfbX_init() 161 if (accel) { in matrox_cfbX_init() 169 if (accel) { in matrox_cfbX_init() 195 minfo->accel.m_opmode = mopmode; in matrox_cfbX_init() 196 minfo->accel.m_access = maccess; in matrox_cfbX_init() 197 minfo->accel.m_pitch = mpitch; in matrox_cfbX_init() 204 mga_outl(M_MACCESS, minfo->accel.m_access); in matrox_accel_restore_maccess() [all …]
|
/linux/drivers/crypto/qat/qat_c62x/ |
A D | adf_c62x_hw_data.c | 26 u32 accel; in get_accel_mask() local 28 accel = ~(fuses | straps) >> ADF_C62X_ACCELERATORS_REG_OFFSET; in get_accel_mask() 29 accel &= ADF_C62X_ACCELERATORS_MASK; in get_accel_mask() 31 return accel; in get_accel_mask() 40 int accel; in get_ae_mask() local 45 for_each_set_bit(accel, &disabled, ADF_C62X_MAX_ACCELERATORS) in get_ae_mask() 46 straps |= ae_disable << (accel << 1); in get_ae_mask()
|
/linux/drivers/crypto/qat/qat_c3xxx/ |
A D | adf_c3xxx_hw_data.c | 26 u32 accel; in get_accel_mask() local 28 accel = ~(fuses | straps) >> ADF_C3XXX_ACCELERATORS_REG_OFFSET; in get_accel_mask() 29 accel &= ADF_C3XXX_ACCELERATORS_MASK; in get_accel_mask() 31 return accel; in get_accel_mask() 40 int accel; in get_ae_mask() local 45 for_each_set_bit(accel, &disabled, ADF_C3XXX_MAX_ACCELERATORS) in get_ae_mask() 46 straps |= ae_disable << (accel << 1); in get_ae_mask()
|
/linux/drivers/iio/accel/ |
A D | hid-sensor-accel-3d.c | 27 struct hid_sensor_hub_attribute_info accel[ACCEL_3D_CHANNEL_MAX]; member 152 report_id = accel_state->accel[chan->scan_index].report_id; in accel_3d_read_raw() 153 min = accel_state->accel[chan->scan_index].logical_minimum; in accel_3d_read_raw() 306 &st->accel[CHANNEL_SCAN_INDEX_X + i]); in accel_3d_parse_report() 311 st->accel[CHANNEL_SCAN_INDEX_X + i].size); in accel_3d_parse_report() 314 st->accel[0].index, in accel_3d_parse_report() 315 st->accel[0].report_id, in accel_3d_parse_report() 316 st->accel[1].index, st->accel[1].report_id, in accel_3d_parse_report() 317 st->accel[2].index, st->accel[2].report_id); in accel_3d_parse_report() 321 &st->accel[CHANNEL_SCAN_INDEX_X], in accel_3d_parse_report()
|
A D | Makefile | 26 obj-$(CONFIG_BMC150_ACCEL) += bmc150-accel-core.o 27 obj-$(CONFIG_BMC150_ACCEL_I2C) += bmc150-accel-i2c.o 28 obj-$(CONFIG_BMC150_ACCEL_SPI) += bmc150-accel-spi.o 29 obj-$(CONFIG_BMI088_ACCEL) += bmi088-accel-core.o 30 obj-$(CONFIG_BMI088_ACCEL_SPI) += bmi088-accel-spi.o 39 obj-$(CONFIG_HID_SENSOR_ACCEL_3D) += hid-sensor-accel-3d.o
|
A D | dmard09.c | 56 s16 accel; in dmard09_read_raw() local 73 accel = get_unaligned_le16(&buf[chan->address]); in dmard09_read_raw() 76 accel <<= 4; in dmard09_read_raw() 77 accel >>= 7; in dmard09_read_raw() 79 *val = accel; in dmard09_read_raw()
|
A D | .built-in.a.cmd | 1 …accel/built-in.a := echo >/dev/null; rm -f drivers/iio/accel/built-in.a; /usr/bin/ccache /home/tes…
|
/linux/drivers/iio/imu/st_lsm9ds0/ |
A D | st_lsm9ds0_core.c | 85 lsm9ds0->accel = devm_iio_device_alloc(dev, sizeof(*data)); in st_lsm9ds0_probe_accel() 86 if (!lsm9ds0->accel) in st_lsm9ds0_probe_accel() 89 lsm9ds0->accel->name = lsm9ds0->name; in st_lsm9ds0_probe_accel() 91 data = iio_priv(lsm9ds0->accel); in st_lsm9ds0_probe_accel() 98 return st_accel_common_probe(lsm9ds0->accel); in st_lsm9ds0_probe_accel()
|
/linux/Documentation/devicetree/bindings/iio/accel/ |
A D | bosch,bmi088.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/bosch,bmi088.yaml# 20 - bosch,bmi088-accel 59 bmi088-accel@1 { 60 compatible = "bosch,bmi088-accel";
|
A D | kionix,kxsd9.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/kionix,kxsd9.yaml# 47 accel@18 { 63 accel@0 {
|
/linux/drivers/staging/iio/accel/ |
A D | .built-in.a.cmd | 1 …accel/built-in.a := echo >/dev/null; rm -f drivers/staging/iio/accel/built-in.a; /usr/bin/ccache /…
|
/linux/drivers/video/fbdev/ |
A D | neofb.c | 968 switch (info->fix.accel) { in neofb_set_par() 1059 switch (info->fix.accel) { in neofb_set_par() 1155 switch (info->fix.accel) { in neofb_set_par() 1494 switch (info->fix.accel) { in neofb_fillrect() 1510 switch (info->fix.accel) { in neofb_copyarea() 1526 switch (info->fix.accel) { in neofb_imageblit() 1542 switch (info->fix.accel) { in neofb_sync() 1649 switch (info->fix.accel) { in neo_map_mmio() 1861 switch (info->fix.accel) { in neo_init_hw() 1893 switch (info->fix.accel) { in neo_init_hw() [all …]
|
/linux/tools/testing/selftests/wireguard/qemu/ |
A D | Makefile | 76 QEMU_MACHINE := -cpu host -machine virt,gic_version=host,accel=kvm 86 QEMU_MACHINE := -cpu host -machine virt,gic_version=host,accel=kvm 96 QEMU_MACHINE := -cpu host -machine virt,gic_version=host,accel=kvm 117 QEMU_MACHINE := -cpu host -machine q35,accel=kvm 127 QEMU_MACHINE := -cpu host -machine q35,accel=kvm 137 QEMU_MACHINE := -cpu host -machine malta,accel=kvm 148 QEMU_MACHINE := -cpu host -machine malta,accel=kvm 159 QEMU_MACHINE := -cpu host -machine malta,accel=kvm 170 QEMU_MACHINE := -cpu host -machine malta,accel=kvm 181 QEMU_MACHINE := -cpu host,accel=kvm -machine pseries [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_tx.c | 219 struct mlx5e_accel_tx_state *accel, in mlx5e_txwqe_build_eseg_csum() argument 236 } else if (unlikely(accel && accel->tls.tls_tisn)) { in mlx5e_txwqe_build_eseg_csum() 333 struct mlx5e_accel_tx_state *accel) in mlx5e_tx_wqe_inline_mode() argument 338 if (accel && accel->tls.tls_tisn) in mlx5e_tx_wqe_inline_mode() 352 struct mlx5e_accel_tx_state *accel, in mlx5e_sq_xmit_prepare() argument 370 u8 mode = mlx5e_tx_wqe_inline_mode(sq, skb, accel); in mlx5e_sq_xmit_prepare() 384 attr->insz = mlx5e_accel_tx_ids_len(sq, accel); in mlx5e_sq_xmit_prepare() 681 mlx5e_txwqe_build_eseg_csum(sq, skb, accel, eseg); in mlx5e_txwqe_build_eseg() 687 struct mlx5e_accel_tx_state accel = {}; in mlx5e_xmit() local 704 mlx5e_sq_xmit_prepare(sq, skb, &accel, &attr); in mlx5e_xmit() [all …]
|
/linux/drivers/hid/ |
A D | hid-wiimote-modules.c | 426 const __u8 *accel) in wiimod_accel_in_accel() argument 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() 456 input_sync(wdata->accel); in wiimod_accel_in_accel() 487 if (!wdata->accel) in wiimod_accel_probe() 518 wdata->accel = NULL; in wiimod_accel_probe() 525 if (!wdata->accel) in wiimod_accel_remove() [all …]
|
/linux/drivers/infiniband/hw/irdma/ |
A D | trace_cm.h | 213 __field(int, accel) 229 __entry->accel = cm_node->accelerated; 245 __entry->accel, 290 __field(int, accel) 304 __entry->accel = cm_node->accelerated; 318 __entry->accel, 412 __field(int, accel) 425 __entry->accel = cm_node->accelerated; 437 __entry->accel,
|