| /linux/drivers/parisc/ |
| H A D | lba_pci.c | 145 #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/scripts/ |
| H A D | spdxcheck.py | 16 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/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_metadata.c | 337 static void switch_ns_to_rx(struct nstoken **tok) in switch_ns_to_rx() 343 static void switch_ns_to_tx(struct nstoken **tok) in switch_ns_to_tx() 356 struct nstoken *tok = NULL; in test_xdp_metadata() local
|
| H A D | xdp_dev_bound_only.c | 27 struct nstoken *tok = NULL; in test_xdp_dev_bound_only_offdev() local
|
| H A D | empty_skb.c | 11 struct nstoken *tok = NULL; in test_empty_skb() local
|
| H A D | xdp_flowtable.c | 67 struct nstoken *tok = NULL; in test_xdp_flowtable() local
|
| H A D | assign_reuse.c | 176 struct nstoken *tok = NULL; in test_assign_reuse() local
|
| H A D | sock_addr.c | 2554 static int setup_test_env(struct nstoken **tok) in setup_test_env() 2583 static void cleanup_test_env(struct nstoken *tok) in cleanup_test_env() 2591 struct nstoken *tok = NULL; in test_sock_addr() local
|
| /linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp6000_pcie.c | 196 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/block/ |
| H A D | sed-opal.c | 712 static void add_token_u8(int *err, struct opal_dev *cmd, u8 tok) in add_token_u8() 895 const struct opal_resp_tok *tok; in response_get_token() local 917 static ssize_t response_parse_tiny(struct opal_resp_tok *tok, in response_parse_tiny() 934 static ssize_t response_parse_short(struct opal_resp_tok *tok, in response_parse_short() 964 static ssize_t response_parse_medium(struct opal_resp_tok *tok, in response_parse_medium() 981 static ssize_t response_parse_long(struct opal_resp_tok *tok, in response_parse_long() 998 static ssize_t response_parse_token(struct opal_resp_tok *tok, in response_parse_token() 1084 const struct opal_resp_tok *tok; in response_get_string() local 1119 const struct opal_resp_tok *tok; in response_get_u64() local 1149 const struct opal_resp_tok *tok; in response_status() local [all …]
|
| /linux/drivers/isdn/mISDN/ |
| H A D | dsp_hwec.c | 54 char *dup, *next, *tok, *name, *val; in dsp_hwec_enable() local
|
| H A D | dsp_pipeline.c | 200 char *dup, *next, *tok, *name, *args; in dsp_pipeline_build() local
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_mitigations.c | 33 char *str, *sep, *tok; in mitigations_set() local
|
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-loongarch.c | 21 char *c, *endptr, *tok, *name; in loongarch_call__parse() local
|
| H A D | annotate-s390.c | 17 char *endptr, *tok, *name; in s390_call__parse() local
|
| /linux/include/linux/usb/ |
| H A D | ehci-dbgp.h | 39 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
|
| /linux/tools/sched_ext/ |
| H A D | scx_flatcg.c | 57 char *line, *cur = NULL, *tok; in read_cpu_util() local
|
| /linux/drivers/dma-buf/ |
| H A D | selftest.c | 49 char *filter, *sep, *tok; in apply_subtest_filter() local
|
| /linux/tools/perf/ |
| H A D | builtin-lock.c | 348 char *tok, *tmp, *orig; in setup_output_field() local 2289 char *s, *tmp, *tok; in parse_lock_type() local 2408 char *s, *tmp, *tok; in parse_lock_addr() local 2500 char *s, *tmp, *tok; in parse_cgroup_filter() local 2573 char *s, *tmp, *tok; in parse_lock_delay() local
|
| H A D | builtin-kmem.c | 1677 static int slab_sort_dimension__add(const char *tok, struct list_head *list) in slab_sort_dimension__add() 1697 static int page_sort_dimension__add(const char *tok, struct list_head *list) in page_sort_dimension__add() 1719 char *tok; in setup_slab_sorting() local 1745 char *tok; in setup_page_sorting() local
|
| /linux/include/soc/fsl/ |
| H A D | dpaa2-global.h | 26 u8 tok; member
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.h | 324 #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/net/core/ |
| H A D | utils.c | 188 const char *s, *tok = NULL; in6_pton() local
|
| /linux/drivers/usb/early/ |
| H A D | ehci-dbgp.c | 150 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/tools/testing/selftests/net/mptcp/ |
| H A D | pm_nl_ctl.c | 822 char *tok, *str; in add_addr() local 1428 char *tok, *str; in set_flags() local
|