Home
last modified time | relevance | path

Searched defs:t (Results 301 – 325 of 3450) sorted by relevance

1...<<11121314151617181920>>...138

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dchrono.cpp9 #define _gmtime(t, i) gmtime_s(i, t) argument
11 #define _gmtime(t, i) gmtime_r(t, i) argument
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-xcomm.c73 struct spi_device *spi, struct spi_transfer *t, unsigned int *settings) in spi_xcomm_setup_transfer()
111 struct spi_device *spi, struct spi_transfer *t) in spi_xcomm_txrx_bufs()
142 struct spi_transfer *t; in spi_xcomm_transfer_one() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dautotuned_index.h227 StartStopTimer t; in evaluate_kmeans() local
254 StartStopTimer t; in evaluate_kdtree() local
439 StartStopTimer t; in estimateBuildParams() local
510 StartStopTimer t; in estimateSearchParams() local
/OK3568_Linux_fs/kernel/tools/accounting/
H A Dgetdelays.c195 #define average_ms(t, c) (t / 1000000ULL / (c ? c : 1)) argument
197 static void print_delayacct(struct taskstats *t) in print_delayacct()
234 static void task_context_switch_counts(struct taskstats *t) in task_context_switch_counts()
253 static void print_ioacct(struct taskstats *t) in print_ioacct()
/OK3568_Linux_fs/kernel/drivers/block/aoe/
H A Daoedev.c148 dummy_timer(struct timer_list *t) in dummy_timer()
199 struct aoetgt *t, **tt, **te; in aoedev_downdev() local
262 struct aoetgt **t, **e; in freedev() local
499 freetgt(struct aoedev *d, struct aoetgt *t) in freetgt()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Datbm8830.c91 u64 t; in set_osc_freq() local
109 u64 t; in set_if_freq() local
352 u8 t; in atbm8830_read_ber() local
376 u8 t; in atbm8830_read_signal_strength() local
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_struct_ops.c105 const struct btf_type *t; in bpf_struct_ops_init() local
278 const struct btf_type *t = st_map->st_ops->type; in bpf_struct_ops_map_put_progs() local
289 static int check_zero_holes(const struct btf_type *t, void *data) in check_zero_holes()
322 const struct btf_type *t = st_ops->type; in bpf_struct_ops_map_update_elem() local
561 const struct btf_type *t, *vt; in bpf_struct_ops_map_alloc() local
/OK3568_Linux_fs/kernel/arch/mips/ath79/
H A Dearly_printk.c23 u32 t; in prom_putchar_wait() local
64 u32 t; in prom_enable_uart() local
H A Dcommon.c91 u32 t; in ath79_device_reset_set() local
123 u32 t; in ath79_device_reset_clear() local
/OK3568_Linux_fs/u-boot/cmd/
H A Dpxe.c901 static char *get_string(char **p, struct token *t, char delim, int lower) in get_string()
952 static void get_keyword(struct token *t) in get_keyword()
970 static void get_token(char **p, struct token *t, enum lex_state state) in get_token()
1034 struct token t; in parse_sliteral() local
1054 struct token t; in parse_integer() local
1126 struct token t; in parse_menu() local
1162 struct token t; in parse_label_menu() local
1201 struct token t; in parse_label() local
1309 struct token t; in parse_pxefile_top() local
/OK3568_Linux_fs/kernel/drivers/nfc/st95hf/
H A Dspi.c76 struct spi_transfer t[2] = { in st95hf_spi_recv_response() local
133 struct spi_transfer t[2] = { in st95hf_spi_recv_echo_res() local
/OK3568_Linux_fs/kernel/arch/xtensa/mm/
H A Dcache.c275 unsigned long t = TLBTEMP_BASE_1 + (vaddr & DCACHE_ALIAS_MASK); in copy_to_user_page() local
291 unsigned long t = TLBTEMP_BASE_1 + (vaddr & DCACHE_ALIAS_MASK); in copy_to_user_page() local
318 unsigned long t = TLBTEMP_BASE_1 + (vaddr & DCACHE_ALIAS_MASK); in copy_from_user_page() local
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_proto_gre.c72 const struct nf_conntrack_tuple *t) in gre_key_cmpfn()
82 static __be16 gre_keymap_lookup(struct net *net, struct nf_conntrack_tuple *t) in gre_keymap_lookup()
103 struct nf_conntrack_tuple *t) in nf_ct_gre_keymap_add()
H A Dx_tables.c228 struct xt_target *t; in xt_find_target() local
320 int xt_target_to_user(const struct xt_entry_target *t, in xt_target_to_user()
352 const struct xt_target *t; in target_revfn() local
791 struct compat_xt_entry_target t; member
796 struct compat_xt_entry_target t; member
805 const struct compat_xt_entry_target *t; in xt_compat_check_entry_offsets() local
898 const struct xt_entry_target *t; in xt_check_entry_offsets() local
1111 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr, in xt_compat_target_from_user()
1138 int xt_compat_target_to_user(const struct xt_entry_target *t, in xt_compat_target_to_user()
1200 struct xt_table *t, *found = NULL; in xt_find_table_lock() local
[all …]
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dadi.c127 int t[2], s[2], i; in adi_read_packet() local
205 int i, t; in adi_decode() local
316 int i, t; in adi_id_decode() local
389 int i, t; in adi_init_input() local
430 int i, t, x; in adi_init_center() local
/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c336 DevPrivateType t; in dixRegisterPrivateKey() local
642 DevPrivateType t; in dixFreeScreenSpecificPrivates() local
657 DevPrivateType t; in dixInitScreenSpecificPrivates() local
739 DevPrivateType t; in dixPrivateUsage() local
758 DevPrivateType t; in dixResetPrivates() local
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Debc-c384_wdt.c42 unsigned t = wdev->timeout; in ebc_c384_wdt_start() local
60 static int ebc_c384_wdt_set_timeout(struct watchdog_device *wdev, unsigned t) in ebc_c384_wdt_set_timeout()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_utils.c88 void cancel_timer(struct timer_list *t) in cancel_timer()
97 void set_timer_ms(struct timer_list *t, unsigned long timeout) in set_timer_ms()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/vdso/
H A Dcp15.h19 #define __read_sysreg(r, w, c, t) ({ \ argument
26 #define __write_sysreg(v, r, w, c, t) asm volatile(w " " c : : "r" ((t)(v))) argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dcapability.h215 static inline bool has_capability(struct task_struct *t, int cap) in has_capability()
219 static inline bool has_ns_capability(struct task_struct *t, in has_ns_capability()
224 static inline bool has_capability_noaudit(struct task_struct *t, int cap) in has_capability_noaudit()
228 static inline bool has_ns_capability_noaudit(struct task_struct *t, in has_ns_capability_noaudit()
/OK3568_Linux_fs/kernel/drivers/misc/eeprom/
H A Deeprom_93xx46.c88 struct spi_transfer t[2] = { { 0 } }; in eeprom_93xx46_read() local
151 struct spi_transfer t; in eeprom_93xx46_ew() local
204 struct spi_transfer t[2]; in eeprom_93xx46_write_word() local
294 struct spi_transfer t; in eeprom_93xx46_eral() local
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-transaction.c65 static int try_cancel_split_timeout(struct fw_transaction *t) in try_cancel_split_timeout()
76 struct fw_transaction *t = NULL, *iter; in close_transaction() local
130 struct fw_transaction *t = from_timer(t, timer, split_timeout_timer); in split_transaction_timeout_callback() local
146 static void start_split_transaction_timeout(struct fw_transaction *t, in start_split_transaction_timeout()
168 struct fw_transaction *t = in transmit_complete_callback() local
338 void fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, in fw_send_request()
420 struct fw_transaction t; in fw_run_transaction() local
939 struct fw_transaction *t = NULL, *iter; in fw_core_handle_response() local
/OK3568_Linux_fs/kernel/net/9p/
H A Dmod.c97 struct p9_trans_module *t, *found = NULL; in v9fs_get_trans_by_name() local
120 struct p9_trans_module *t, *found = NULL; in v9fs_get_default_trans() local
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dxscale-cp0.c33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) in dsp_do()
58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) in iwmmxt_do()
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/
H A Dmbuf.h43 #define smtod(x,t) ((t)((x)->sm_data + (x)->sm_off)) argument
44 #define smtodoff(x,t,o) ((t)((x)->sm_data + (o))) argument

1...<<11121314151617181920>>...138