Home
last modified time | relevance | path

Searched refs:scan (Results 1 – 200 of 364) sorted by relevance

12

/linux-4.1.27/drivers/net/wireless/cw1200/
Dscan.c20 static int cw1200_scan_start(struct cw1200_common *priv, struct wsm_scan *scan) in cw1200_scan_start() argument
34 scan->type, scan->num_channels, scan->flags); in cw1200_scan_start()
36 for (i = 0; i < scan->num_channels; ++i) in cw1200_scan_start()
37 tmo += scan->ch[i].max_chan_time + 10; in cw1200_scan_start()
40 atomic_set(&priv->scan.in_progress, 1); in cw1200_scan_start()
43 queue_delayed_work(priv->workqueue, &priv->scan.timeout, in cw1200_scan_start()
45 ret = wsm_scan(priv, scan); in cw1200_scan_start()
47 atomic_set(&priv->scan.in_progress, 0); in cw1200_scan_start()
48 cancel_delayed_work_sync(&priv->scan.timeout); in cw1200_scan_start()
90 down(&priv->scan.lock); in cw1200_hw_scan()
[all …]
Dpm.c194 if (down_trylock(&priv->scan.lock)) in cw1200_wow_suspend()
237 cw1200_suspend_work(&priv->scan.probe_work); in cw1200_wow_suspend()
289 cw1200_resume_work(priv, &priv->scan.probe_work, in cw1200_wow_suspend()
300 up(&priv->scan.lock); in cw1200_wow_suspend()
322 up(&priv->scan.lock); in cw1200_wow_resume()
346 cw1200_resume_work(priv, &priv->scan.probe_work, in cw1200_wow_resume()
DMakefile10 scan.o \
Dmain.c348 sema_init(&priv->scan.lock, 1); in cw1200_init_common()
349 INIT_WORK(&priv->scan.work, cw1200_scan_work); in cw1200_init_common()
350 INIT_DELAYED_WORK(&priv->scan.probe_work, cw1200_probe_work); in cw1200_init_common()
351 INIT_DELAYED_WORK(&priv->scan.timeout, cw1200_scan_timeout); in cw1200_init_common()
Dsta.c104 while (down_trylock(&priv->scan.lock)) { in cw1200_stop()
106 priv->scan.req = NULL; in cw1200_stop()
109 up(&priv->scan.lock); in cw1200_stop()
111 cancel_delayed_work_sync(&priv->scan.probe_work); in cw1200_stop()
112 cancel_delayed_work_sync(&priv->scan.timeout); in cw1200_stop()
335 down(&priv->scan.lock); in cw1200_config()
438 up(&priv->scan.lock); in cw1200_config()
592 down(&priv->scan.lock); in cw1200_configure_filter()
612 up(&priv->scan.lock); in cw1200_configure_filter()
995 if (!down_trylock(&priv->scan.lock)) { in cw1200_event_handler()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c152 struct cl_object *scan; in cl_io_init0() local
166 cl_object_for_each(scan, obj) { in cl_io_init0()
167 if (scan->co_ops->coo_io_init != NULL) { in cl_io_init0()
168 result = scan->co_ops->coo_io_init(env, scan, io); in cl_io_init0()
334 struct cl_io_lock_link *scan; in cl_queue_match() local
336 list_for_each_entry(scan, queue, cill_linkage) { in cl_queue_match()
337 if (cl_lock_descr_match(&scan->cill_descr, need)) in cl_queue_match()
347 struct cl_io_lock_link *scan; in cl_queue_merge() local
349 list_for_each_entry(scan, queue, cill_linkage) { in cl_queue_merge()
350 if (cl_lock_descr_cmp(&scan->cill_descr, need)) in cl_queue_merge()
[all …]
Dlu_object.c200 struct lu_object *scan; in lu_object_alloc() local
231 list_for_each_entry(scan, layers, lo_linkage) { in lu_object_alloc()
235 scan->lo_header = top->lo_header; in lu_object_alloc()
236 result = scan->lo_ops->loo_object_init(env, scan, conf); in lu_object_alloc()
247 list_for_each_entry_reverse(scan, layers, lo_linkage) { in lu_object_alloc()
248 if (scan->lo_ops->loo_object_start != NULL) { in lu_object_alloc()
249 result = scan->lo_ops->loo_object_start(env, scan); in lu_object_alloc()
268 struct lu_object *scan; in lu_object_free() local
278 list_for_each_entry_reverse(scan, layers, lo_linkage) { in lu_object_free()
279 if (scan->lo_ops->loo_object_delete != NULL) in lu_object_free()
[all …]
Dcl_lock.c1678 struct cl_lock *scan; in cl_lock_disclosure() local
1682 list_for_each_entry_safe(scan, temp, &closure->clc_list, in cl_lock_disclosure()
1684 list_del_init(&scan->cll_inclosure); in cl_lock_disclosure()
1685 cl_lock_mutex_put(env, scan); in cl_lock_disclosure()
1686 lu_ref_del(&scan->cll_reference, "closure", closure); in cl_lock_disclosure()
1687 cl_lock_put(env, scan); in cl_lock_disclosure()
1797 struct cl_lock *scan; in cl_lock_at_pgoff() local
1813 list_for_each_entry(scan, &head->coh_locks, cll_linkage) { in cl_lock_at_pgoff()
1814 if (scan != except && in cl_lock_at_pgoff()
1815 (scan->cll_descr.cld_mode == CLM_GROUP || in cl_lock_at_pgoff()
[all …]
Dcl_page.c1317 const struct cl_page_slice *scan; in cl_page_cache_add() local
1327 list_for_each_entry(scan, &pg->cp_layers, cpl_linkage) { in cl_page_cache_add()
1328 if (scan->cpl_ops->io[crt].cpo_cache_add == NULL) in cl_page_cache_add()
1331 result = scan->cpl_ops->io[crt].cpo_cache_add(env, scan, io); in cl_page_cache_add()
1472 struct cl_page *scan; in cl_page_print() local
1474 for (scan = cl_page_top((struct cl_page *)pg); in cl_page_print()
1475 scan != NULL; scan = scan->cp_child) in cl_page_print()
1476 cl_page_header_print(env, cookie, printer, scan); in cl_page_print()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlovsub_lock.c95 struct lov_lock_link *scan; in lovsub_lock_state() local
99 list_for_each_entry(scan, &sub->lss_parents, lll_list) { in lovsub_lock_state()
100 struct lov_lock *lov = scan->lll_super; in lovsub_lock_state()
228 struct lov_lock_link *scan; in lovsub_lock_modify() local
234 list_for_each_entry(scan, &lock->lss_parents, lll_list) { in lovsub_lock_modify()
237 lov = scan->lll_super; in lovsub_lock_modify()
239 rc = lov_sublock_modify(env, lov, lock, d, scan->lll_idx); in lovsub_lock_modify()
252 struct lov_lock_link *scan; in lovsub_lock_closure() local
260 list_for_each_entry(scan, &sub->lss_parents, lll_list) { in lovsub_lock_closure()
261 parent = scan->lll_super->lls_cl.cls_lock; in lovsub_lock_closure()
[all …]
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/
Dscan.c32 struct conf_scan_settings *c = &wl->conf.scan; in wl1271_get_scan_channels()
41 if (!test_bit(i, wl->scan.scanned_ch) && in wl1271_get_scan_channels()
83 set_bit(i, wl->scan.scanned_ch); in wl1271_get_scan_channels()
105 if (!passive && wl->scan.req->n_ssids == 0) in wl1271_scan_send()
115 if (wl->conf.scan.split_scan_timeout) in wl1271_scan_send()
130 cmd->params.n_ch = wl1271_get_scan_channels(wl, wl->scan.req, in wl1271_scan_send()
139 cmd->params.n_probe_reqs = wl->conf.scan.num_probe_reqs; in wl1271_scan_send()
148 if (wl->scan.ssid_len && wl->scan.ssid) { in wl1271_scan_send()
149 cmd->params.ssid_len = wl->scan.ssid_len; in wl1271_scan_send()
150 memcpy(cmd->params.ssid, wl->scan.ssid, wl->scan.ssid_len); in wl1271_scan_send()
[all …]
DMakefile1 wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dscan.c643 struct iwl_scan_cmd *scan; in iwlagn_request_scan() local
681 scan = priv->scan_cmd; in iwlagn_request_scan()
682 memset(scan, 0, scan_cmd_size); in iwlagn_request_scan()
684 scan->quiet_plcp_th = IWL_PLCP_QUIET_THRESH; in iwlagn_request_scan()
685 scan->quiet_time = IWL_ACTIVE_QUIET_TIME; in iwlagn_request_scan()
703 scan->suspend_time = 0; in iwlagn_request_scan()
704 scan->max_out_time = cpu_to_le32(200 * 1024); in iwlagn_request_scan()
711 scan->suspend_time = cpu_to_le32(scan_suspend_time); in iwlagn_request_scan()
724 scan->quiet_time = cpu_to_le16(IWL_RADIO_RESET_DWELL_TIME); in iwlagn_request_scan()
742 scan->direct_scan[p].id = WLAN_EID_SSID; in iwlagn_request_scan()
[all …]
DMakefile7 iwldvm-objs += scan.o
/linux-4.1.27/arch/sparc/mm/
Dio-unit.c97 unsigned long rotor, scan, limit; in iounit_get_area() local
114 scan = rotor; in iounit_get_area()
115 nexti: scan = find_next_zero_bit(iounit->bmap, limit, scan); in iounit_get_area()
116 if (scan + npages > limit) { in iounit_get_area()
119 scan = iounit->limit[j - 1]; in iounit_get_area()
127 for (k = 1, scan++; k < npages; k++) in iounit_get_area()
128 if (test_bit(scan++, iounit->bmap)) in iounit_get_area()
130 iounit->rotor[j - 1] = (scan < limit) ? scan : iounit->limit[j - 1]; in iounit_get_area()
131 scan -= npages; in iounit_get_area()
133 vaddr = IOUNIT_DMA_BASE + (scan << PAGE_SHIFT) + (vaddr & ~PAGE_MASK); in iounit_get_area()
[all …]
/linux-4.1.27/lib/zlib_deflate/
Ddeflate.c560 register Byte *scan = s->window + s->strstart; /* current string */ in longest_match() local
578 register ush scan_start = *(ush*)scan; in longest_match()
579 register ush scan_end = *(ush*)(scan+best_len-1); in longest_match()
582 register Byte scan_end1 = scan[best_len-1]; in longest_match()
583 register Byte scan_end = scan[best_len]; in longest_match()
625 Assert(scan[2] == match[2], "scan[2]?"); in longest_match()
626 scan++, match++; in longest_match()
628 } while (*(ush*)(scan+=2) == *(ush*)(match+=2) && in longest_match()
629 *(ush*)(scan+=2) == *(ush*)(match+=2) && in longest_match()
630 *(ush*)(scan+=2) == *(ush*)(match+=2) && in longest_match()
[all …]
/linux-4.1.27/tools/power/cpupower/utils/
Dcpufreq-set.c66 const char *scan; in string_to_frequency() local
74 for (scan = str; isdigit(*scan) || *scan == '.'; scan++) { in string_to_frequency()
75 if (*scan == '.' && match_count == 0) in string_to_frequency()
77 else if (*scan == '.' && match_count == 1) in string_to_frequency()
81 if (*scan) { in string_to_frequency()
85 scan[i] && tolower(scan[i]) == unit->str_unit[i]; in string_to_frequency()
88 if (scan[i]) in string_to_frequency()
/linux-4.1.27/Documentation/acpi/
Dscan_handlers.txt20 The core ACPI namespace scanning code in drivers/acpi/scan.c carries out basic
33 called ACPI scan handlers represented by the following structure:
43 take care of, list_node is the hook to the global list of ACPI scan handlers
50 to match a scan handler against each of them using the ids arrays of the
51 available scan handlers. If a matching scan handler is found, its .attach()
56 The device node's handler field is then populated with the address of the scan
60 interesting to the given scan handler and may be matched against the next scan
62 the namespace scan should be terminated due to a serious error. The error code
66 callbacks from the scan handlers of all device nodes in the given namespace
67 scope (if they have scan handlers). Next, it unregisters all of the device
[all …]
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dscan.c51 if (wl->scan.state == WL1271_SCAN_STATE_IDLE) in wl1271_scan_complete_work()
62 wl->scan.state = WL1271_SCAN_STATE_IDLE; in wl1271_scan_complete_work()
63 memset(wl->scan.scanned_ch, 0, sizeof(wl->scan.scanned_ch)); in wl1271_scan_complete_work()
64 wl->scan.req = NULL; in wl1271_scan_complete_work()
78 if (wl->scan.failed) { in wl1271_scan_complete_work()
152 struct conf_scan_settings *c = &wl->conf.scan; in wlcore_scan_get_channels()
352 if (wl->scan.state != WL1271_SCAN_STATE_IDLE) in wlcore_scan()
355 wl->scan.state = WL1271_SCAN_STATE_2GHZ_ACTIVE; in wlcore_scan()
358 wl->scan.ssid_len = ssid_len; in wlcore_scan()
359 memcpy(wl->scan.ssid, ssid, ssid_len); in wlcore_scan()
[all …]
DMakefile2 boot.o init.o debugfs.o scan.o sysfs.o vendor_cmd.o
/linux-4.1.27/drivers/net/wireless/libertas/
DREADME165 This command is used to do a specific scan.
178 Display the current contents of the driver scan table (ie. get the
179 scan results).
187 Initiate a customized scan and retrieve the results
197 bssid=xx:xx:xx:xx:xx:xx specify a BSSID filter for the scan
198 ssid="[SSID]" specify a SSID filter for the scan
199 keep=[0 or 1] keep the previous scan results (1), discard (0)
200 dur=[scan time] time to scan for each channel in milliseconds
205 The bssid and ssid fields, if blank, will produce an unfiltered scan.
210 1) Perform a passive scan on all channels for 20 ms per channel:
[all …]
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dantenna.c313 antcomb->scan = false; in ath_select_ant_div_from_quick_scan()
441 if (!(antcomb->scan) && in ath_ant_div_conf_fast_divbias()
451 if (!(antcomb->scan) && in ath_ant_div_conf_fast_divbias()
458 if (!(antcomb->scan) && in ath_ant_div_conf_fast_divbias()
468 if (!(antcomb->scan) && in ath_ant_div_conf_fast_divbias()
500 if (!antcomb->scan && (alt_ratio > antcomb->ant_ratio)) in ath_ant_div_conf_fast_divbias()
509 if (!antcomb->scan && (alt_ratio > antcomb->ant_ratio)) in ath_ant_div_conf_fast_divbias()
515 if (!antcomb->scan && (alt_ratio > antcomb->ant_ratio)) in ath_ant_div_conf_fast_divbias()
524 if (!antcomb->scan && (alt_ratio > antcomb->ant_ratio)) in ath_ant_div_conf_fast_divbias()
598 antcomb->scan = true; in ath_ant_try_scan()
[all …]
Dani.c154 bool scan) in ath9k_hw_set_ofdm_nil() argument
171 if (!scan) in ath9k_hw_set_ofdm_nil()
239 bool scan) in ath9k_hw_set_cck_nil() argument
259 if (!scan) in ath9k_hw_set_cck_nil()
/linux-4.1.27/drivers/media/rc/
Drc-main.c110 .scan = empty,
135 rc_map->scan = kmalloc(rc_map->alloc, GFP_KERNEL); in ir_create_table()
136 if (!rc_map->scan) in ir_create_table()
154 kfree(rc_map->scan); in ir_free_table()
155 rc_map->scan = NULL; in ir_free_table()
171 struct rc_map_table *oldscan = rc_map->scan; in ir_resize_table()
198 memcpy(newscan, rc_map->scan, rc_map->len * sizeof(struct rc_map_table)); in ir_resize_table()
199 rc_map->scan = newscan; in ir_resize_table()
222 int old_keycode = rc_map->scan[index].keycode; in ir_update_mapping()
228 index, rc_map->scan[index].scancode); in ir_update_mapping()
[all …]
/linux-4.1.27/fs/jffs2/
DTODO11 - checkpointing (do we need this? scan is quite fast)
12 - make the scan code populate real inodes so read_inode just after
36 2. get_sb()->build_fs()->scan() path... Why get_sb() removes scan()'s crap in
37 case of failure? scan() does not clean everything. Fix.
DMakefile9 jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
/linux-4.1.27/Documentation/
Dkmemleak.txt27 To trigger an intermediate memory scan:
29 # echo scan > /sys/kernel/debug/kmemleak
48 scan=on - start the automatic memory scanning thread (default)
49 scan=off - stop the automatic memory scanning thread
50 scan=<secs> - set the automatic memory scanning period in seconds
52 scan - trigger a memory scan
89 2. scan the memory starting with the data section and stacks, checking
93 3. scan the gray objects for matching addresses (some white objects
112 /sys/kernel/debug/kmemleak output. By issuing a 'scan' after a 'clear'
120 # echo scan > /sys/kernel/debug/kmemleak
[all …]
Dsmsc_ece1099.txt6 scan matrix of 23x8. The device is connected to a Master
8 Keypad scan Input(KSI) and Keypad Scan Output(KSO) signals
16 Interrupts can also be detected on the keyboard scan interface.
Dsvga.txt13 ** enter `scan' on the video mode prompt, pick the mode you want to use,
57 Enter mode number or `scan': <flashing-cursor-here>
87 is able to do more), you can enter "scan" instead of item number / mode ID. The
96 modes are not listed at all and the modes revealed by `scan' are shown before
110 have used the `scan' feature).
159 really want to have the adapter autodetected (maybe in case the `scan' feature
186 CONFIG_VIDEO_400_HACK - force setting of 400 scan lines for standard VGA
231 stable, explicit mode numbering allowed, "scan" implemented etc.
264 - Better recognition of text modes during mode scan.
271 - Direct testing of SVGA adapters turned off by default, `scan'
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dlpc32xx-key.txt12 - nxp,scan-delay-ms: Repeated scan period in ms
29 nxp,scan-delay-ms = <34>;
Dti,nspire-keypad.txt11 - scan-interval: How often to scan in us. Based on a APB speed of 33MHz, the
32 scan-interval = <1000>;
Dgpio-matrix-keypad.txt24 - col-scan-delay-us: delay, measured in microseconds, that is needed
25 before we can scan keypad after activating column gpio
31 col-scan-delay-us = <2>;
Dstmpe-keypad.txt9 - st,scan-count : Scanning cycles elapsed before key data is updated
20 st,scan-count = <8>;
Dqcom,pm8xxx-keypad.txt59 - scan-delay:
87 scan-delay = <32>;
Dbrcm,bcm-keypad.txt55 - pull-up-enabled: An optional property indicating the Keypad scan mode.
56 If specified implies the keypad scan pull-up has been enabled.
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c331 static int tvaudio_checkcarrier(struct saa7134_dev *dev, struct mainscan *scan) in tvaudio_checkcarrier() argument
335 if (!(dev->tvnorm->id & scan->std)) { in tvaudio_checkcarrier()
338 scan->carr / 1000, scan->carr % 1000, scan->name); in tvaudio_checkcarrier()
344 dprintk("debug %d:",scan->carr); in tvaudio_checkcarrier()
346 tvaudio_setcarrier(dev,scan->carr+i,scan->carr+i); in tvaudio_checkcarrier()
359 tvaudio_setcarrier(dev,scan->carr-90,scan->carr-90); in tvaudio_checkcarrier()
365 tvaudio_setcarrier(dev,scan->carr+90,scan->carr+90); in tvaudio_checkcarrier()
375 scan->carr / 1000, scan->carr % 1000, in tvaudio_checkcarrier()
376 scan->name, value, left, right); in tvaudio_checkcarrier()
/linux-4.1.27/drivers/rapidio/
Drio.c1657 struct rio_scan_node *scan; in rio_register_scan() local
1673 list_for_each_entry(scan, &rio_scans, node) { in rio_register_scan()
1674 if (scan->mport_id == mport_id) { in rio_register_scan()
1683 scan = kzalloc(sizeof(*scan), GFP_KERNEL); in rio_register_scan()
1684 if (!scan) { in rio_register_scan()
1689 scan->mport_id = mport_id; in rio_register_scan()
1690 scan->ops = scan_ops; in rio_register_scan()
1709 list_add_tail(&scan->node, &rio_scans); in rio_register_scan()
1732 struct rio_scan_node *scan; in rio_unregister_scan() local
1746 list_for_each_entry(scan, &rio_scans, node) { in rio_unregister_scan()
[all …]
DMakefile7 obj-$(CONFIG_RAPIDIO_ENUM_BASIC) += rio-scan.o
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-uwb_rc59 What: /sys/class/uwb_rc/uwbN/scan
69 0 - scan
70 1 - scan outside BP
71 2 - scan while inactive
73 4 - scan (with start time of <bpst offset>)
99 as part of a scan or is a member of the radio
/linux-4.1.27/Documentation/ide/
Dwarm-plug-howto.txt11 # echo -n "1" > /sys/class/ide_port/idex/scan
17 also do not attempt "scan" step on devices currently in use -- otherwise
/linux-4.1.27/net/bluetooth/
Dhci_request.c438 u8 scan; in __hci_update_page_scan() local
451 scan = SCAN_PAGE; in __hci_update_page_scan()
453 scan = SCAN_DISABLED; in __hci_update_page_scan()
455 if (test_bit(HCI_PSCAN, &hdev->flags) == !!(scan & SCAN_PAGE)) in __hci_update_page_scan()
459 scan |= SCAN_INQUIRY; in __hci_update_page_scan()
461 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in __hci_update_page_scan()
/linux-4.1.27/drivers/char/
Dtoshiba.c114 unsigned char scan; in tosh_fn_status() local
118 scan = inb(tosh_fn); in tosh_fn_status()
122 scan = inb(0xe5); in tosh_fn_status()
126 return (int) scan; in tosh_fn_status()
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c406 struct gelic_eurus_scan_info *scan) in gelic_wl_synthesize_ie() argument
414 pr_debug("%s: <- sec=%16x\n", __func__, scan->security); in gelic_wl_synthesize_ie()
415 switch (be16_to_cpu(scan->security) & GELIC_EURUS_SCAN_SEC_MASK) { in gelic_wl_synthesize_ie()
427 switch (be16_to_cpu(scan->security) & GELIC_EURUS_SCAN_SEC_WPA_MASK) { in gelic_wl_synthesize_ie()
581 struct gelic_eurus_scan_info *scan = network->hwinfo; in gelic_wl_translate_scan() local
592 memcpy(iwe.u.ap_addr.sa_data, &scan->bssid[2], ETH_ALEN); in gelic_wl_translate_scan()
598 iwe.u.data.length = strnlen(scan->essid, 32); in gelic_wl_translate_scan()
599 ev = iwe_stream_add_point(info, ev, stop, &iwe, scan->essid); in gelic_wl_translate_scan()
603 iwe.u.freq.m = be16_to_cpu(scan->channel); in gelic_wl_translate_scan()
620 ((scan->ext_rate[j] & 0x7f) < (scan->rate[i] & 0x7f))) in gelic_wl_translate_scan()
[all …]
/linux-4.1.27/drivers/net/wireless/
Dat76c50x-usb.c1165 struct at76_req_scan scan; in at76_start_monitor() local
1168 memset(&scan, 0, sizeof(struct at76_req_scan)); in at76_start_monitor()
1169 eth_broadcast_addr(scan.bssid); in at76_start_monitor()
1171 scan.channel = priv->channel; in at76_start_monitor()
1172 scan.scan_type = SCAN_TYPE_PASSIVE; in at76_start_monitor()
1173 scan.international_scan = 0; in at76_start_monitor()
1174 scan.min_channel_time = cpu_to_le16(priv->scan_min_time); in at76_start_monitor()
1175 scan.max_channel_time = cpu_to_le16(priv->scan_max_time); in at76_start_monitor()
1176 scan.probe_delay = cpu_to_le16(0); in at76_start_monitor()
1178 ret = at76_set_card_command(priv->udev, CMD_SCAN, &scan, sizeof(scan)); in at76_start_monitor()
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_display.c100 struct nv04_disp_scanoutpos_v0 scan; in nouveau_display_scanoutpos_head() member
113 if (args.scan.vline) { in nouveau_display_scanoutpos_head()
122 *hpos = args.scan.hline; in nouveau_display_scanoutpos_head()
123 *vpos = calc(args.scan.vblanks, args.scan.vblanke, in nouveau_display_scanoutpos_head()
124 args.scan.vtotal, args.scan.vline); in nouveau_display_scanoutpos_head()
125 if (stime) *stime = ns_to_ktime(args.scan.time[0]); in nouveau_display_scanoutpos_head()
126 if (etime) *etime = ns_to_ktime(args.scan.time[1]); in nouveau_display_scanoutpos_head()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dfw.c384 int scan = 0, found = 0; in carl9170_find_fw_desc() local
391 while (scan < len - sizeof(struct carl9170fw_desc_head)) { in carl9170_find_fw_desc()
392 if (fw_data[scan++] == otus_magic[found]) in carl9170_find_fw_desc()
397 if (scan >= len) in carl9170_find_fw_desc()
407 return (void *)&fw_data[scan - found]; in carl9170_find_fw_desc()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
D3945-mac.c2535 struct il3945_scan_cmd *scan; in il3945_request_scan() local
2553 scan = il->scan_cmd; in il3945_request_scan()
2554 memset(scan, 0, sizeof(struct il3945_scan_cmd) + IL_MAX_SCAN_SIZE); in il3945_request_scan()
2556 scan->quiet_plcp_th = IL_PLCP_QUIET_THRESH; in il3945_request_scan()
2557 scan->quiet_time = IL_ACTIVE_QUIET_TIME; in il3945_request_scan()
2569 scan->suspend_time = 0; in il3945_request_scan()
2570 scan->max_out_time = cpu_to_le32(200 * 1024); in il3945_request_scan()
2584 scan->suspend_time = cpu_to_le32(scan_suspend_time); in il3945_request_scan()
2596 scan->direct_scan[p].id = WLAN_EID_SSID; in il3945_request_scan()
2597 scan->direct_scan[p].len = in il3945_request_scan()
[all …]
D4965-mac.c869 struct il_scan_cmd *scan; in il4965_request_scan() local
894 scan = il->scan_cmd; in il4965_request_scan()
895 memset(scan, 0, sizeof(struct il_scan_cmd) + IL_MAX_SCAN_SIZE); in il4965_request_scan()
897 scan->quiet_plcp_th = IL_PLCP_QUIET_THRESH; in il4965_request_scan()
898 scan->quiet_time = IL_ACTIVE_QUIET_TIME; in il4965_request_scan()
909 scan->suspend_time = 0; in il4965_request_scan()
910 scan->max_out_time = cpu_to_le32(200 * 1024); in il4965_request_scan()
917 scan->suspend_time = cpu_to_le32(scan_suspend_time); in il4965_request_scan()
929 scan->direct_scan[p].id = WLAN_EID_SSID; in il4965_request_scan()
930 scan->direct_scan[p].len = in il4965_request_scan()
[all …]
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt471 memory node local to where the task is running. Every "scan delay" the task
472 scans the next "scan size" number of pages in its address space. When the
475 In combination, the "scan delay" and "scan size" determine the scan rate.
476 When "scan delay" decreases, the scan rate increases. The scan delay and
477 hence the scan rate of every task is adaptive and depends on historical
478 behaviour. If pages are properly placed then the scan delay increases,
479 otherwise the scan delay decreases. The "scan size" is not adaptive but
480 the higher the "scan size", the higher the scan rate.
482 Higher scan rates incur higher system overhead as page faults must be
483 trapped and potentially data must be migrated. However, the higher the scan
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_lock.c1012 struct cl_lock *scan; in osc_lock_enqueue_wait() local
1025 list_for_each_entry(scan, &hdr->coh_locks, cll_linkage) { in osc_lock_enqueue_wait()
1026 struct cl_lock_descr *cld = &scan->cll_descr; in osc_lock_enqueue_wait()
1029 if (scan == lock) in osc_lock_enqueue_wait()
1032 if (scan->cll_state < CLS_QUEUING || in osc_lock_enqueue_wait()
1033 scan->cll_state == CLS_FREEING || in osc_lock_enqueue_wait()
1041 if (scan->cll_descr.cld_mode == CLM_GROUP) { in osc_lock_enqueue_wait()
1043 descr->cld_gid != scan->cll_descr.cld_gid); in osc_lock_enqueue_wait()
1047 scan_ols = osc_lock_at(scan); in osc_lock_enqueue_wait()
1058 cl_lock_get_trust(scan); in osc_lock_enqueue_wait()
[all …]
Dosc_page.c104 struct cl_lock *scan;
130 list_for_each_entry(scan, &hdr->coh_locks, cll_linkage) {
137 if ((scan->cll_state == CLS_HELD ||
138 scan->cll_state == CLS_CACHED) &&
139 cl_lock_ext_match(&scan->cll_descr, descr)) {
142 olck = osc_lock_at(scan);
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_panel.c60 struct drm_display_mode *scan, *tmp_mode; in intel_find_panel_downclock() local
66 list_for_each_entry(scan, &connector->probed_modes, head) { in intel_find_panel_downclock()
74 if (scan->hdisplay == fixed_mode->hdisplay && in intel_find_panel_downclock()
75 scan->hsync_start == fixed_mode->hsync_start && in intel_find_panel_downclock()
76 scan->hsync_end == fixed_mode->hsync_end && in intel_find_panel_downclock()
77 scan->htotal == fixed_mode->htotal && in intel_find_panel_downclock()
78 scan->vdisplay == fixed_mode->vdisplay && in intel_find_panel_downclock()
79 scan->vsync_start == fixed_mode->vsync_start && in intel_find_panel_downclock()
80 scan->vsync_end == fixed_mode->vsync_end && in intel_find_panel_downclock()
81 scan->vtotal == fixed_mode->vtotal) { in intel_find_panel_downclock()
[all …]
Dintel_lvds.c918 struct drm_display_mode *scan; /* *modes, *bios_mode; */ in intel_lvds_init() local
1065 list_for_each_entry(scan, &connector->probed_modes, head) { in intel_lvds_init()
1066 if (scan->type & DRM_MODE_TYPE_PREFERRED) { in intel_lvds_init()
1068 drm_mode_debug_printmodeline(scan); in intel_lvds_init()
1070 fixed_mode = drm_mode_duplicate(dev, scan); in intel_lvds_init()
/linux-4.1.27/drivers/gpu/drm/gma500/
Doaktrail_lvds.c308 struct drm_display_mode *scan; /* *modes, *bios_mode; */ in oaktrail_lvds_init() local
383 list_for_each_entry(scan, &connector->probed_modes, head) { in oaktrail_lvds_init()
384 if (scan->type & DRM_MODE_TYPE_PREFERRED) { in oaktrail_lvds_init()
386 drm_mode_duplicate(dev, scan); in oaktrail_lvds_init()
Dcdv_intel_lvds.c616 struct drm_display_mode *scan; in cdv_intel_lvds_init() local
718 list_for_each_entry(scan, &connector->probed_modes, head) { in cdv_intel_lvds_init()
719 if (scan->type & DRM_MODE_TYPE_PREFERRED) { in cdv_intel_lvds_init()
721 drm_mode_duplicate(dev, scan); in cdv_intel_lvds_init()
Dpsb_intel_lvds.c691 struct drm_display_mode *scan; /* *modes, *bios_mode; */ in psb_intel_lvds_init() local
782 list_for_each_entry(scan, &connector->probed_modes, head) { in psb_intel_lvds_init()
783 if (scan->type & DRM_MODE_TYPE_PREFERRED) { in psb_intel_lvds_init()
785 drm_mode_duplicate(dev, scan); in psb_intel_lvds_init()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dmac.c2539 switch (ar->scan.state) { in __ath10k_scan_finish()
2543 if (ar->scan.is_roc) in __ath10k_scan_finish()
2547 if (!ar->scan.is_roc) in __ath10k_scan_finish()
2549 (ar->scan.state == in __ath10k_scan_finish()
2553 ar->scan.state = ATH10K_SCAN_IDLE; in __ath10k_scan_finish()
2556 cancel_delayed_work(&ar->scan.timeout); in __ath10k_scan_finish()
2557 complete_all(&ar->scan.completed); in __ath10k_scan_finish()
2586 ret = wait_for_completion_timeout(&ar->scan.completed, 3*HZ); in ath10k_scan_stop()
2603 if (ar->scan.state != ATH10K_SCAN_IDLE) in ath10k_scan_stop()
2618 switch (ar->scan.state) { in ath10k_scan_abort()
[all …]
Dcore.c884 complete_all(&ar->scan.started); in ath10k_core_restart()
885 complete_all(&ar->scan.completed); in ath10k_core_restart()
886 complete_all(&ar->scan.on_channel); in ath10k_core_restart()
1385 init_completion(&ar->scan.started); in ath10k_core_create()
1386 init_completion(&ar->scan.completed); in ath10k_core_create()
1387 init_completion(&ar->scan.on_channel); in ath10k_core_create()
1394 INIT_DELAYED_WORK(&ar->scan.timeout, ath10k_scan_timeout_work); in ath10k_core_create()
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
DMakefile1 wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o
/linux-4.1.27/drivers/media/rc/keymaps/
Drc-lirc.c21 .scan = lirc,
Drc-evga-indtube.c41 .scan = evga_indtube,
Drc-msi-digivox-ii.c47 .scan = msi_digivox_ii,
Drc-terratec-slim-2.c52 .scan = terratec_slim_2,
Drc-alink-dtu-m.c48 .scan = alink_dtu_m,
Drc-reddo.c65 .scan = reddo,
Drc-ati-tv-wonder-hd-600.c49 .scan = ati_tv_wonder_hd_600,
Drc-msi-tvanywhere.c49 .scan = msi_tvanywhere,
Drc-proteus-2309.c49 .scan = proteus_2309,
Drc-avermedia-rm-ks.c59 .scan = avermedia_rm_ks,
Drc-pixelview-002t.c57 .scan = pixelview_002t,
Drc-pinnacle-pctv-hd.c50 .scan = pinnacle_pctv_hd,
Drc-flyvideo.c50 .scan = flyvideo,
Drc-real-audio-220-32-keys.c58 .scan = real_audio_220_32_keys,
Drc-encore-enltv-fm53.c61 .scan = encore_enltv_fm53,
Drc-winfast-usbii-deluxe.c62 .scan = winfast_usbii_deluxe,
Drc-pixelview-new.c63 .scan = pixelview_new,
Drc-pixelview-mk12.c63 .scan = pixelview_mk12,
Drc-dm1105-nec.c56 .scan = dm1105_nec,
Drc-terratec-slim.c59 .scan = terratec_slim,
Drc-pv951.c58 .scan = pv951,
Drc-trekstor.c60 .scan = trekstor,
Drc-behold-columbus.c88 .scan = behold_columbus,
Drc-manli.c114 .scan = manli,
Drc-digittrade.c62 .scan = digittrade,
Drc-em-terratec.c49 .scan = em_terratec,
Drc-kworld-plus-tv-analog.c79 .scan = kworld_plus_tv_analog,
Drc-gadmei-rm008z.c61 .scan = gadmei_rm008z,
Drc-apac-viewcomp.c60 .scan = apac_viewcomp,
Drc-dvbsky.c57 .scan = rc5_dvbsky,
Drc-norwood.c65 .scan = norwood,
Drc-npgtech.c60 .scan = npgtech,
Drc-gotview7135.c59 .scan = gotview7135,
Drc-avermedia-a16d.c55 .scan = avermedia_a16d,
Drc-kaiomy.c67 .scan = kaiomy,
Drc-su3000.c54 .scan = su3000,
Drc-purpletv.c61 .scan = purpletv,
Drc-behold.c121 .scan = behold,
Drc-flydvb.c57 .scan = flydvb,
Drc-total-media-in-hand-02.c65 .scan = total_media_in_hand_02,
Drc-tbs-nec.c55 .scan = tbs_nec,
Drc-technisat-usb2.c73 .scan = technisat_usb2,
Drc-kworld-315u.c63 .scan = kworld_315u,
Drc-powercolor-real-angel.c61 .scan = powercolor_real_angel,
Drc-total-media-in-hand.c65 .scan = total_media_in_hand,
Drc-dntv-live-dvb-t.c58 .scan = dntv_live_dvb_t,
Drc-streamzap.c60 .scan = streamzap,
Drc-pctv-sedna.c60 .scan = pctv_sedna,
Drc-avermedia-dvbt.c58 .scan = avermedia_dvbt,
Drc-delock-61959.c61 .scan = delock_61959,
Drc-msi-digivox-iii.c65 .scan = msi_digivox_iii,
Drc-genius-tvgo-a11mce.c64 .scan = genius_tvgo_a11mce,
Drc-pixelview.c62 .scan = pixelview,
Drc-cinergy.c58 .scan = cinergy,
Drc-asus-pc39.c71 .scan = asus_pc39,
Drc-iodata-bctv7e.c68 .scan = iodata_bctv7e,
Drc-avertv-303.c65 .scan = avertv_303,
Drc-videomate-tv-pvr.c67 .scan = videomate_tv_pvr,
Drc-msi-tvanywhere-plus.c103 .scan = msi_tvanywhere_plus,
Drc-encore-enltv2.c70 .scan = encore_enltv2,
Drc-avermedia.c66 .scan = avermedia,
Drc-cinergy-1400.c64 .scan = cinergy_1400,
Drc-tt-1500.c62 .scan = tt_1500,
Drc-asus-ps3-100.c70 .scan = asus_ps3_100,
Drc-pinnacle-grey.c69 .scan = pinnacle_grey,
Drc-pinnacle-color.c74 .scan = pinnacle_color,
Drc-eztv.c76 .scan = eztv,
Drc-budget-ci-old.c73 .scan = budget_ci_old,
Drc-kworld-pc150u.c81 .scan = kworld_pc150u,
Drc-it913x-v2.c73 .scan = it913x_v2_rc,
Drc-medion-x10-or2x.c86 .scan = medion_x10_or2x,
Drc-videomate-s350.c65 .scan = videomate_s350,
Drc-fusionhdtv-mce.c78 .scan = fusionhdtv_mce,
Drc-anysee.c73 .scan = anysee,
Drc-tevii-nec.c68 .scan = tevii_nec,
Drc-avermedia-m733a-rm-k6.c75 .scan = avermedia_m733a_rm_k6,
Drc-adstech-dvb-t-pci.c69 .scan = adstech_dvb_t_pci,
Drc-terratec-cinergy-xs.c72 .scan = terratec_cinergy_xs,
Drc-tivo.c78 .scan = tivo,
Drc-medion-x10-digitainer.c101 .scan = medion_x10_digitainer,
Drc-videomate-m1f.c72 .scan = videomate_k100,
Drc-snapstream-firefly.c86 .scan = snapstream_firefly,
Drc-ati-x10.c117 .scan = ati_x10,
Drc-leadtek-y04g0051.c79 .scan = leadtek_y04g0051,
Drc-digitalnow-tinytwin.c78 .scan = digitalnow_tinytwin,
Drc-encore-enltv.c92 .scan = encore_enltv,
Drc-azurewave-ad-tu700.c82 .scan = azurewave_ad_tu700,
Drc-medion-x10.c96 .scan = medion_x10,
Drc-nebula.c76 .scan = nebula,
Drc-it913x-v1.c74 .scan = it913x_v1_rc,
Drc-dntv-live-dvbt-pro.c77 .scan = dntv_live_dvbt_pro,
Drc-avermedia-cardbus.c77 .scan = avermedia_cardbus,
Drc-twinhan1027.c67 .scan = twinhan_vp1027,
Drc-winfast.c82 .scan = winfast,
Drc-lme2510.c90 .scan = lme2510_rc,
Drc-rc6-mce.c98 .scan = rc6_mce,
Drc-imon-mce.c121 .scan = imon_mce,
Drc-dib0700-nec.c104 .scan = dib0700_nec_table,
Drc-avermedia-m135a.c127 .scan = avermedia_m135a,
Drc-nec-terratec-cinergy-xs.c137 .scan = nec_terratec_cinergy_xs,
Drc-imon-pad.c135 .scan = imon_pad,
/linux-4.1.27/Documentation/rapidio/
Drapidio.txt126 'rio-scan.scan' for existing basic enumeration/discovery method.
145 user space. After an enumeration/discovery module is loaded, a network scan
153 When a network scan process is started it calls an enumeration or discovery
199 command line parameter "rio-scan.scan=1".
221 creates the sysfs write-only attribute file '/sys/bus/rapidio/scan'. To initiate
229 write '-1' (or RIO_MPORT_ANY) into the scan attribute file.
240 The method's single parameter "scan" allows to trigger the enumeration/discovery
333 # Load RapidIO switch drivers just before rio-scan enumerator module is loaded
334 softdep rio-scan pre: idt_gen2 idtcps tsi57x
/linux-4.1.27/drivers/staging/iio/Documentation/
Dring.txt30 If possible, get the most recent scan from the buffer (without removal).
43 Set the number of bytes for a complete scan. (All samples + timestamp)
/linux-4.1.27/arch/arm/mach-orion5x/
Dboard-mss2.c48 .scan = orion5x_pci_sys_scan_bus,
Dboard-rd88f5182.c104 .scan = orion5x_pci_sys_scan_bus,
Drd88f6183ap-ge-setup.c104 .scan = orion5x_pci_sys_scan_bus,
Drd88f5181l-fxo-setup.c154 .scan = orion5x_pci_sys_scan_bus,
Drd88f5181l-ge-setup.c166 .scan = orion5x_pci_sys_scan_bus,
Dwnr854t-setup.c161 .scan = orion5x_pci_sys_scan_bus,
/linux-4.1.27/drivers/char/xillybus/
Dxillybus_core.c571 unsigned char *scan; in xilly_scan_idt() local
574 scan = idt; in xilly_scan_idt()
577 scan++; /* Skip version number */ in xilly_scan_idt()
579 while ((scan <= end_of_idt) && *scan) { in xilly_scan_idt()
580 while ((scan <= end_of_idt) && *scan++) in xilly_scan_idt()
585 scan++; in xilly_scan_idt()
587 if (scan > end_of_idt) { in xilly_scan_idt()
592 idt_handle->chandesc = scan; in xilly_scan_idt()
594 len = endpoint->idtlen - (3 + ((int) (scan - idt))); in xilly_scan_idt()
/linux-4.1.27/drivers/net/wireless/orinoco/
DMakefile4 orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o cfg.o
/linux-4.1.27/drivers/misc/mic/bus/
Dmic_bus.c106 if (drv->scan) in mbus_dev_probe()
107 drv->scan(dev); in mbus_dev_probe()
/linux-4.1.27/fs/ubifs/
DMakefile4 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/linux-4.1.27/drivers/bcma/
DMakefile1 bcma-y += main.o scan.o core.o sprom.o
/linux-4.1.27/drivers/ssb/
DMakefile2 ssb-y += main.o scan.o
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_ioctl.c1776 struct hfa384x_hostscan_result *scan, in __prism2_translate_scan() argument
1794 ssid = scan->ssid; in __prism2_translate_scan()
1795 ssid_len = le16_to_cpu(scan->ssid_len); in __prism2_translate_scan()
1796 bssid = scan->bssid; in __prism2_translate_scan()
1823 capabilities = le16_to_cpu(scan->capability); in __prism2_translate_scan()
1837 if (scan) { in __prism2_translate_scan()
1838 chan = le16_to_cpu(scan->chid); in __prism2_translate_scan()
1852 if (scan) { in __prism2_translate_scan()
1856 iwe.u.qual.level = le16_to_cpu(scan->sl); in __prism2_translate_scan()
1857 iwe.u.qual.noise = le16_to_cpu(scan->anl); in __prism2_translate_scan()
[all …]
/linux-4.1.27/Documentation/DocBook/
D.rapidio.xml.cmd2 …io-driver.c drivers/rapidio/rio.c include/linux/rio.h drivers/rapidio/rio-scan.c drivers/rapidio/r…
D.device-drivers.xml.cmd2 …ivers/base/dma-mapping.c drivers/base/power/main.c drivers/acpi/scan.c drivers/acpi/scan.c drivers…
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
DMakefile4 iwlmvm-y += scan.o time-event.o rs.o
/linux-4.1.27/arch/arm/mach-iop13xx/
Diq81340mc.c60 .scan = iop13xx_scan_bus,
Diq81340sc.c61 .scan = iop13xx_scan_bus,
/linux-4.1.27/mm/
Dvmscan.c1316 unsigned long scan; in isolate_lru_pages() local
1318 for (scan = 0; scan < nr_to_scan && !list_empty(src); scan++) { in isolate_lru_pages()
1345 *nr_scanned = scan; in isolate_lru_pages()
1346 trace_mm_vmscan_lru_isolate(sc->order, nr_to_scan, scan, in isolate_lru_pages()
2072 unsigned long scan; in get_scan_count() local
2075 scan = size >> sc->priority; in get_scan_count()
2077 if (!scan && pass && force_scan) in get_scan_count()
2078 scan = min(size, SWAP_CLUSTER_MAX); in get_scan_count()
2089 scan = div64_u64(scan * fraction[file], in get_scan_count()
2097 scan = 0; in get_scan_count()
[all …]
/linux-4.1.27/drivers/net/wireless/mwifiex/
DREADME39 iw dev mlan0 scan
41 This command will trigger a scan.
42 The command will then display the scan table entries
48 …Note: Every time before connecting to an AP scan command (iw dev mlan0 scan) should be used by use…
DMakefile29 mwifiex-y += scan.o
/linux-4.1.27/drivers/uwb/
DMakefile24 scan.o \
Dscan.c135 DEVICE_ATTR(scan, S_IRUGO | S_IWUSR, uwb_rc_scan_show, uwb_rc_scan_store);
/linux-4.1.27/Documentation/dvb/
Dfaq.txt22 by running apps/scan/scan. If you run scan on an unknown network
23 you might have to supply some start data in apps/scan/initial.h.
/linux-4.1.27/include/linux/
Dmic_bus.h69 void (*scan)(struct mbus_device *dev); member
Dvirtio.h148 void (*scan)(struct virtio_device *dev); member
/linux-4.1.27/Documentation/input/
Datarikbd.txt23 The keyboard always returns key make/break scan codes. The ikbd generates
24 keyboard scan codes for each key press and release. The key scan make (key
26 ISO key position in the scan code table should exist even if no keyswitch
40 The two shift keys return different scan codes in this mode. The ENTER key
98 break code for the appropriate cursor key. The mouse buttons produce scan
152 joysticks produce pseudo key scan codes above those used by the largest key
207 ikbd will then scan the key matrix for any stuck (closed) keys. Any keys found
208 closed will cause the break scan code to be generated (the break code arriving
262 either axis. When the keyboard is in key scan code mode, mouse motion will
364 matrix activity is still monitored and scan codes or ASCII characters enqueued
[all …]
/linux-4.1.27/arch/arm/include/asm/mach/
Dpci.h29 struct pci_bus *(*scan)(int nr, struct pci_sys_data *); member
/linux-4.1.27/net/wireless/
DMakefile12 cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2200.h860 static inline u8 ipw_get_scan_type(struct ipw_scan_request_ext *scan, u8 index) in ipw_get_scan_type() argument
863 return scan->scan_type[index / 2] & 0x0F; in ipw_get_scan_type()
865 return (scan->scan_type[index / 2] & 0xF0) >> 4; in ipw_get_scan_type()
868 static inline void ipw_set_scan_type(struct ipw_scan_request_ext *scan, in ipw_set_scan_type() argument
872 scan->scan_type[index / 2] = in ipw_set_scan_type()
873 (scan->scan_type[index / 2] & 0xF0) | (scan_type & 0x0F); in ipw_set_scan_type()
875 scan->scan_type[index / 2] = in ipw_set_scan_type()
876 (scan->scan_type[index / 2] & 0x0F) | in ipw_set_scan_type()
/linux-4.1.27/fs/notify/fanotify/
DKconfig22 listeners which need to scan files before allowing the system access to
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dsi4713.txt3 The Silicon Labs Si4713 is an FM radio transmitter with receive power scan
/linux-4.1.27/net/mac80211/
DMakefile9 scan.o offchannel.o \
/linux-4.1.27/Documentation/scsi/
Dscsi-parameters.txt105 scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are
108 user space to do the scan.
/linux-4.1.27/drivers/staging/i2o/
Dbus-osm.c80 static DEVICE_ATTR(scan, S_IWUSR, NULL, i2o_bus_store_scan);
/linux-4.1.27/drivers/input/keyboard/
Dpxa27x_keypad.c424 goto scan; in pxa27x_keypad_scan_matrix()
433 goto scan; in pxa27x_keypad_scan_matrix()
436 goto scan; in pxa27x_keypad_scan_matrix()
454 scan: in pxa27x_keypad_scan_matrix()
/linux-4.1.27/drivers/media/pci/mantis/
Dmantis_input.c102 .scan = mantis_ir_table,
/linux-4.1.27/fs/xfs/
Dxfs_icache.c1315 int scan = 0; in xfs_inode_free_quota_eofblocks() local
1335 scan = 1; in xfs_inode_free_quota_eofblocks()
1344 scan = 1; in xfs_inode_free_quota_eofblocks()
1348 if (scan) in xfs_inode_free_quota_eofblocks()
1351 return scan; in xfs_inode_free_quota_eofblocks()

12