Home
last modified time | relevance | path

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

1234

/openbmc/linux/scripts/
H 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
/openbmc/linux/drivers/parisc/
H 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
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 …]
/openbmc/u-boot/tools/
H A Dmxsimage.c504 static int sb_token_to_long(char *tok, uint32_t *rid) in sb_token_to_long()
564 char *tok; in sb_build_dcd() local
620 char *tok; in sb_build_dcd_block() local
714 char *tok; in sb_build_section() local
825 char *tok; in sb_build_command_tag() local
869 char *tok; in sb_build_command_load() local
1042 char *tok; in sb_build_command_fill() local
1140 char *tok; in sb_build_command_jump_call() local
1242 char *tok; in sb_build_command_mode() local
1451 char *tok; in sb_parse_line() local
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_dev_bound_only.c27 struct nstoken *tok = NULL; in test_xdp_dev_bound_only_offdev() local
H A Dempty_skb.c11 struct nstoken *tok = NULL; in test_empty_skb() local
H A Dassign_reuse.c176 struct nstoken *tok = NULL; in test_assign_reuse() local
H A Dxdp_metadata.c284 struct nstoken *tok = NULL; in test_xdp_metadata() local
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H 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()
/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_hwec.c54 char *dup, *tok, *name, *val; in dsp_hwec_enable() local
H A Ddsp_pipeline.c196 char *dup, *next, *tok, *name, *args; in dsp_pipeline_build() local
/openbmc/linux/block/
H A Dsed-opal.c711 static void add_token_u8(int *err, struct opal_dev *cmd, u8 tok) in add_token_u8()
894 const struct opal_resp_tok *tok; in response_get_token() local
916 static ssize_t response_parse_tiny(struct opal_resp_tok *tok, in response_parse_tiny()
933 static ssize_t response_parse_short(struct opal_resp_tok *tok, in response_parse_short()
963 static ssize_t response_parse_medium(struct opal_resp_tok *tok, in response_parse_medium()
980 static ssize_t response_parse_long(struct opal_resp_tok *tok, in response_parse_long()
997 static ssize_t response_parse_token(struct opal_resp_tok *tok, in response_parse_token()
1083 const struct opal_resp_tok *tok; in response_get_string() local
1118 const struct opal_resp_tok *tok; in response_get_u64() local
1148 const struct opal_resp_tok *tok; in response_status() local
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_mitigations.c33 char *str, *sep, *tok; in mitigations_set() local
/openbmc/linux/tools/perf/arch/loongarch/annotate/
H A Dinstructions.c10 char *c, *endptr, *tok, *name; in loongarch_call__parse() local
/openbmc/linux/tools/perf/arch/s390/annotate/
H A Dinstructions.c7 char *endptr, *tok, *name; in s390_call__parse() local
/openbmc/linux/include/linux/usb/
H A Dehci-dbgp.h39 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dctrlmondata.c358 static int rdtgroup_parse_resource(char *resname, char *tok, in rdtgroup_parse_resource()
377 char *tok, *resname; in rdtgroup_schemata_write() local
/openbmc/linux/drivers/dma-buf/
H A Dselftest.c49 char *filter, *sep, *tok; in apply_subtest_filter() local
/openbmc/u-boot/common/eeprom/
H A Deeprom_field.c75 char *tok; in __eeprom_field_update_bin_delim() local
/openbmc/ipmitool/src/
H A Dipmishell.c405 char * ptr, * tok, * ret, * tmp; in ipmi_exec_main() local
/openbmc/ipmitool/lib/
H A Dipmi_event.c490 char * ptr, * tok; in ipmi_event_fromfile() local
/openbmc/linux/include/linux/
H A Dism.h53 u64 tok; member
/openbmc/u-boot/drivers/mmc/
H A Dmmc_spi.c118 u8 tok[2]; in mmc_spi_writedata() local
/openbmc/linux/include/soc/fsl/
H A Ddpaa2-global.h26 u8 tok; member
/openbmc/u-boot/board/compulab/common/
H A Deeprom.c235 char *tok = strtok(value, "."); in eeprom_field_update_bin_ver() local
/openbmc/linux/net/rxrpc/
H A Dkey.c568 u32 cnlen, toksize, ntoks, tok, zero; in rxrpc_read() local

1234