Home
last modified time | relevance | path

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

123

/Linux-v6.1/scripts/
Dspdxcheck.py16 def __init__(self, tok, txt): argument
130 def validate(self, tok): argument
146 def t_RPAR(self, tok): argument
151 def t_LPAR(self, tok): argument
156 def t_ID(self, tok): argument
175 def t_error(self, tok): argument
/Linux-v6.1/drivers/parisc/
Dlba_pci.c145 #define LBA_CFG_BUS(tok) ((u8) ((tok)>>16)) argument
146 #define LBA_CFG_DEV(tok) ((u8) ((tok)>>11) & 0x1f) argument
147 #define LBA_CFG_FUNC(tok) ((u8) ((tok)>>8 ) & 0x7) argument
205 #define LBA_CFG_SETUP(d, tok) { \ argument
232 #define LBA_CFG_PROBE(d, tok) { \ argument
283 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, error) { \ argument
337 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) in lba_rd_cfg()
367 u32 tok = LBA_CFG_TOK(local_bus, devfn); in elroy_cfg_read() local
405 lba_wr_cfg(struct lba_device *d, u32 tok, u8 reg, u32 data, u32 size) in lba_wr_cfg()
434 u32 tok = LBA_CFG_TOK(local_bus,devfn); in elroy_cfg_write() local
[all …]
/Linux-v6.1/tools/lib/traceevent/
Devent-parse.c972 static int extend_token(char **tok, char *buf, int size) in extend_token()
993 static enum tep_event_type __read_token(char **tok) in __read_token()
1159 static enum tep_event_type force_token(const char *str, char **tok) in force_token()
1187 __hidden void free_token(char *tok) in free_token()
1202 __hidden enum tep_event_type read_token(char **tok) in read_token()
1220 static enum tep_event_type read_token_item(char **tok) in read_token_item()
1264 static int __read_expect_type(enum tep_event_type expect, char **tok, int newline_ok) in __read_expect_type()
1275 static int read_expect_type(enum tep_event_type expect, char **tok) in read_expect_type()
1766 process_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_arg()
1785 process_field_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_field_arg()
[all …]
/Linux-v6.1/block/
Dsed-opal.c591 static void add_token_u8(int *err, struct opal_dev *cmd, u8 tok) in add_token_u8()
774 const struct opal_resp_tok *tok; in response_get_token() local
796 static ssize_t response_parse_tiny(struct opal_resp_tok *tok, in response_parse_tiny()
813 static ssize_t response_parse_short(struct opal_resp_tok *tok, in response_parse_short()
843 static ssize_t response_parse_medium(struct opal_resp_tok *tok, in response_parse_medium()
860 static ssize_t response_parse_long(struct opal_resp_tok *tok, in response_parse_long()
877 static ssize_t response_parse_token(struct opal_resp_tok *tok, in response_parse_token()
959 const struct opal_resp_tok *tok; in response_get_string() local
994 const struct opal_resp_tok *tok; in response_get_u64() local
1024 const struct opal_resp_tok *tok; in response_status() local
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp6000_pcie.c196 int tgt, int act, int tok, u64 offset, size_t size, int width) in compute_bar()
290 int tgt, int act, int tok, u64 offset, size_t size, int width) in reconfigure_bar()
307 static int matching_bar(struct nfp_bar *bar, u32 tgt, u32 act, u32 tok, in matching_bar()
368 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in find_matching_bar()
385 int tgt, int act, int tok, in find_unused_bar_noblock()
418 int tgt, int act, int tok, in find_unused_bar_and_lock()
448 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in nfp_wait_for_bar()
458 u32 tgt, u32 act, u32 tok, in nfp_alloc_bar()
/Linux-v6.1/drivers/isdn/mISDN/
Ddsp_hwec.c54 char *dup, *tok, *name, *val; in dsp_hwec_enable() local
Ddsp_pipeline.c196 char *dup, *next, *tok, *name, *args; in dsp_pipeline_build() local
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_mitigations.c33 char *str, *sep, *tok; in mitigations_set() local
/Linux-v6.1/tools/perf/arch/s390/annotate/
Dinstructions.c7 char *endptr, *tok, *name; in s390_call__parse() local
/Linux-v6.1/arch/x86/kernel/cpu/resctrl/
Dctrlmondata.c359 static int rdtgroup_parse_resource(char *resname, char *tok, in rdtgroup_parse_resource()
379 char *tok, *resname; in rdtgroup_schemata_write() local
/Linux-v6.1/include/linux/usb/
Dehci-dbgp.h39 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
/Linux-v6.1/drivers/dma-buf/
Dselftest.c49 char *filter, *sep, *tok; in apply_subtest_filter() local
/Linux-v6.1/include/soc/fsl/
Ddpaa2-global.h26 u8 tok; member
/Linux-v6.1/drivers/usb/host/
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.h296 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
298 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
299 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
519 #define EHCI_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
/Linux-v6.1/tools/perf/
Dbuiltin-kmem.c1662 static int slab_sort_dimension__add(const char *tok, struct list_head *list) in slab_sort_dimension__add()
1682 static int page_sort_dimension__add(const char *tok, struct list_head *list) in page_sort_dimension__add()
1704 char *tok; in setup_slab_sorting() local
1730 char *tok; in setup_page_sorting() local
Dbuiltin-kwork.c128 const char *tok, struct list_head *list) in sort_dimension__add()
176 char *tmp, *tok, *str = strdup(kwork->sort_order); in setup_sorting() local
1582 char *tmp, *tok, *str; in setup_event_list() local
/Linux-v6.1/include/net/
Dsmc.h54 u64 tok; member
/Linux-v6.1/net/core/
Dutils.c188 const char *s, *tok = NULL; in in6_pton() local
/Linux-v6.1/net/rxrpc/
Dkey.c568 u32 cnlen, toksize, ntoks, tok, zero; in rxrpc_read() local
/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c793 char *tok, *str; in add_addr() local
1352 char *tok, *str; in set_flags() local
/Linux-v6.1/drivers/usb/early/
Dehci-dbgp.c150 static inline u32 dbgp_pid_write_update(u32 x, u32 tok) in dbgp_pid_write_update()
157 static inline u32 dbgp_pid_read_update(u32 x, u32 tok) in dbgp_pid_read_update()
/Linux-v6.1/tools/testing/selftests/net/
Dso_txtime.c390 char *arg, *tok; in parse_io() local
/Linux-v6.1/tools/perf/util/
Dpmu.c722 static bool perf_pmu__valid_suffix(const char *pmu_name, char *tok) in perf_pmu__valid_suffix()
749 char *tmp = NULL, *tok, *str; in pmu_uncore_alias_match() local
1962 int perf_pmu__match(char *pattern, char *name, char *tok) in perf_pmu__match()
/Linux-v6.1/drivers/gpu/drm/i915/selftests/
Di915_selftest.c246 char *filter, *sep, *tok; in apply_subtest_filter() local

123