/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | scan.c | 20 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 …]
|
D | pm.c | 194 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()
|
D | Makefile | 10 scan.o \
|
D | main.c | 348 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()
|
D | sta.c | 104 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/ |
D | cl_io.c | 152 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 …]
|
D | lu_object.c | 200 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 …]
|
D | cl_lock.c | 1678 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 …]
|
D | cl_page.c | 1317 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/ |
D | lovsub_lock.c | 95 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/ |
D | scan.c | 32 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 …]
|
D | Makefile | 1 wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | scan.c | 643 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 …]
|
D | Makefile | 7 iwldvm-objs += scan.o
|
/linux-4.1.27/arch/sparc/mm/ |
D | io-unit.c | 97 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/ |
D | deflate.c | 560 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/ |
D | cpufreq-set.c | 66 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/ |
D | scan_handlers.txt | 20 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/ |
D | scan.c | 51 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 …]
|
D | Makefile | 2 boot.o init.o debugfs.o scan.o sysfs.o vendor_cmd.o
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | README | 165 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/ |
D | antenna.c | 313 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 …]
|
D | ani.c | 154 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/ |
D | rc-main.c | 110 .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/ |
D | TODO | 11 - 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.
|
D | Makefile | 9 jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
|
/linux-4.1.27/Documentation/ |
D | kmemleak.txt | 27 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 …]
|
D | smsc_ece1099.txt | 6 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.
|
D | svga.txt | 13 ** 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/ |
D | lpc32xx-key.txt | 12 - nxp,scan-delay-ms: Repeated scan period in ms 29 nxp,scan-delay-ms = <34>;
|
D | ti,nspire-keypad.txt | 11 - scan-interval: How often to scan in us. Based on a APB speed of 33MHz, the 32 scan-interval = <1000>;
|
D | gpio-matrix-keypad.txt | 24 - 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>;
|
D | stmpe-keypad.txt | 9 - st,scan-count : Scanning cycles elapsed before key data is updated 20 st,scan-count = <8>;
|
D | qcom,pm8xxx-keypad.txt | 59 - scan-delay: 87 scan-delay = <32>;
|
D | brcm,bcm-keypad.txt | 55 - 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/ |
D | saa7134-tvaudio.c | 331 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/ |
D | rio.c | 1657 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 …]
|
D | Makefile | 7 obj-$(CONFIG_RAPIDIO_ENUM_BASIC) += rio-scan.o
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-uwb_rc | 59 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/ |
D | warm-plug-howto.txt | 11 # 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/ |
D | hci_request.c | 438 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/ |
D | toshiba.c | 114 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/ |
D | ps3_gelic_wireless.c | 406 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/ |
D | at76c50x-usb.c | 1165 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/ |
D | nouveau_display.c | 100 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/ |
D | fw.c | 384 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/ |
D | 3945-mac.c | 2535 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 …]
|
D | 4965-mac.c | 869 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/ |
D | kernel.txt | 471 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/ |
D | osc_lock.c | 1012 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 …]
|
D | osc_page.c | 104 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/ |
D | intel_panel.c | 60 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 …]
|
D | intel_lvds.c | 918 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/ |
D | oaktrail_lvds.c | 308 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()
|
D | cdv_intel_lvds.c | 616 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()
|
D | psb_intel_lvds.c | 691 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/ |
D | mac.c | 2539 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 …]
|
D | core.c | 884 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/ |
D | Makefile | 1 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/ |
D | rc-lirc.c | 21 .scan = lirc,
|
D | rc-evga-indtube.c | 41 .scan = evga_indtube,
|
D | rc-msi-digivox-ii.c | 47 .scan = msi_digivox_ii,
|
D | rc-terratec-slim-2.c | 52 .scan = terratec_slim_2,
|
D | rc-alink-dtu-m.c | 48 .scan = alink_dtu_m,
|
D | rc-reddo.c | 65 .scan = reddo,
|
D | rc-ati-tv-wonder-hd-600.c | 49 .scan = ati_tv_wonder_hd_600,
|
D | rc-msi-tvanywhere.c | 49 .scan = msi_tvanywhere,
|
D | rc-proteus-2309.c | 49 .scan = proteus_2309,
|
D | rc-avermedia-rm-ks.c | 59 .scan = avermedia_rm_ks,
|
D | rc-pixelview-002t.c | 57 .scan = pixelview_002t,
|
D | rc-pinnacle-pctv-hd.c | 50 .scan = pinnacle_pctv_hd,
|
D | rc-flyvideo.c | 50 .scan = flyvideo,
|
D | rc-real-audio-220-32-keys.c | 58 .scan = real_audio_220_32_keys,
|
D | rc-encore-enltv-fm53.c | 61 .scan = encore_enltv_fm53,
|
D | rc-winfast-usbii-deluxe.c | 62 .scan = winfast_usbii_deluxe,
|
D | rc-pixelview-new.c | 63 .scan = pixelview_new,
|
D | rc-pixelview-mk12.c | 63 .scan = pixelview_mk12,
|
D | rc-dm1105-nec.c | 56 .scan = dm1105_nec,
|
D | rc-terratec-slim.c | 59 .scan = terratec_slim,
|
D | rc-pv951.c | 58 .scan = pv951,
|
D | rc-trekstor.c | 60 .scan = trekstor,
|
D | rc-behold-columbus.c | 88 .scan = behold_columbus,
|
D | rc-manli.c | 114 .scan = manli,
|
D | rc-digittrade.c | 62 .scan = digittrade,
|
D | rc-em-terratec.c | 49 .scan = em_terratec,
|
D | rc-kworld-plus-tv-analog.c | 79 .scan = kworld_plus_tv_analog,
|
D | rc-gadmei-rm008z.c | 61 .scan = gadmei_rm008z,
|
D | rc-apac-viewcomp.c | 60 .scan = apac_viewcomp,
|
D | rc-dvbsky.c | 57 .scan = rc5_dvbsky,
|
D | rc-norwood.c | 65 .scan = norwood,
|
D | rc-npgtech.c | 60 .scan = npgtech,
|
D | rc-gotview7135.c | 59 .scan = gotview7135,
|
D | rc-avermedia-a16d.c | 55 .scan = avermedia_a16d,
|
D | rc-kaiomy.c | 67 .scan = kaiomy,
|
D | rc-su3000.c | 54 .scan = su3000,
|
D | rc-purpletv.c | 61 .scan = purpletv,
|
D | rc-behold.c | 121 .scan = behold,
|
D | rc-flydvb.c | 57 .scan = flydvb,
|
D | rc-total-media-in-hand-02.c | 65 .scan = total_media_in_hand_02,
|
D | rc-tbs-nec.c | 55 .scan = tbs_nec,
|
D | rc-technisat-usb2.c | 73 .scan = technisat_usb2,
|
D | rc-kworld-315u.c | 63 .scan = kworld_315u,
|
D | rc-powercolor-real-angel.c | 61 .scan = powercolor_real_angel,
|
D | rc-total-media-in-hand.c | 65 .scan = total_media_in_hand,
|
D | rc-dntv-live-dvb-t.c | 58 .scan = dntv_live_dvb_t,
|
D | rc-streamzap.c | 60 .scan = streamzap,
|
D | rc-pctv-sedna.c | 60 .scan = pctv_sedna,
|
D | rc-avermedia-dvbt.c | 58 .scan = avermedia_dvbt,
|
D | rc-delock-61959.c | 61 .scan = delock_61959,
|
D | rc-msi-digivox-iii.c | 65 .scan = msi_digivox_iii,
|
D | rc-genius-tvgo-a11mce.c | 64 .scan = genius_tvgo_a11mce,
|
D | rc-pixelview.c | 62 .scan = pixelview,
|
D | rc-cinergy.c | 58 .scan = cinergy,
|
D | rc-asus-pc39.c | 71 .scan = asus_pc39,
|
D | rc-iodata-bctv7e.c | 68 .scan = iodata_bctv7e,
|
D | rc-avertv-303.c | 65 .scan = avertv_303,
|
D | rc-videomate-tv-pvr.c | 67 .scan = videomate_tv_pvr,
|
D | rc-msi-tvanywhere-plus.c | 103 .scan = msi_tvanywhere_plus,
|
D | rc-encore-enltv2.c | 70 .scan = encore_enltv2,
|
D | rc-avermedia.c | 66 .scan = avermedia,
|
D | rc-cinergy-1400.c | 64 .scan = cinergy_1400,
|
D | rc-tt-1500.c | 62 .scan = tt_1500,
|
D | rc-asus-ps3-100.c | 70 .scan = asus_ps3_100,
|
D | rc-pinnacle-grey.c | 69 .scan = pinnacle_grey,
|
D | rc-pinnacle-color.c | 74 .scan = pinnacle_color,
|
D | rc-eztv.c | 76 .scan = eztv,
|
D | rc-budget-ci-old.c | 73 .scan = budget_ci_old,
|
D | rc-kworld-pc150u.c | 81 .scan = kworld_pc150u,
|
D | rc-it913x-v2.c | 73 .scan = it913x_v2_rc,
|
D | rc-medion-x10-or2x.c | 86 .scan = medion_x10_or2x,
|
D | rc-videomate-s350.c | 65 .scan = videomate_s350,
|
D | rc-fusionhdtv-mce.c | 78 .scan = fusionhdtv_mce,
|
D | rc-anysee.c | 73 .scan = anysee,
|
D | rc-tevii-nec.c | 68 .scan = tevii_nec,
|
D | rc-avermedia-m733a-rm-k6.c | 75 .scan = avermedia_m733a_rm_k6,
|
D | rc-adstech-dvb-t-pci.c | 69 .scan = adstech_dvb_t_pci,
|
D | rc-terratec-cinergy-xs.c | 72 .scan = terratec_cinergy_xs,
|
D | rc-tivo.c | 78 .scan = tivo,
|
D | rc-medion-x10-digitainer.c | 101 .scan = medion_x10_digitainer,
|
D | rc-videomate-m1f.c | 72 .scan = videomate_k100,
|
D | rc-snapstream-firefly.c | 86 .scan = snapstream_firefly,
|
D | rc-ati-x10.c | 117 .scan = ati_x10,
|
D | rc-leadtek-y04g0051.c | 79 .scan = leadtek_y04g0051,
|
D | rc-digitalnow-tinytwin.c | 78 .scan = digitalnow_tinytwin,
|
D | rc-encore-enltv.c | 92 .scan = encore_enltv,
|
D | rc-azurewave-ad-tu700.c | 82 .scan = azurewave_ad_tu700,
|
D | rc-medion-x10.c | 96 .scan = medion_x10,
|
D | rc-nebula.c | 76 .scan = nebula,
|
D | rc-it913x-v1.c | 74 .scan = it913x_v1_rc,
|
D | rc-dntv-live-dvbt-pro.c | 77 .scan = dntv_live_dvbt_pro,
|
D | rc-avermedia-cardbus.c | 77 .scan = avermedia_cardbus,
|
D | rc-twinhan1027.c | 67 .scan = twinhan_vp1027,
|
D | rc-winfast.c | 82 .scan = winfast,
|
D | rc-lme2510.c | 90 .scan = lme2510_rc,
|
D | rc-rc6-mce.c | 98 .scan = rc6_mce,
|
D | rc-imon-mce.c | 121 .scan = imon_mce,
|
D | rc-dib0700-nec.c | 104 .scan = dib0700_nec_table,
|
D | rc-avermedia-m135a.c | 127 .scan = avermedia_m135a,
|
D | rc-nec-terratec-cinergy-xs.c | 137 .scan = nec_terratec_cinergy_xs,
|
D | rc-imon-pad.c | 135 .scan = imon_pad,
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 126 '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/ |
D | ring.txt | 30 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/ |
D | board-mss2.c | 48 .scan = orion5x_pci_sys_scan_bus,
|
D | board-rd88f5182.c | 104 .scan = orion5x_pci_sys_scan_bus,
|
D | rd88f6183ap-ge-setup.c | 104 .scan = orion5x_pci_sys_scan_bus,
|
D | rd88f5181l-fxo-setup.c | 154 .scan = orion5x_pci_sys_scan_bus,
|
D | rd88f5181l-ge-setup.c | 166 .scan = orion5x_pci_sys_scan_bus,
|
D | wnr854t-setup.c | 161 .scan = orion5x_pci_sys_scan_bus,
|
/linux-4.1.27/drivers/char/xillybus/ |
D | xillybus_core.c | 571 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/ |
D | Makefile | 4 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/ |
D | mic_bus.c | 106 if (drv->scan) in mbus_dev_probe() 107 drv->scan(dev); in mbus_dev_probe()
|
/linux-4.1.27/fs/ubifs/ |
D | Makefile | 4 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
|
/linux-4.1.27/drivers/bcma/ |
D | Makefile | 1 bcma-y += main.o scan.o core.o sprom.o
|
/linux-4.1.27/drivers/ssb/ |
D | Makefile | 2 ssb-y += main.o scan.o
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_ioctl.c | 1776 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.cmd | 2 …io-driver.c drivers/rapidio/rio.c include/linux/rio.h drivers/rapidio/rio-scan.c drivers/rapidio/r…
|
D | .device-drivers.xml.cmd | 2 …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/ |
D | Makefile | 4 iwlmvm-y += scan.o time-event.o rs.o
|
/linux-4.1.27/arch/arm/mach-iop13xx/ |
D | iq81340mc.c | 60 .scan = iop13xx_scan_bus,
|
D | iq81340sc.c | 61 .scan = iop13xx_scan_bus,
|
/linux-4.1.27/mm/ |
D | vmscan.c | 1316 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/ |
D | README | 39 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…
|
D | Makefile | 29 mwifiex-y += scan.o
|
/linux-4.1.27/drivers/uwb/ |
D | Makefile | 24 scan.o \
|
D | scan.c | 135 DEVICE_ATTR(scan, S_IRUGO | S_IWUSR, uwb_rc_scan_show, uwb_rc_scan_store);
|
/linux-4.1.27/Documentation/dvb/ |
D | faq.txt | 22 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/ |
D | mic_bus.h | 69 void (*scan)(struct mbus_device *dev); member
|
D | virtio.h | 148 void (*scan)(struct virtio_device *dev); member
|
/linux-4.1.27/Documentation/input/ |
D | atarikbd.txt | 23 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/ |
D | pci.h | 29 struct pci_bus *(*scan)(int nr, struct pci_sys_data *); member
|
/linux-4.1.27/net/wireless/ |
D | Makefile | 12 cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2200.h | 860 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/ |
D | Kconfig | 22 listeners which need to scan files before allowing the system access to
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | si4713.txt | 3 The Silicon Labs Si4713 is an FM radio transmitter with receive power scan
|
/linux-4.1.27/net/mac80211/ |
D | Makefile | 9 scan.o offchannel.o \
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi-parameters.txt | 105 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/ |
D | bus-osm.c | 80 static DEVICE_ATTR(scan, S_IWUSR, NULL, i2o_bus_store_scan);
|
/linux-4.1.27/drivers/input/keyboard/ |
D | pxa27x_keypad.c | 424 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/ |
D | mantis_input.c | 102 .scan = mantis_ir_table,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_icache.c | 1315 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()
|