Home
last modified time | relevance | path

Searched defs:tok (Results 1 – 29 of 29) sorted by relevance

/linux-4.4.14/drivers/parisc/
Dlba_pci.c146 #define LBA_CFG_BUS(tok) ((u8) ((tok)>>16)) argument
147 #define LBA_CFG_DEV(tok) ((u8) ((tok)>>11) & 0x1f) argument
148 #define LBA_CFG_FUNC(tok) ((u8) ((tok)>>8 ) & 0x7) argument
206 #define LBA_CFG_SETUP(d, tok) { \ argument
233 #define LBA_CFG_PROBE(d, tok) { \ argument
284 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, error) { \ argument
338 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) in lba_rd_cfg()
368 u32 tok = LBA_CFG_TOK(local_bus, devfn); in elroy_cfg_read() local
406 lba_wr_cfg(struct lba_device *d, u32 tok, u8 reg, u32 data, u32 size) in lba_wr_cfg()
435 u32 tok = LBA_CFG_TOK(local_bus,devfn); in elroy_cfg_write() local
[all …]
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c921 static int extend_token(char **tok, char *buf, int size) in extend_token()
942 static enum event_type __read_token(char **tok) in __read_token()
1108 static enum event_type force_token(const char *str, char **tok) in force_token()
1132 static void free_token(char *tok) in free_token()
1138 static enum event_type read_token(char **tok) in read_token()
1164 enum event_type pevent_read_token(char **tok) in pevent_read_token()
1179 static enum event_type read_token_item(char **tok) in read_token_item()
1223 static int __read_expect_type(enum event_type expect, char **tok, int newline_ok) in __read_expect_type()
1234 static int read_expect_type(enum event_type expect, char **tok) in read_expect_type()
1690 process_arg(struct event_format *event, struct print_arg *arg, char **tok) in process_arg()
[all …]
Dparse-filter.c73 static enum event_type read_token(char **tok) in read_token()
/linux-4.4.14/drivers/isdn/mISDN/
Ddsp_hwec.c72 char *dup, *tok, *name, *val; in dsp_hwec_enable() local
Ddsp_pipeline.c239 char *dup, *tok, *name, *args; in dsp_pipeline_build() local
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dlibcfs_string.c266 struct cfs_lstr tok; in cfs_range_expr_parse() local
513 struct cfs_lstr tok; in cfs_expr_list_parse() local
/linux-4.4.14/include/linux/usb/
Dehci-dbgp.h38 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
/linux-4.4.14/net/core/
Dutils.c190 const char *s, *tok = NULL; in in6_pton() local
/linux-4.4.14/drivers/usb/host/
Doxu210hp.h185 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
209 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
211 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
212 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
Dfotg210.h322 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
324 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
325 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
547 #define FOTG210_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
Dehci.h302 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
304 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
305 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
517 #define EHCI_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c1622 static int slab_sort_dimension__add(const char *tok, struct list_head *list) in slab_sort_dimension__add()
1642 static int page_sort_dimension__add(const char *tok, struct list_head *list) in page_sort_dimension__add()
1664 char *tok; in setup_slab_sorting() local
1690 char *tok; in setup_page_sorting() local
Dbuiltin-sched.c1266 static int sort_dimension__add(const char *tok, struct list_head *list) in sort_dimension__add()
1727 char *tmp, *tok, *str = strdup(sched->sort_order); in setup_sorting() local
Dbuiltin-script.c1133 char *tok; in parse_output_fields() local
/linux-4.4.14/tools/perf/util/
Dsort.c1586 int sort_dimension__add(const char *tok) in sort_dimension__add()
1717 char *tmp, *tok, *str; in __setup_sorting() local
1853 static int output_field_add(char *tok) in output_field_add()
1920 char *tmp, *tok, *str, *strp; in __setup_output_field() local
Dutil.c479 char *tok, *name, *saveptr = NULL; in parse_callchain_record() local
Dcallchain.c85 char *tok; in __parse_callchain_report_opt() local
Dannotate.c58 char *endptr, *tok, *name; in call__parse() local
/linux-4.4.14/drivers/usb/early/
Dehci-dbgp.c149 static inline u32 dbgp_pid_write_update(u32 x, u32 tok) in dbgp_pid_write_update()
156 static inline u32 dbgp_pid_read_update(u32 x, u32 tok) in dbgp_pid_read_update()
/linux-4.4.14/net/rxrpc/
Dar-key.c1053 u32 cnlen, toksize, ntoks, tok, zero; in rxrpc_read() local
/linux-4.4.14/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.h30 u8 tok:1; /* Transmit ok. */ member
/linux-4.4.14/tools/perf/bench/
Dnuma.c458 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; in parse_setup_cpu_list() local
595 char *tok, *tok_end, *tok_step, *tok_mul; in parse_setup_node_list() local
/linux-4.4.14/scripts/kconfig/
Dexpr.h158 #define for_all_properties(sym, st, tok) \ argument
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/
Ddev.c503 bool tok; in rtl8187b_status_cb() local
/linux-4.4.14/security/smack/
Dsmackfs.c416 char *tok[4]; in smk_parse_long_rule() local
1987 char *tok; in smk_parse_label_list() local
/linux-4.4.14/block/
Dblk-throttle.c1323 char tok[27]; /* wiops=18446744073709551616 */ in tg_set_max() local
/linux-4.4.14/kernel/
Dcgroup.c2975 char *tok; in cgroup_subtree_control_write() local
/linux-4.4.14/include/net/
Dcfg80211.h2948 const struct nl80211_wowlan_tcp_data_token_feature *tok; member
/linux-4.4.14/net/wireless/
Dnl80211.c9140 struct nl80211_wowlan_tcp_data_token *tok = NULL; in nl80211_parse_wowlan_tcp() local