| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-habanalabs | 1 What: /sys/class/accel/accel<n>/device/armcp_kernel_ver 9 What: /sys/class/accel/accel<n>/device/armcp_ver 17 What: /sys/class/accel/accel<n>/device/clk_max_freq_mhz 27 What: /sys/class/accel/accel<n>/device/clk_cur_freq_mhz 34 What: /sys/class/accel/accel<n>/device/cpld_ver 40 What: /sys/class/accel/accel<n>/device/cpucp_kernel_ver 46 What: /sys/class/accel/accel<n>/device/cpucp_ver 52 What: /sys/class/accel/accel<n>/device/device_type 59 What: /sys/class/accel/accel<n>/device/eeprom 66 What: /sys/class/accel/accel<n>/device/fuse_ver [all …]
|
| H A D | debugfs-driver-habanalabs | 1 What: /sys/kernel/debug/accel/<parent_device>/addr 11 What: /sys/kernel/debug/accel/<parent_device>/clk_gate 17 What: /sys/kernel/debug/accel/<parent_device>/command_buffers 24 What: /sys/kernel/debug/accel/<parent_device>/command_submission 31 What: /sys/kernel/debug/accel/<parent_device>/command_submission_jobs 38 What: /sys/kernel/debug/accel/<parent_device>/data32 53 What: /sys/kernel/debug/accel/<parent_device>/data64 68 What: /sys/kernel/debug/accel/<parent_device>/data_dma 86 What: /sys/kernel/debug/accel/<parent_device>/device 94 What: /sys/kernel/debug/accel/<parent_device>/device_release_watchdog_timeout [all …]
|
| /linux/drivers/iio/imu/st_lsm9ds0/ |
| H A D | st_lsm9ds0_core.c | 32 lsm9ds0->accel = devm_iio_device_alloc(dev, sizeof(*data)); in st_lsm9ds0_probe_accel() 33 if (!lsm9ds0->accel) in st_lsm9ds0_probe_accel() 36 lsm9ds0->accel->name = lsm9ds0->name; in st_lsm9ds0_probe_accel() 38 data = iio_priv(lsm9ds0->accel); in st_lsm9ds0_probe_accel() 43 return st_accel_common_probe(lsm9ds0->accel); in st_lsm9ds0_probe_accel()
|
| H A D | st_lsm9ds0.h | 17 struct iio_dev *accel; member
|
| /linux/drivers/iio/accel/ |
| H A D | hid-sensor-accel-3d.c | 27 struct hid_sensor_hub_attribute_info accel[ACCEL_3D_CHANNEL_MAX]; member 140 report_id = accel_state->accel[chan->scan_index].report_id; in accel_3d_read_raw() 141 min = accel_state->accel[chan->scan_index].logical_minimum; in accel_3d_read_raw() 291 &st->accel[ch]); in accel_3d_parse_report() 296 .realbits = BYTES_TO_BITS(st->accel[ch].size), in accel_3d_parse_report() 301 st->accel[0].index, in accel_3d_parse_report() 302 st->accel[0].report_id, in accel_3d_parse_report() 303 st->accel[1].index, st->accel[1].report_id, in accel_3d_parse_report() 304 st->accel[2].index, st->accel[2].report_id); in accel_3d_parse_report() 308 &st->accel[CHANNEL_SCAN_INDEX_X], in accel_3d_parse_report()
|
| H A D | Makefile | 34 obj-$(CONFIG_BMC150_ACCEL) += bmc150-accel-core.o 35 obj-$(CONFIG_BMC150_ACCEL_I2C) += bmc150-accel-i2c.o 36 obj-$(CONFIG_BMC150_ACCEL_SPI) += bmc150-accel-spi.o 37 obj-$(CONFIG_BMI088_ACCEL) += bmi088-accel-core.o 38 obj-$(CONFIG_BMI088_ACCEL_I2C) += bmi088-accel-i2c.o 39 obj-$(CONFIG_BMI088_ACCEL_SPI) += bmi088-accel-spi.o 48 obj-$(CONFIG_HID_SENSOR_ACCEL_3D) += hid-sensor-accel-3d.o
|
| /linux/Documentation/accel/ |
| H A D | introduction.rst | 13 Machine-Learning (ML) and/or Deep-Learning (DL) computations, the accel layer 47 characteristics as those of GPUs, the accel subsystem will use the 48 DRM subsystem's code and functionality. i.e. the accel core code will 49 be part of the DRM subsystem and an accel device will be a new type of DRM 65 tree - drivers/accel/. 70 - device char files - /dev/accel/accel\* 71 - sysfs - /sys/class/accel/accel\*/ 72 - debugfs - /sys/kernel/debug/accel/\*/ 81 accel subsystem.
|
| /linux/drivers/iio/imu/inv_icm45600/ |
| H A D | inv_icm45600_accel.c | 79 struct inv_icm45600_fifo_sensor_data accel; member 226 idx = st->conf.accel.fs; in inv_icm45600_accel_read_scale() 312 odr = st->conf.accel.odr; in inv_icm45600_accel_read_odr() 341 if (st->conf.accel.mode != INV_ICM45600_SENSOR_MODE_OFF) in _inv_icm45600_accel_write_odr() 652 st->fifo.watermark.accel = val; in inv_icm45600_accel_hwfifo_set_watermark() 671 return st->fifo.nb.accel; in inv_icm45600_accel_hwfifo_flush() 719 ts_chip.init_period = inv_icm45600_odr_to_period(st->conf.accel.odr); in inv_icm45600_accel_init() 753 const struct inv_icm45600_fifo_sensor_data *accel, *gyro; in inv_icm45600_accel_parse_fifo() local 760 &accel, &gyro, &temp, ×tamp, &odr); in inv_icm45600_accel_parse_fifo() 766 if (accel == NULL || !inv_icm45600_fifo_is_data_valid(accel)) in inv_icm45600_accel_parse_fifo() [all …]
|
| H A D | inv_icm45600_buffer.h | 41 unsigned int accel; member 48 size_t accel; member 77 const struct inv_icm45600_fifo_sensor_data **accel,
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| H A D | Makefile | 63 QEMU_MACHINE := -cpu host -machine virt,gic_version=host,accel=kvm 75 QEMU_MACHINE := -cpu host -machine virt,gic_version=host,accel=kvm 87 QEMU_MACHINE := -cpu host -machine virt,gic_version=host,accel=kvm 99 QEMU_MACHINE := -cpu host -machine virt,gic_version=host,accel=kvm 112 QEMU_MACHINE := -cpu host -machine microvm,accel=kvm,pit=off,pic=off,rtc=off,acpi=off 123 QEMU_MACHINE := -cpu host -machine microvm,accel=kvm,pit=off,pic=off,rtc=off,acpi=off 133 QEMU_MACHINE := -cpu host -machine malta,accel=kvm 145 QEMU_MACHINE := -cpu host -machine malta,accel=kvm 157 QEMU_MACHINE := -cpu host -machine malta,accel=kvm 169 QEMU_MACHINE := -cpu host -machine malta,accel [all...] |
| /linux/Documentation/accel/amdxdna/ |
| H A D | index.rst | 4 accel/amdxdna NPU driver 7 The accel/amdxdna driver supports the AMD NPU (Neural Processing Unit).
|
| /linux/drivers/infiniband/hw/irdma/ |
| H 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,
|
| /linux/tools/testing/selftests/kho/ |
| H A D | vmtest.sh | 115 -accel kvm -accel hvf -accel tcg \
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | en_accel.h | 176 struct mlx5e_accel_tx_state *accel, in mlx5e_accel_tx_eseg() argument 180 if (mlx5e_psp_is_offload_state(&accel->psp_st)) in mlx5e_accel_tx_eseg() 181 mlx5e_psp_tx_build_eseg(priv, skb, &accel->psp_st, eseg); in mlx5e_accel_tx_eseg()
|
| /linux/Documentation/driver-api/crypto/iaa/ |
| H A D | iaa-crypto.rst | 132 accel-config 153 The userspace tool to help doing that is called accel-config. Using 154 accel-config to configure device or loading a previously saved config 158 cover the sysfs interface but assumes you will be using accel-config. 163 The accel-config tool along with instructions for building it can be 182 …accel-config config-wq --group-id=0 --mode=dedicated --type=kernel --priority=10 --name="iaa_crypt… 184 accel-config config-engine iax1/engine1.0 --group-id=0 188 accel-config enable-device iax1 192 accel-config enable-wq iax1/wq1.0 551 accel-config disable-wq iax${i}/wq${i}.0 [all …]
|
| /linux/drivers/hid/ |
| 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);
|
| /linux/drivers/staging/iio/ |
| H A D | Makefile | 6 obj-y += accel/
|
| H A D | Kconfig | 8 source "drivers/staging/iio/accel/Kconfig"
|
| /linux/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()
|
| /linux/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);
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | mach64_gx.c | 81 const union aty_pll *pll, u32 bpp, u32 accel) in aty_set_dac_514() argument 207 u32 accel) in aty_set_dac_ATI68860_B() argument 239 if (!accel) { in aty_set_dac_ATI68860_B() 290 u32 accel) in aty_set_dac_ATT21C498() argument 883 u32 accel) in aty_set_dac_unsupported() argument
|
| /linux/Documentation/fb/ |
| H A D | intel810.rst | 135 j. "accel" 137 by using 'fbset -accel true/false'. 192 vsync1:50,vsync2:85,accel,mtrr" 220 vsync2=85 accel=1 mtrr=1 225 vsync2=85 accel=1 mtrr=1
|
| /linux/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 \
|
| /linux/tools/testing/cxl/test/ |
| H A D | Kbuild | 14 cxl_mock_accel-y := accel.o
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_sony.py | 45 r = uhdev.event(accel=(x, None, None)) 56 r = uhdev.event(accel=(None, y, None)) 65 r = uhdev.event(accel=(None, None, z))
|