Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/scripts/
A 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-6.3-rc2/drivers/parisc/
A 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
434 u32 tok = LBA_CFG_TOK(local_bus,devfn); in elroy_cfg_write() local
484 u32 tok = LBA_CFG_TOK(local_bus, devfn); in mercury_cfg_read() local
[all …]
/linux-6.3-rc2/block/
A Dsed-opal.c593 static void add_token_u8(int *err, struct opal_dev *cmd, u8 tok) in add_token_u8()
776 const struct opal_resp_tok *tok; in response_get_token() local
798 static ssize_t response_parse_tiny(struct opal_resp_tok *tok, in response_parse_tiny()
815 static ssize_t response_parse_short(struct opal_resp_tok *tok, in response_parse_short()
845 static ssize_t response_parse_medium(struct opal_resp_tok *tok, in response_parse_medium()
862 static ssize_t response_parse_long(struct opal_resp_tok *tok, in response_parse_long()
879 static ssize_t response_parse_token(struct opal_resp_tok *tok, in response_parse_token()
961 const struct opal_resp_tok *tok; in response_get_string() local
996 const struct opal_resp_tok *tok; in response_get_u64() local
1026 const struct opal_resp_tok *tok; in response_status() local
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/nfpcore/
A 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-6.3-rc2/drivers/isdn/mISDN/
A Ddsp_hwec.c54 char *dup, *tok, *name, *val; in dsp_hwec_enable() local
A Ddsp_pipeline.c196 char *dup, *next, *tok, *name, *args; in dsp_pipeline_build() local
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_mitigations.c33 char *str, *sep, *tok; in mitigations_set() local
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dempty_skb.c16 struct nstoken *tok = NULL; in test_empty_skb() local
A Dxdp_metadata.c287 struct nstoken *tok = NULL; in test_xdp_metadata() local
/linux-6.3-rc2/tools/perf/arch/s390/annotate/
A Dinstructions.c7 char *endptr, *tok, *name; in s390_call__parse() local
/linux-6.3-rc2/arch/x86/kernel/cpu/resctrl/
A Dctrlmondata.c353 static int rdtgroup_parse_resource(char *resname, char *tok, in rdtgroup_parse_resource()
373 char *tok, *resname; in rdtgroup_schemata_write() local
/linux-6.3-rc2/include/linux/usb/
A Dehci-dbgp.h39 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
/linux-6.3-rc2/drivers/dma-buf/
A Dselftest.c49 char *filter, *sep, *tok; in apply_subtest_filter() local
/linux-6.3-rc2/tools/perf/
A Dbuiltin-lock.c355 char *tok, *tmp, *orig; in setup_output_field() local
2083 char *s, *tmp, *tok; in parse_lock_type() local
2180 char *s, *tmp, *tok; in parse_lock_addr() local
2217 char *s, *tmp, *tok; in parse_call_stack() local
A Dbuiltin-kmem.c1674 static int slab_sort_dimension__add(const char *tok, struct list_head *list) in slab_sort_dimension__add()
1694 static int page_sort_dimension__add(const char *tok, struct list_head *list) in page_sort_dimension__add()
1716 char *tok; in setup_slab_sorting() local
1742 char *tok; in setup_page_sorting() local
A Dbuiltin-kwork.c135 const char *tok, struct list_head *list) in sort_dimension__add()
183 char *tmp, *tok, *str = strdup(kwork->sort_order); in setup_sorting() local
1589 char *tmp, *tok, *str; in setup_event_list() local
/linux-6.3-rc2/include/soc/fsl/
A Ddpaa2-global.h26 u8 tok; member
/linux-6.3-rc2/include/linux/
A Dism.h55 u64 tok; member
/linux-6.3-rc2/drivers/usb/fotg210/
A Dfotg210-hcd.h324 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
326 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
327 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
549 #define FOTG210_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
/linux-6.3-rc2/net/core/
A Dutils.c188 const char *s, *tok = NULL; in in6_pton() local
/linux-6.3-rc2/net/rxrpc/
A Dkey.c568 u32 cnlen, toksize, ntoks, tok, zero; in rxrpc_read() local
/linux-6.3-rc2/drivers/usb/early/
A 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-6.3-rc2/tools/testing/selftests/net/mptcp/
A Dpm_nl_ctl.c793 char *tok, *str; in add_addr() local
1352 char *tok, *str; in set_flags() local
/linux-6.3-rc2/drivers/usb/host/
A 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-6.3-rc2/tools/perf/util/
A Dpmu.c667 static bool perf_pmu__valid_suffix(const char *pmu_name, char *tok) in perf_pmu__valid_suffix()
694 char *tmp = NULL, *tok, *str; in pmu_uncore_alias_match() local
1858 int perf_pmu__match(char *pattern, char *name, char *tok) in perf_pmu__match()

Completed in 64 milliseconds

123