Home
last modified time | relevance | path

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

12

/Linux-v4.19/scripts/
Dspdxcheck.py15 def __init__(self, tok, txt): argument
99 def validate(self, tok): argument
115 def t_RPAR(self, tok): argument
120 def t_LPAR(self, tok): argument
125 def t_ID(self, tok): argument
144 def t_error(self, tok): argument
/Linux-v4.19/drivers/parisc/
Dlba_pci.c148 #define LBA_CFG_BUS(tok) ((u8) ((tok)>>16)) argument
149 #define LBA_CFG_DEV(tok) ((u8) ((tok)>>11) & 0x1f) argument
150 #define LBA_CFG_FUNC(tok) ((u8) ((tok)>>8 ) & 0x7) argument
208 #define LBA_CFG_SETUP(d, tok) { \ argument
235 #define LBA_CFG_PROBE(d, tok) { \ argument
286 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, error) { \ argument
340 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) in lba_rd_cfg()
370 u32 tok = LBA_CFG_TOK(local_bus, devfn); in elroy_cfg_read() local
408 lba_wr_cfg(struct lba_device *d, u32 tok, u8 reg, u32 data, u32 size) in lba_wr_cfg()
437 u32 tok = LBA_CFG_TOK(local_bus,devfn); in elroy_cfg_write() local
[all …]
/Linux-v4.19/tools/lib/traceevent/
Devent-parse.c911 static int extend_token(char **tok, char *buf, int size) in extend_token()
932 static enum event_type __read_token(char **tok) in __read_token()
1098 static enum event_type force_token(const char *str, char **tok) in force_token()
1122 static void free_token(char *tok) in free_token()
1128 static enum event_type read_token(char **tok) in read_token()
1154 enum event_type tep_read_token(char **tok) in tep_read_token()
1169 static enum event_type read_token_item(char **tok) in read_token_item()
1213 static int __read_expect_type(enum event_type expect, char **tok, int newline_ok) in __read_expect_type()
1224 static int read_expect_type(enum event_type expect, char **tok) in read_expect_type()
1680 process_arg(struct event_format *event, struct print_arg *arg, char **tok) in process_arg()
[all …]
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp6000_pcie.c227 int tgt, int act, int tok, u64 offset, size_t size, int width) in compute_bar()
324 int tgt, int act, int tok, u64 offset, size_t size, int width) in reconfigure_bar()
341 static int matching_bar(struct nfp_bar *bar, u32 tgt, u32 act, u32 tok, in matching_bar()
402 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in find_matching_bar()
419 int tgt, int act, int tok, in find_unused_bar_noblock()
452 int tgt, int act, int tok, in find_unused_bar_and_lock()
482 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in nfp_wait_for_bar()
492 u32 tgt, u32 act, u32 tok, in nfp_alloc_bar()
/Linux-v4.19/drivers/isdn/mISDN/
Ddsp_hwec.c71 char *dup, *tok, *name, *val; in dsp_hwec_enable() local
Ddsp_pipeline.c239 char *dup, *tok, *name, *args; in dsp_pipeline_build() local
/Linux-v4.19/block/
Dsed-opal.c513 static void add_token_u8(int *err, struct opal_dev *cmd, u8 tok) in add_token_u8()
688 const struct opal_resp_tok *tok; in response_get_token() local
705 static ssize_t response_parse_tiny(struct opal_resp_tok *tok, in response_parse_tiny()
722 static ssize_t response_parse_short(struct opal_resp_tok *tok, in response_parse_short()
752 static ssize_t response_parse_medium(struct opal_resp_tok *tok, in response_parse_medium()
769 static ssize_t response_parse_long(struct opal_resp_tok *tok, in response_parse_long()
786 static ssize_t response_parse_token(struct opal_resp_tok *tok, in response_parse_token()
952 const struct opal_resp_tok *tok; in response_status() local
/Linux-v4.19/arch/x86/kernel/cpu/
Dintel_rdt_ctrlmondata.c286 static int rdtgroup_parse_resource(char *resname, char *tok, in rdtgroup_parse_resource()
305 char *tok, *resname; in rdtgroup_schemata_write() local
Dintel_rdt.c750 char *tok; in set_rdt_options() local
/Linux-v4.19/tools/perf/arch/s390/annotate/
Dinstructions.c7 char *endptr, *tok, *name; in s390_call__parse() local
/Linux-v4.19/include/linux/usb/
Dehci-dbgp.h39 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
/Linux-v4.19/tools/perf/pmu-events/
Djsmn.c34 jsmntok_t *tok; in jsmn_alloc_token() local
/Linux-v4.19/drivers/usb/host/
Doxu210hp.h186 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
210 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
212 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
213 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
Dfotg210.h323 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
325 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
326 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
548 #define FOTG210_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
Dehci.h293 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
295 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
296 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
516 #define EHCI_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
/Linux-v4.19/include/net/
Dsmc.h43 u64 tok; member
/Linux-v4.19/include/soc/fsl/
Ddpaa2-global.h26 u8 tok; member
/Linux-v4.19/tools/perf/util/
Dmem-events.c48 char *tok, *saveptr = NULL; in perf_mem_events__parse() local
Dsort.c2325 static int add_dynamic_entry(struct perf_evlist *evlist, const char *tok, in add_dynamic_entry()
2468 int sort_dimension__add(struct perf_hpp_list *list, const char *tok, in sort_dimension__add()
2567 char *tmp, *tok; in setup_sort_list() local
2845 int output_field_add(struct perf_hpp_list *list, char *tok) in output_field_add()
2890 char *tmp, *tok; in setup_output_list() local
Dcallchain.c163 char *tok; in __parse_callchain_report_opt() local
245 char *tok, *name, *saveptr = NULL; in parse_callchain_record() local
/Linux-v4.19/net/core/
Dutils.c192 const char *s, *tok = NULL; in in6_pton() local
/Linux-v4.19/tools/perf/
Dbuiltin-kmem.c1660 static int slab_sort_dimension__add(const char *tok, struct list_head *list) in slab_sort_dimension__add()
1680 static int page_sort_dimension__add(const char *tok, struct list_head *list) in page_sort_dimension__add()
1702 char *tok; in setup_slab_sorting() local
1728 char *tok; in setup_page_sorting() local
/Linux-v4.19/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-v4.19/scripts/kconfig/
Dmenu.c774 enum prop_type tok, const char *prefix) in get_symbol_props_str()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.h28 u8 tok:1; /* Transmit ok. */ member

12