Searched refs:scan (Results 276 - 300 of 378) sorted by relevance

<<111213141516

/linux-master/drivers/iio/gyro/
H A Dmpu3050-core.c478 } scan; local
634 ret = regmap_bulk_read(mpu3050->map, MPU3050_TEMP_H, scan.chans,
635 sizeof(scan.chans));
642 iio_push_to_buffers_with_timestamp(indio_dev, &scan, timestamp);
733 /* Four channels apart from timestamp, scan mask = 0x0f */
H A Dbmg160_core.c104 } scan; member in struct:bmg160_data
888 data->scan.chans, AXIS_MAX * 2);
893 iio_push_to_buffers_with_timestamp(indio_dev, &data->scan,
/linux-master/drivers/iio/accel/
H A Dfxls8962af-core.c165 } scan; member in struct:fxls8962af_data
971 memcpy(&data->scan.channels[j++], &buffer[i * 3 + bit],
972 sizeof(data->scan.channels[0]));
975 iio_push_to_buffers_with_timestamp(indio_dev, &data->scan,
/linux-master/drivers/input/keyboard/
H A Dpxa27x_keypad.c56 #define KPC_MS(n) (0x1 << (13 + (n))) /* Matrix scan line 'n' */
110 /* state row bits of each column scan */
421 goto scan;
430 goto scan;
433 goto scan;
451 scan:
600 /* enable matrix keys with automatic scan */
/linux-master/drivers/media/rc/keymaps/
H A Drc-hauppauge.c268 .scan = rc5_hauppauge_new,
H A Drc-dib0700-rc5.c210 .scan = dib0700_rc5_table,
/linux-master/drivers/pcmcia/
H A Dtcic.c213 if (request_irq(irq, tcic_irq_count, 0, "irq scan", tcic_irq_count) != 0)
364 u_int mask, scan; local
457 scan = (mask & (mask-1));
458 if (((scan & (scan-1)) == 0) && (poll_interval == 0))
/linux-master/drivers/char/hw_random/
H A Dvirtio-rng.c252 .scan = virtrng_scan,
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dcore.c950 cancel_delayed_work_sync(&ar->scan.timeout);
989 complete(&ar->scan.started);
990 complete(&ar->scan.completed);
991 complete(&ar->scan.on_channel);
/linux-master/drivers/acpi/
H A DMakefile40 acpi-y += scan.o mipi-disco-img.o
/linux-master/drivers/cdx/
H A Dcdx.c627 if (cdx && cdx->controller_registered && cdx->ops->scan)
628 cdx->ops->scan(cdx);
936 if (cdx->ops->scan)
937 cdx->ops->scan(cdx);
/linux-master/drivers/cdx/controller/
H A Dcdx_controller.c161 .scan = cdx_scan_devices,
/linux-master/include/linux/
H A Dvirtio.h182 * @scan: optional function to call after successful probe; intended
183 * for virtio-scsi to invoke a scan.
199 void (*scan)(struct virtio_device *dev); member in struct:virtio_driver
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py87 # scan until "/"
552 for scan in (
560 if actstr.startswith(scan[0]):
561 actstr = actstr[len(scan[0]) :]
562 if scan[2] is not None:
567 datum = scan[2](actstr[:pos], 0)
568 ctact["attrs"].append([scan[1], datum])
571 ctact["attrs"].append([scan[1], None])
/linux-master/mm/
H A Dvmscan.c1574 * It is waste of effort to scan and reclaim CMA pages if it is not available
1622 unsigned long scan, total_scan, nr_pages; local
1626 scan = 0;
1627 while (scan < nr_to_scan && !list_empty(src)) {
1651 scan += nr_pages;
2171 * to the established workingset on the scan-resistant active list,
2237 * Determine the scan balance between anon and file LRUs.
2289 * the scan balance towards the file LRU. And as the file LRU
2331 * nr[0] = anon inactive folios to scan; nr[1] = anon active folios to scan
2427 unsigned long scan; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c247 } else if (input->scan == SCAN_DIRECTION_HORIZONTAL) {
254 } else if (input->scan == SCAN_DIRECTION_VERTICAL) {
/linux-master/arch/arm/mach-orion5x/
H A Ddns323-setup.c91 .scan = orion5x_pci_sys_scan_bus,
/linux-master/drivers/rapidio/
H A Drio-sysfs.c312 static BUS_ATTR_WO(scan);
/linux-master/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx.h418 * @scan: Temporary buffers used to align data before iio_push_to_buffers()
451 } scan[ST_LSM6DSX_ID_MAX]; member in struct:st_lsm6dsx_hw
/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8723b2ant.c1571 bool scan = false, link = false, roam = false; local
1578 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_SCAN, &scan);
1587 } else if (scan || link || roam) {
2742 /* if current PsTdma not match with the recorded one (scan, dhcp, ...),
2746 bool scan = false, link = false, roam = false; local
2751 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_SCAN, &scan);
2755 if (!scan && !link && !roam)
2760 "[BTCoex], roaming/link/scan is under progress, will adjust next time!!!\n");
3353 bool scan = false, link = false, roam = false; local
3374 "[BTCoex], BT is under inquiry/page scan !!\
3647 bool roam = false, scan = false; local
[all...]
H A Dhalbtc8821a2ant.c1453 bool scan = false, link = false, roam = false; local
1466 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_SCAN, &scan);
1472 if (scan || link || roam) {
2569 * (when scan, dhcp...), then we have to adjust it back to
2573 bool scan = false, link = false, roam = false; local
2579 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_SCAN, &scan);
2583 if (!scan && !link && !roam) {
2588 "[BTCoex], roaming/link/scan is under progress, will adjust next time!!!\n");
3374 bool scan = false, link = false, roam = false; local
3401 "[BTCoex], BT is under inquiry/page scan !!\
3630 bool roam = false, scan = false, link = false, wifi_under_5g = false; local
[all...]
/linux-master/drivers/iio/magnetometer/
H A Dbmc150_magn.c145 } scan; member in struct:bmc150_magn_data
678 ret = bmc150_magn_read_xyz(data, data->scan.chans);
682 iio_push_to_buffers_with_timestamp(indio_dev, &data->scan,
H A Dak8974.c184 * @scan: timestamps
201 } scan; member in struct:ak8974
676 ret = ak8974_getresult(ak8974, ak8974->scan.channels);
682 iio_push_to_buffers_with_timestamp(indio_dev, &ak8974->scan,
/linux-master/drivers/iio/adc/
H A Dina2xx-adc.c154 } scan; member in struct:ina2xx_chip_info
767 chip->scan.chan[i++] = val;
770 iio_push_to_buffers_with_timestamp(indio_dev, &chip->scan, time);
/linux-master/drivers/pci/hotplug/
H A Dpnv_php.c475 goto scan;
505 goto scan;
507 /* Power is off, turn it on and then scan the slot */
512 scan:

Completed in 252 milliseconds

<<111213141516