/linux-4.4.14/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() 590 down(&priv->scan.lock); in cw1200_configure_filter() 608 up(&priv->scan.lock); in cw1200_configure_filter() 991 if (!down_trylock(&priv->scan.lock)) { in cw1200_event_handler() [all …]
|
/linux-4.4.14/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_page.c | 1296 const struct cl_page_slice *scan; in cl_page_cache_add() local 1306 list_for_each_entry(scan, &pg->cp_layers, cpl_linkage) { in cl_page_cache_add() 1307 if (scan->cpl_ops->io[crt].cpo_cache_add == NULL) in cl_page_cache_add() 1310 result = scan->cpl_ops->io[crt].cpo_cache_add(env, scan, io); in cl_page_cache_add() 1451 struct cl_page *scan; in cl_page_print() local 1453 for (scan = cl_page_top((struct cl_page *)pg); in cl_page_print() 1454 scan != NULL; scan = scan->cp_child) in cl_page_print() 1455 cl_page_header_print(env, cookie, printer, scan); in cl_page_print()
|
D | cl_lock.c | 1653 struct cl_lock *scan; in cl_lock_disclosure() local 1657 list_for_each_entry_safe(scan, temp, &closure->clc_list, in cl_lock_disclosure() 1659 list_del_init(&scan->cll_inclosure); in cl_lock_disclosure() 1660 cl_lock_mutex_put(env, scan); in cl_lock_disclosure() 1661 lu_ref_del(&scan->cll_reference, "closure", closure); in cl_lock_disclosure() 1662 cl_lock_put(env, scan); in cl_lock_disclosure() 1772 struct cl_lock *scan; in cl_lock_at_pgoff() local 1788 list_for_each_entry(scan, &head->coh_locks, cll_linkage) { in cl_lock_at_pgoff() 1789 if (scan != except && in cl_lock_at_pgoff() 1790 (scan->cll_descr.cld_mode == CLM_GROUP || in cl_lock_at_pgoff() [all …]
|
/linux-4.4.14/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.4.14/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() 134 cmd->params.n_ch = wl1271_get_scan_channels(wl, wl->scan.req, in wl1271_scan_send() 143 cmd->params.n_probe_reqs = wl->conf.scan.num_probe_reqs; in wl1271_scan_send() 152 if (wl->scan.ssid_len && wl->scan.ssid) { in wl1271_scan_send() 153 cmd->params.ssid_len = wl->scan.ssid_len; in wl1271_scan_send() 154 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.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | scan.c | 634 struct iwl_scan_cmd *scan; in iwlagn_request_scan() local 672 scan = priv->scan_cmd; in iwlagn_request_scan() 673 memset(scan, 0, scan_cmd_size); in iwlagn_request_scan() 675 scan->quiet_plcp_th = IWL_PLCP_QUIET_THRESH; in iwlagn_request_scan() 676 scan->quiet_time = IWL_ACTIVE_QUIET_TIME; in iwlagn_request_scan() 694 scan->suspend_time = 0; in iwlagn_request_scan() 695 scan->max_out_time = cpu_to_le32(200 * 1024); in iwlagn_request_scan() 702 scan->suspend_time = cpu_to_le32(scan_suspend_time); in iwlagn_request_scan() 715 scan->quiet_time = cpu_to_le16(IWL_RADIO_RESET_DWELL_TIME); in iwlagn_request_scan() 733 scan->direct_scan[p].id = WLAN_EID_SSID; in iwlagn_request_scan() [all …]
|
D | Makefile | 7 iwldvm-objs += scan.o
|
/linux-4.4.14/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.4.14/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.4.14/tools/power/cpupower/utils/ |
D | cpufreq-set.c | 67 const char *scan; in string_to_frequency() local 75 for (scan = str; isdigit(*scan) || *scan == '.'; scan++) { in string_to_frequency() 76 if (*scan == '.' && match_count == 0) in string_to_frequency() 78 else if (*scan == '.' && match_count == 1) in string_to_frequency() 82 if (*scan) { in string_to_frequency() 86 scan[i] && tolower(scan[i]) == unit->str_unit[i]; in string_to_frequency() 89 if (scan[i]) in string_to_frequency()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/media/rc/ |
D | rc-main.c | 111 .scan = empty, 136 rc_map->scan = kmalloc(rc_map->alloc, GFP_KERNEL); in ir_create_table() 137 if (!rc_map->scan) in ir_create_table() 155 kfree(rc_map->scan); in ir_free_table() 156 rc_map->scan = NULL; in ir_free_table() 172 struct rc_map_table *oldscan = rc_map->scan; in ir_resize_table() 199 memcpy(newscan, rc_map->scan, rc_map->len * sizeof(struct rc_map_table)); in ir_resize_table() 200 rc_map->scan = newscan; in ir_resize_table() 223 int old_keycode = rc_map->scan[index].keycode; in ir_update_mapping() 229 index, rc_map->scan[index].scancode); in ir_update_mapping() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 329 static int tvaudio_checkcarrier(struct saa7134_dev *dev, struct mainscan *scan) in tvaudio_checkcarrier() argument 333 if (!(dev->tvnorm->id & scan->std)) { in tvaudio_checkcarrier() 336 scan->carr / 1000, scan->carr % 1000, scan->name); in tvaudio_checkcarrier() 342 audio_dbg(1, "debug %d:", scan->carr); in tvaudio_checkcarrier() 344 tvaudio_setcarrier(dev,scan->carr+i,scan->carr+i); in tvaudio_checkcarrier() 357 tvaudio_setcarrier(dev,scan->carr-90,scan->carr-90); in tvaudio_checkcarrier() 363 tvaudio_setcarrier(dev,scan->carr+90,scan->carr+90); in tvaudio_checkcarrier() 373 scan->carr / 1000, scan->carr % 1000, in tvaudio_checkcarrier() 374 scan->name, value, left, right); in tvaudio_checkcarrier()
|
/linux-4.4.14/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 | 25 - col-scan-delay-us: delay, measured in microseconds, that is needed 26 before we can scan keypad after activating column gpio 32 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 | 60 - scan-delay: 88 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.4.14/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.4.14/Documentation/DocBook/ |
D | mtdnand.xml.db | 15 API-nand-scan-ident 16 API-nand-scan-tail 17 API-nand-scan 19 API-nand-scan-bbt 97 API-scan-read-oob
|
D | rapidio.xml.db | 61 API-rio-register-scan 62 API-rio-unregister-scan 72 API-struct-rio-scan 73 API-struct-rio-scan-node 111 API-rio-mport-scan
|
D | scsi.xml.db | 77 API-scsi-sequential-lun-scan 78 API-scsi-report-lun-scan 79 API-scsi-prep-async-scan 80 API-scsi-finish-async-scan 109 API-iscsi-scan-finished
|
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 | iio.xml.db | 8 API-iio-validate-scan-mask-onehot
|
D | 80211.xml.db | 68 API-struct-cfg80211-scan-request 69 API-cfg80211-scan-done 166 API-ieee80211-scan-completed
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/net/bluetooth/ |
D | hci_request.c | 446 u8 scan; in __hci_update_page_scan() local 459 scan = SCAN_PAGE; in __hci_update_page_scan() 461 scan = SCAN_DISABLED; in __hci_update_page_scan() 463 if (test_bit(HCI_PSCAN, &hdev->flags) == !!(scan & SCAN_PAGE)) in __hci_update_page_scan() 467 scan |= SCAN_INQUIRY; in __hci_update_page_scan() 469 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in __hci_update_page_scan()
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 100 struct nv04_disp_scanoutpos_v0 scan; in nouveau_display_scanoutpos_head() member 114 if (args.scan.vline) { in nouveau_display_scanoutpos_head() 123 *hpos = args.scan.hline; in nouveau_display_scanoutpos_head() 124 *vpos = calc(args.scan.vblanks, args.scan.vblanke, in nouveau_display_scanoutpos_head() 125 args.scan.vtotal, args.scan.vline); in nouveau_display_scanoutpos_head() 126 if (stime) *stime = ns_to_ktime(args.scan.time[0]); in nouveau_display_scanoutpos_head() 127 if (etime) *etime = ns_to_ktime(args.scan.time[1]); in nouveau_display_scanoutpos_head()
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | fw.c | 383 int scan = 0, found = 0; in carl9170_find_fw_desc() local 390 while (scan < len - sizeof(struct carl9170fw_desc_head)) { in carl9170_find_fw_desc() 391 if (fw_data[scan++] == otus_magic[found]) in carl9170_find_fw_desc() 396 if (scan >= len) in carl9170_find_fw_desc() 406 return (void *)&fw_data[scan - found]; in carl9170_find_fw_desc()
|
/linux-4.4.14/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 …]
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/media/rc/keymaps/ |
D | rc-lirc.c | 21 .scan = lirc,
|
D | rc-evga-indtube.c | 41 .scan = evga_indtube,
|
D | rc-terratec-slim-2.c | 52 .scan = terratec_slim_2,
|
D | rc-alink-dtu-m.c | 48 .scan = alink_dtu_m,
|
D | rc-msi-digivox-ii.c | 47 .scan = msi_digivox_ii,
|
D | rc-reddo.c | 65 .scan = reddo,
|
D | rc-proteus-2309.c | 49 .scan = proteus_2309,
|
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-pixelview-002t.c | 57 .scan = pixelview_002t,
|
D | rc-flyvideo.c | 50 .scan = flyvideo,
|
D | rc-avermedia-rm-ks.c | 59 .scan = avermedia_rm_ks,
|
D | rc-pinnacle-pctv-hd.c | 50 .scan = pinnacle_pctv_hd,
|
D | rc-kworld-plus-tv-analog.c | 79 .scan = kworld_plus_tv_analog,
|
D | rc-encore-enltv-fm53.c | 61 .scan = encore_enltv_fm53,
|
D | rc-dm1105-nec.c | 56 .scan = dm1105_nec,
|
D | rc-apac-viewcomp.c | 60 .scan = apac_viewcomp,
|
D | rc-pixelview-new.c | 63 .scan = pixelview_new,
|
D | rc-em-terratec.c | 49 .scan = em_terratec,
|
D | rc-gadmei-rm008z.c | 61 .scan = gadmei_rm008z,
|
D | rc-behold-columbus.c | 88 .scan = behold_columbus,
|
D | rc-terratec-slim.c | 59 .scan = terratec_slim,
|
D | rc-digittrade.c | 62 .scan = digittrade,
|
D | rc-trekstor.c | 60 .scan = trekstor,
|
D | rc-pixelview-mk12.c | 63 .scan = pixelview_mk12,
|
D | rc-winfast-usbii-deluxe.c | 62 .scan = winfast_usbii_deluxe,
|
D | rc-manli.c | 114 .scan = manli,
|
D | rc-pv951.c | 58 .scan = pv951,
|
D | rc-real-audio-220-32-keys.c | 58 .scan = real_audio_220_32_keys,
|
D | rc-dntv-live-dvb-t.c | 58 .scan = dntv_live_dvb_t,
|
D | rc-technisat-ts35.c | 56 .scan = technisat_ts35,
|
D | rc-norwood.c | 65 .scan = norwood,
|
D | rc-total-media-in-hand-02.c | 65 .scan = total_media_in_hand_02,
|
D | rc-technisat-usb2.c | 73 .scan = technisat_usb2,
|
D | rc-su3000.c | 54 .scan = su3000,
|
D | rc-delock-61959.c | 61 .scan = delock_61959,
|
D | rc-total-media-in-hand.c | 65 .scan = total_media_in_hand,
|
D | rc-npgtech.c | 60 .scan = npgtech,
|
D | rc-kworld-315u.c | 63 .scan = kworld_315u,
|
D | rc-genius-tvgo-a11mce.c | 64 .scan = genius_tvgo_a11mce,
|
D | rc-pixelview.c | 62 .scan = pixelview,
|
D | rc-avermedia-dvbt.c | 58 .scan = avermedia_dvbt,
|
D | rc-behold.c | 121 .scan = behold,
|
D | rc-dvbsky.c | 57 .scan = rc5_dvbsky,
|
D | rc-powercolor-real-angel.c | 61 .scan = powercolor_real_angel,
|
D | rc-tbs-nec.c | 55 .scan = tbs_nec,
|
D | rc-kaiomy.c | 67 .scan = kaiomy,
|
D | rc-pctv-sedna.c | 60 .scan = pctv_sedna,
|
D | rc-flydvb.c | 57 .scan = flydvb,
|
D | rc-gotview7135.c | 59 .scan = gotview7135,
|
D | rc-streamzap.c | 60 .scan = streamzap,
|
D | rc-avermedia-a16d.c | 55 .scan = avermedia_a16d,
|
D | rc-msi-digivox-iii.c | 65 .scan = msi_digivox_iii,
|
D | rc-purpletv.c | 61 .scan = purpletv,
|
D | rc-avermedia.c | 66 .scan = avermedia,
|
D | rc-cinergy.c | 58 .scan = cinergy,
|
D | rc-msi-tvanywhere-plus.c | 103 .scan = msi_tvanywhere_plus,
|
D | rc-asus-pc39.c | 71 .scan = asus_pc39,
|
D | rc-tt-1500.c | 62 .scan = tt_1500,
|
D | rc-avertv-303.c | 65 .scan = avertv_303,
|
D | rc-videomate-tv-pvr.c | 67 .scan = videomate_tv_pvr,
|
D | rc-iodata-bctv7e.c | 68 .scan = iodata_bctv7e,
|
D | rc-cinergy-1400.c | 64 .scan = cinergy_1400,
|
D | rc-encore-enltv2.c | 70 .scan = encore_enltv2,
|
D | rc-pinnacle-color.c | 74 .scan = pinnacle_color,
|
D | rc-asus-ps3-100.c | 70 .scan = asus_ps3_100,
|
D | rc-pinnacle-grey.c | 69 .scan = pinnacle_grey,
|
D | rc-terratec-cinergy-c-pci.c | 68 .scan = terratec_cinergy_c_pci,
|
D | rc-tivo.c | 78 .scan = tivo,
|
D | rc-avermedia-m733a-rm-k6.c | 75 .scan = avermedia_m733a_rm_k6,
|
D | rc-eztv.c | 76 .scan = eztv,
|
D | rc-kworld-pc150u.c | 81 .scan = kworld_pc150u,
|
D | rc-terratec-cinergy-s2-hd.c | 66 .scan = terratec_cinergy_s2_hd,
|
D | rc-terratec-cinergy-xs.c | 72 .scan = terratec_cinergy_xs,
|
D | rc-videomate-s350.c | 65 .scan = videomate_s350,
|
D | rc-medion-x10-or2x.c | 86 .scan = medion_x10_or2x,
|
D | rc-it913x-v2.c | 73 .scan = it913x_v2_rc,
|
D | rc-budget-ci-old.c | 73 .scan = budget_ci_old,
|
D | rc-adstech-dvb-t-pci.c | 69 .scan = adstech_dvb_t_pci,
|
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-medion-x10-digitainer.c | 101 .scan = medion_x10_digitainer,
|
D | rc-ati-x10.c | 117 .scan = ati_x10,
|
D | rc-snapstream-firefly.c | 86 .scan = snapstream_firefly,
|
D | rc-digitalnow-tinytwin.c | 78 .scan = digitalnow_tinytwin,
|
D | rc-videomate-m1f.c | 72 .scan = videomate_k100,
|
D | rc-leadtek-y04g0051.c | 79 .scan = leadtek_y04g0051,
|
D | rc-medion-x10.c | 96 .scan = medion_x10,
|
D | rc-twinhan-dtv-cab-ci.c | 78 .scan = twinhan_dtv_cab_ci,
|
D | rc-twinhan1027.c | 67 .scan = twinhan_vp1027,
|
D | rc-avermedia-cardbus.c | 77 .scan = avermedia_cardbus,
|
D | rc-it913x-v1.c | 74 .scan = it913x_v1_rc,
|
D | rc-nebula.c | 76 .scan = nebula,
|
D | rc-encore-enltv.c | 92 .scan = encore_enltv,
|
D | rc-azurewave-ad-tu700.c | 82 .scan = azurewave_ad_tu700,
|
D | rc-dntv-live-dvbt-pro.c | 77 .scan = dntv_live_dvbt_pro,
|
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.4.14/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.4.14/Documentation/sysctl/ |
D | kernel.txt | 483 memory node local to where the task is running. Every "scan delay" the task 484 scans the next "scan size" number of pages in its address space. When the 487 In combination, the "scan delay" and "scan size" determine the scan rate. 488 When "scan delay" decreases, the scan rate increases. The scan delay and 489 hence the scan rate of every task is adaptive and depends on historical 490 behaviour. If pages are properly placed then the scan delay increases, 491 otherwise the scan delay decreases. The "scan size" is not adaptive but 492 the higher the "scan size", the higher the scan rate. 494 Higher scan rates incur higher system overhead as page faults must be 495 trapped and potentially data must be migrated. However, the higher the scan [all …]
|
/linux-4.4.14/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.4.14/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,
|
/linux-4.4.14/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.4.14/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.4.14/drivers/misc/mic/bus/ |
D | mic_bus.c | 103 if (drv->scan) in mbus_dev_probe() 104 drv->scan(dev); in mbus_dev_probe()
|
/linux-4.4.14/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.4.14/drivers/bcma/ |
D | Makefile | 1 bcma-y += main.o scan.o core.o sprom.o
|
/linux-4.4.14/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.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-w1 | 7 100 ms - hence the tens-to-hundreds milliseconds scan intervals
|
/linux-4.4.14/drivers/ssb/ |
D | Makefile | 2 ssb-y += main.o scan.o
|
/linux-4.4.14/arch/arm/mach-iop13xx/ |
D | iq81340mc.c | 60 .scan = iop13xx_scan_bus,
|
D | iq81340sc.c | 61 .scan = iop13xx_scan_bus,
|
/linux-4.4.14/mm/ |
D | vmscan.c | 1363 unsigned long scan; in isolate_lru_pages() local 1365 for (scan = 0; scan < nr_to_scan && nr_taken < nr_to_scan && in isolate_lru_pages() 1366 !list_empty(src); scan++) { in isolate_lru_pages() 1393 *nr_scanned = scan; in isolate_lru_pages() 1394 trace_mm_vmscan_lru_isolate(sc->order, nr_to_scan, scan, in isolate_lru_pages() 2117 unsigned long scan; in get_scan_count() local 2120 scan = size >> sc->priority; in get_scan_count() 2122 if (!scan && pass && force_scan) in get_scan_count() 2123 scan = min(size, SWAP_CLUSTER_MAX); in get_scan_count() 2134 scan = div64_u64(scan * fraction[file], in get_scan_count() [all …]
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_panel.c | 63 struct drm_display_mode *scan, *tmp_mode; in intel_find_panel_downclock() local 69 list_for_each_entry(scan, &connector->probed_modes, head) { in intel_find_panel_downclock() 77 if (scan->hdisplay == fixed_mode->hdisplay && in intel_find_panel_downclock() 78 scan->hsync_start == fixed_mode->hsync_start && in intel_find_panel_downclock() 79 scan->hsync_end == fixed_mode->hsync_end && in intel_find_panel_downclock() 80 scan->htotal == fixed_mode->htotal && in intel_find_panel_downclock() 81 scan->vdisplay == fixed_mode->vdisplay && in intel_find_panel_downclock() 82 scan->vsync_start == fixed_mode->vsync_start && in intel_find_panel_downclock() 83 scan->vsync_end == fixed_mode->vsync_end && in intel_find_panel_downclock() 84 scan->vtotal == fixed_mode->vtotal) { in intel_find_panel_downclock() [all …]
|
D | intel_lvds.c | 937 struct drm_display_mode *scan; /* *modes, *bios_mode; */ in intel_lvds_init() local 1108 list_for_each_entry(scan, &connector->probed_modes, head) { in intel_lvds_init() 1109 if (scan->type & DRM_MODE_TYPE_PREFERRED) { in intel_lvds_init() 1111 drm_mode_debug_printmodeline(scan); in intel_lvds_init() 1113 fixed_mode = drm_mode_duplicate(dev, scan); in intel_lvds_init()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 3476 switch (ar->scan.state) { in __ath10k_scan_finish() 3481 if (!ar->scan.is_roc) in __ath10k_scan_finish() 3483 (ar->scan.state == in __ath10k_scan_finish() 3485 else if (ar->scan.roc_notify) in __ath10k_scan_finish() 3489 ar->scan.state = ATH10K_SCAN_IDLE; in __ath10k_scan_finish() 3492 cancel_delayed_work(&ar->scan.timeout); in __ath10k_scan_finish() 3493 complete_all(&ar->scan.completed); in __ath10k_scan_finish() 3522 ret = wait_for_completion_timeout(&ar->scan.completed, 3*HZ); in ath10k_scan_stop() 3539 if (ar->scan.state != ATH10K_SCAN_IDLE) in ath10k_scan_stop() 3554 switch (ar->scan.state) { in ath10k_scan_abort() [all …]
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | Makefile | 4 iwlmvm-y += scan.o time-event.o rs.o
|
/linux-4.4.14/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.4.14/drivers/uwb/ |
D | Makefile | 24 scan.o \
|
/linux-4.4.14/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.4.14/include/linux/ |
D | mic_bus.h | 69 void (*scan)(struct mbus_device *dev); member
|
/linux-4.4.14/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.4.14/arch/arm/include/asm/mach/ |
D | pci.h | 27 struct pci_bus *(*scan)(int nr, struct pci_sys_data *); member
|
/linux-4.4.14/net/wireless/ |
D | Makefile | 12 cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/media/ |
D | si4713.txt | 3 The Silicon Labs Si4713 is an FM radio transmitter with receive power scan
|
/linux-4.4.14/fs/notify/fanotify/ |
D | Kconfig | 22 listeners which need to scan files before allowing the system access to
|
/linux-4.4.14/net/mac80211/ |
D | Makefile | 10 scan.o offchannel.o \
|
/linux-4.4.14/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.
|