/kernel/linux/linux-6.6/drivers/media/rc/keymaps/ |
H A D | rc-imon-mce.c | 117 .scan = imon_mce,
|
H A D | rc-cec.c | 167 .scan = cec,
|
H A D | rc-dib0700-nec.c | 99 .scan = dib0700_nec_table,
|
H A D | rc-nec-terratec-cinergy-xs.c | 132 .scan = nec_terratec_cinergy_xs,
|
H A D | rc-avermedia-m135a.c | 123 .scan = avermedia_m135a,
|
H A D | rc-lme2510.c | 85 .scan = lme2510_rc,
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | Makefile | 13 cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
|
/kernel/liteos_a/fs/jffs2/ |
H A D | Makefile | 56 $(TEMP_SRC_PATH)/fs/jffs2/scan.c \
|
/third_party/backends/backend/pixma/ |
H A D | pixma_common.h | 143 /** Setup the scanner for scan parameters defined in \a s->param. */ 144 int (*scan) (pixma_t * s); member 159 /** Cancel the scan operation if necessary and free resources allocated in 160 * scan(). */ 169 /** Check the scan parameters. The parameters can be adjusted if they are
|
/third_party/backends/backend/ |
H A D | sm3840_lib.h | 96 static void check_buttons (p_usb_dev_handle udev, int *scan, int *print,
|
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
H A D | CapDocument.java | 5 package com.ibm.icu.dev.scan;
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | ck_errf.pl | 9 # This is just a quick script to scan for cases where the 'error' 42 ... Additional arguments are added to the file list to scan,
|
/third_party/openssl/util/ |
H A D | ck_errf.pl | 9 # This is just a quick script to scan for cases where the 'error' 42 ... Additional arguments are added to the file list to scan,
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceRegAlloc.h | 1 //===- subzero/src/IceRegAlloc.h - Linear-scan reg. allocation --*- C++ -*-===// 11 /// \brief Declares the LinearScan data structure used during linear-scan 14 /// This holds the various work queues for the linear-scan algorithm. 36 void scan(const SmallBitVector &RegMask); 92 /// \name scan helper functions.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | CFLSteensAliasAnalysis.h | 59 void scan(Function *Fn);
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.h | 846 static inline u8 ipw_get_scan_type(struct ipw_scan_request_ext *scan, u8 index) in ipw_get_scan_type() argument 849 return scan->scan_type[index / 2] & 0x0F; in ipw_get_scan_type() 851 return (scan->scan_type[index / 2] & 0xF0) >> 4; in ipw_get_scan_type() 854 static inline void ipw_set_scan_type(struct ipw_scan_request_ext *scan, in ipw_set_scan_type() argument 858 scan->scan_type[index / 2] = in ipw_set_scan_type() 859 (scan->scan_type[index / 2] & 0xF0) | (scan_type & 0x0F); in ipw_set_scan_type() 861 scan->scan_type[index / 2] = in ipw_set_scan_type() 862 (scan->scan_type[index / 2] & 0x0F) | in ipw_set_scan_type()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.h | 846 static inline u8 ipw_get_scan_type(struct ipw_scan_request_ext *scan, u8 index) in ipw_get_scan_type() argument 849 return scan->scan_type[index / 2] & 0x0F; in ipw_get_scan_type() 851 return (scan->scan_type[index / 2] & 0xF0) >> 4; in ipw_get_scan_type() 854 static inline void ipw_set_scan_type(struct ipw_scan_request_ext *scan, in ipw_set_scan_type() argument 858 scan->scan_type[index / 2] = in ipw_set_scan_type() 859 (scan->scan_type[index / 2] & 0xF0) | (scan_type & 0x0F); in ipw_set_scan_type() 861 scan->scan_type[index / 2] = in ipw_set_scan_type() 862 (scan->scan_type[index / 2] & 0x0F) | in ipw_set_scan_type()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 829 D_SCAN("total channels to scan %d\n", added); in il4965_get_channels_for_scan() 856 struct il_scan_cmd *scan; in il4965_request_scan() local 877 D_SCAN("fail to allocate memory for scan\n"); in il4965_request_scan() 881 scan = il->scan_cmd; in il4965_request_scan() 882 memset(scan, 0, sizeof(struct il_scan_cmd) + IL_MAX_SCAN_SIZE); in il4965_request_scan() 884 scan->quiet_plcp_th = IL_PLCP_QUIET_THRESH; in il4965_request_scan() 885 scan->quiet_time = IL_ACTIVE_QUIET_TIME; in il4965_request_scan() 896 scan->suspend_time = 0; in il4965_request_scan() 897 scan->max_out_time = cpu_to_le32(200 * 1024); in il4965_request_scan() 904 scan in il4965_request_scan() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 2126 switch (ar->scan.state) { in __ath11k_mac_scan_finish() 2131 if (!ar->scan.is_roc) { in __ath11k_mac_scan_finish() 2133 .aborted = (ar->scan.state == in __ath11k_mac_scan_finish() 2138 } else if (ar->scan.roc_notify) { in __ath11k_mac_scan_finish() 2143 ar->scan.state = ATH11K_SCAN_IDLE; in __ath11k_mac_scan_finish() 2145 ar->scan.roc_freq = 0; in __ath11k_mac_scan_finish() 2146 cancel_delayed_work(&ar->scan.timeout); in __ath11k_mac_scan_finish() 2147 complete(&ar->scan.completed); in __ath11k_mac_scan_finish() 2174 ath11k_warn(ar->ab, "failed to stop wmi scan: %d\n", ret); in ath11k_scan_stop() 2178 ret = wait_for_completion_timeout(&ar->scan in ath11k_scan_stop() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 2778 switch (ar->scan.state) { in __ath12k_mac_scan_finish() 2783 if (!ar->scan.is_roc) { in __ath12k_mac_scan_finish() 2785 .aborted = (ar->scan.state == in __ath12k_mac_scan_finish() 2790 } else if (ar->scan.roc_notify) { in __ath12k_mac_scan_finish() 2795 ar->scan.state = ATH12K_SCAN_IDLE; in __ath12k_mac_scan_finish() 2797 ar->scan.roc_freq = 0; in __ath12k_mac_scan_finish() 2798 cancel_delayed_work(&ar->scan.timeout); in __ath12k_mac_scan_finish() 2799 complete(&ar->scan.completed); in __ath12k_mac_scan_finish() 2826 ath12k_warn(ar->ab, "failed to stop wmi scan: %d\n", ret); in ath12k_scan_stop() 2830 ret = wait_for_completion_timeout(&ar->scan in ath12k_scan_stop() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 830 D_SCAN("total channels to scan %d\n", added); in il4965_get_channels_for_scan() 857 struct il_scan_cmd *scan; in il4965_request_scan() local 878 D_SCAN("fail to allocate memory for scan\n"); in il4965_request_scan() 882 scan = il->scan_cmd; in il4965_request_scan() 883 memset(scan, 0, sizeof(struct il_scan_cmd) + IL_MAX_SCAN_SIZE); in il4965_request_scan() 885 scan->quiet_plcp_th = IL_PLCP_QUIET_THRESH; in il4965_request_scan() 886 scan->quiet_time = IL_ACTIVE_QUIET_TIME; in il4965_request_scan() 897 scan->suspend_time = 0; in il4965_request_scan() 898 scan->max_out_time = cpu_to_le32(200 * 1024); in il4965_request_scan() 905 scan in il4965_request_scan() [all...] |
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 369 /* 160 msec page scan interval */ in __hci_req_write_fast_connectable() 401 bt_dev_dbg(hdev, "cancelling interleave scan"); in cancel_interleave_scan() 415 * allowlist scan and one without any filters to save power. in __hci_update_interleaved_scan() 424 bt_dev_dbg(hdev, "starting interleave scan"); in __hci_update_interleaved_scan() 489 * keep the background scan running. in __hci_update_background_scan() 493 * since some controllers are not able to scan and connect at in __hci_update_background_scan() 948 /* Use ext scanning if set ext scan param and ext scan enable is in hci_req_start_scan() 1107 bt_dev_dbg(hdev, "LE passive scan with accept list = %d", in hci_req_add_le_passive_scan() 1140 /* Update page scan stat in hci_req_clear_event_filter() 1151 u8 scan = SCAN_DISABLED; hci_req_set_event_filter() local 2589 u8 scan; __hci_req_update_scan() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_icache.c | 1216 * The shrinker infrastructure determines how many inodes we should scan for 1404 * conditions (less than 1% free space) in the scan. 1412 int scan = 0; in __xfs_inode_free_quota_eofblocks() local 1417 * Run a sync scan to increase effectiveness and use the union filter to in __xfs_inode_free_quota_eofblocks() 1418 * cover all applicable quotas in a single scan. in __xfs_inode_free_quota_eofblocks() 1427 scan = 1; in __xfs_inode_free_quota_eofblocks() 1436 scan = 1; in __xfs_inode_free_quota_eofblocks() 1440 if (scan) in __xfs_inode_free_quota_eofblocks() 1443 return scan; in __xfs_inode_free_quota_eofblocks()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ti-ads1015.c | 452 } scan; in ads1015_trigger_handler() local 455 memset(&scan, 0, sizeof(scan)); in ads1015_trigger_handler() 466 scan.chan = res; in ads1015_trigger_handler() 469 iio_push_to_buffers_with_timestamp(indio_dev, &scan, in ads1015_trigger_handler()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp8.c | 608 memcpy(s->prob[0].scan, ff_zigzag_scan, sizeof(s->prob[0].scan)); in vp7_decode_frame_header() 684 s->prob[0].scan[i] = ff_zigzag_scan[vp8_rac_get_uint(c, 4)]; in vp7_decode_frame_header() 1343 const uint8_t scan[16], int vp7) in decode_block_coeffs_internal() 1392 block[scan[i]] = (vp8_rac_get(&c) ? -coeff : coeff) * qmul[!!i]; in decode_block_coeffs_internal() 1427 const uint8_t scan[16]) in vp7_decode_block_coeffs_internal() 1430 token_prob, qmul, scan, IS_VP7); in vp7_decode_block_coeffs_internal() 1453 * @param scan scan pattern (VP7 only) 1462 const uint8_t scan[1 in decode_block_coeffs() 1340 decode_block_coeffs_internal(VP56RangeCoder *r, int16_t block[16], uint8_t probs[16][3][NUM_DCT_TOKENS - 1], int i, uint8_t *token_prob, int16_t qmul[2], const uint8_t scan[16], int vp7) decode_block_coeffs_internal() argument 1422 vp7_decode_block_coeffs_internal(VP56RangeCoder *r, int16_t block[16], uint8_t probs[16][3][NUM_DCT_TOKENS - 1], int i, uint8_t *token_prob, int16_t qmul[2], const uint8_t scan[16]) vp7_decode_block_coeffs_internal() argument 1459 decode_block_coeffs(VP56RangeCoder *c, int16_t block[16], uint8_t probs[16][3][NUM_DCT_TOKENS - 1], int i, int zero_nhood, int16_t qmul[2], const uint8_t scan[16], int vp7) decode_block_coeffs() argument [all...] |