Searched refs:scan (Results 1 - 25 of 378) sorted by last modified time

1234567891011>>

/linux-master/drivers/iio/accel/
H A Dmxc4005.c72 } scan; member in struct:mxc4005_data
155 data->scan.chans, sizeof(data->scan.chans));
321 iio_push_to_buffers_with_timestamp(indio_dev, &data->scan,
/linux-master/kernel/sched/
H A Dfair.c1360 * Approximate time to scan a full NUMA task in ms. The task scan period is
1367 /* Portion of address space to scan in MB */
1434 /* For sanity's sake, never scan more PTEs than MAX_SCAN_WINDOW MB/sec. */
1440 unsigned int scan, floor; local
1447 scan = sysctl_numa_balancing_scan_period_min / task_nr_scan_windows(p);
1448 return max_t(unsigned int, floor, scan);
1457 /* Scale the maximum scan period with the amount of shared memory. */
1482 /* Scale the maximum scan period with the amount of shared memory. */
1720 * used to record scan tim
[all...]
/linux-master/net/wireless/
H A Dnl80211.c8903 * to scan for a channel twice, so disallow that
8906 * they can scan, as long as they can scan all
9171 if (!rdev->ops->scan)
9356 * BSSID to scan for. This was problematic because that same attribute
9427 * If scan plans are not specified,
9429 * case one scan plan will be set with the specified scan
9481 * All scan plans but the last one must specify
9491 * The last scan pla
10401 struct cfg80211_internal_bss *scan; local
[all...]
/linux-master/net/bluetooth/
H A Dhci_sync.c357 bt_dev_err(hdev, "failed to disable LE scan: %d", status);
363 /* If we were running LE only scan, change discovery state. If
1087 * hdev->random_addr is shared with scan state machine.
2124 bt_dev_dbg(hdev, "cancelling interleave scan");
2136 /* Do interleaved scan only if all of the following are true:
2140 * If so, we should alternate between allowlist scan and one without
2152 bt_dev_dbg(hdev, "starting interleave scan");
2493 bt_dev_err(hdev, "Command not allowed when scan/LE connect");
2549 /* Racing adds are handled in next scan update */
2967 bt_dev_dbg(hdev, "LE passive scan wit
3286 u8 scan; local
5971 u8 scan = SCAN_DISABLED; local
[all...]
H A Dhci_core.c68 __u8 scan = opt; local
70 BT_DBG("%s %x", req->hdev->name, scan);
73 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan);
696 static void hci_update_passive_scan_state(struct hci_dev *hdev, u8 scan) argument
700 BT_DBG("%s scan 0x%02x", hdev->name, scan);
702 if ((scan & SCAN_PAGE))
709 if ((scan & SCAN_INQUIRY)) {
2563 /* default 1.28 sec page scan */
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c3772 switch (ar->scan.state) {
3777 if (ar->scan.is_roc && ar->scan.roc_notify)
3781 if (!ar->scan.is_roc) {
3783 .aborted = ((ar->scan.state ==
3785 (ar->scan.state ==
3792 ar->scan.state = ATH11K_SCAN_IDLE;
3794 ar->scan.roc_freq = 0;
3795 cancel_delayed_work(&ar->scan.timeout);
3796 complete_all(&ar->scan
[all...]
/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/drivers/virtio/
H A Dvirtio.c319 if (drv->scan)
320 drv->scan(dev);
/linux-master/drivers/scsi/
H A Dscsi_scan.c23 * If target is SCSI-3 or up, issue a REPORT LUN, and scan
25 * sequentially scan LUNs up until some maximum is reached,
102 module_param_string(scan, scsi_scan_type, sizeof(scsi_scan_type),
104 MODULE_PARM_DESC(scan, "sync, async, manual, or none. "
106 "for manual device scan via the 'scan' sysfs attribute.");
145 * this function was called will have finished its scan. Hosts which
463 * means it was allocated but never made visible (because a scan
694 "scsi scan: INQUIRY pass %d length %d\n",
713 "scsi scan
[all...]
H A Dscsi_sysfs.c196 static DEVICE_ATTR(scan, S_IWUSR, NULL, store_scan);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c90 "a Fabric scan. This is needed for several broken switches. "
3633 vfree(base_vha->scan.l);
3938 vfree(base_vha->scan.l);
5114 vha->scan.size = ha->max_fibre_devices * sizeof(struct fab_scan_rp);
5115 vha->scan.l = vmalloc(vha->scan.size);
5116 if (!vha->scan.l) {
5118 "Alloc failed for scan database.\n");
5125 INIT_DELAYED_WORK(&vha->scan.scan_work, qla_scan_work_fn);
5465 schedule_delayed_work(&vha->scan
[all...]
H A Dqla_init.c667 * qla2x00_find_new_loop_id - scan through our port list and find a new usable loop ID
1671 "%s %8phC DS %d LS %d P %d fl %x confl %p rscn %d|%d login %d lid %d scan %d fc4type %x\n",
1924 if (vha->scan.scan_flags == 0) {
1926 vha->scan.scan_flags |= SF_QUEUED;
1927 schedule_delayed_work(&vha->scan.scan_work, 5);
5787 vha->scan.scan_retry++;
5790 if (vha->scan.scan_retry < MAX_SCAN_RETRIES) {
5858 vha->scan.scan_retry++;
5861 if (vha->scan.scan_retry < MAX_SCAN_RETRIES) {
5879 vha->scan
[all...]
H A Dqla_def.h5104 struct fab_scan scan; member in struct:scsi_qla_host
H A Dqla_attr.c3235 vfree(vha->scan.l);
/linux-master/net/mac80211/
H A Dcfg.c2854 * If the scan has been forced (and the driver supports
5097 .scan = ieee80211_scan,
/linux-master/include/net/
H A Dcfg80211.h1167 * @SURVEY_INFO_TIME_SCAN: scan time was filled in
2567 * a bit of helper functionality. To start a scan, the scan operation will
2568 * be invoked with a scan definition. This scan definition contains the
2569 * channels to scan, and the SSIDs to send probe requests for (including the
2570 * wildcard, if desired). A passive scan is indicated by having no SSIDs to
2571 * probe. Additionally, a scan request may contain extra information elements
2597 * struct cfg80211_scan_info - information about completed scan
2598 * @scan_start_tsf: scan star
4687 int (*scan)(struct wiphy *wiphy, member in struct:cfg80211_ops
[all...]
/linux-master/include/linux/cdx/
H A Dcdx_bus.h88 * @scan: scan the devices on the controller
95 cdx_scan_cb scan; member in struct:cdx_ops
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2709 .scan = cfg80211_rtw_scan,
/linux-master/drivers/iio/pressure/
H A Dhsc030pa.c314 memcpy(&data->scan.chan[0], &data->buffer[0], 2);
315 memcpy(&data->scan.chan[1], &data->buffer[2], 2);
317 iio_push_to_buffers_with_timestamp(indio_dev, &data->scan,
H A Dhsc030pa.h62 } scan; member in struct:hsc_data
/linux-master/drivers/iio/light/
H A Drpr0521.c207 } scan; member in struct:rpr0521_data
470 data->scan.channels,
474 &data->scan, pf->timestamp);
H A Dltr501.c1289 } scan; local
1295 memset(&scan, 0, sizeof(scan));
1314 scan.channels[j++] = le16_to_cpu(als_buf[1]);
1316 scan.channels[j++] = le16_to_cpu(als_buf[0]);
1324 scan.channels[j++] = psdata & LTR501_PS_DATA_MASK;
1327 iio_push_to_buffers_with_timestamp(indio_dev, &scan,
H A Dmax44000.c82 } scan; member in struct:max44000_data
505 data->scan.channels[index++] = ret;
511 data->scan.channels[index] = regval;
515 iio_push_to_buffers_with_timestamp(indio_dev, &data->scan,
H A Das73211.c640 } scan; local
662 .len = sizeof(scan.chan),
663 .buf = (u8 *)&scan.chan,
675 (char *)&scan.chan[1], 3 * sizeof(scan.chan[1]));
685 scan.chan[1] = cpu_to_le16(U16_MAX);
686 scan.chan[2] = cpu_to_le16(U16_MAX);
687 scan.chan[3] = cpu_to_le16(U16_MAX);
690 iio_push_to_buffers_with_timestamp(indio_dev, &scan, iio_get_time_ns(indio_dev));
H A Dhid-sensor-als.c35 } scan; member in struct:als_state
45 /* The order of usage ids must match scan index starting from CHANNEL_SCAN_INDEX_INTENSITY */
265 iio_push_to_buffers_with_timestamp(indio_dev, &als_state->scan,
286 als_state->scan.illum[CHANNEL_SCAN_INDEX_INTENSITY] = sample_data;
287 als_state->scan.illum[CHANNEL_SCAN_INDEX_ILLUM] = sample_data;
291 als_state->scan.illum[CHANNEL_SCAN_INDEX_COLOR_TEMP] = sample_data;
295 als_state->scan.illum[CHANNEL_SCAN_INDEX_CHROMATICITY_X] = sample_data;
299 als_state->scan.illum[CHANNEL_SCAN_INDEX_CHROMATICITY_Y] = sample_data;

Completed in 686 milliseconds

1234567891011>>