Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/parisc/
Dlba_pci.c147 #define LBA_CFG_BUS(tok) ((u8) ((tok)>>16)) argument
148 #define LBA_CFG_DEV(tok) ((u8) ((tok)>>11) & 0x1f) argument
149 #define LBA_CFG_FUNC(tok) ((u8) ((tok)>>8 ) & 0x7) argument
207 #define LBA_CFG_SETUP(d, tok) { \ argument
234 #define LBA_CFG_PROBE(d, tok) { \ argument
285 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, error) { \ argument
339 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) in lba_rd_cfg()
369 u32 tok = LBA_CFG_TOK(local_bus, devfn); in elroy_cfg_read() local
407 lba_wr_cfg(struct lba_device *d, u32 tok, u8 reg, u32 data, u32 size) in lba_wr_cfg()
436 u32 tok = LBA_CFG_TOK(local_bus,devfn); in elroy_cfg_write() local
[all …]
/linux-2.6.39/tools/perf/util/
Dtrace-event-parse.c438 static enum event_type __read_token(char **tok) in __read_token()
584 static void free_token(char *tok) in free_token()
590 static enum event_type read_token(char **tok) in read_token()
607 static enum event_type read_token_item(char **tok) in read_token_item()
659 static int __read_expect_type(enum event_type expect, char **tok, int newline_ok) in __read_expect_type()
670 static int read_expect_type(enum event_type expect, char **tok) in read_expect_type()
1026 process_arg(struct event *event, struct print_arg *arg, char **tok) in process_arg()
1038 process_cond(struct event *event, struct print_arg *top, char **tok) in process_cond()
1078 process_array(struct event *event, struct print_arg *top, char **tok) in process_array()
1171 process_op(struct event *event, struct print_arg *arg, char **tok) in process_op()
[all …]
Dsort.c269 int sort_dimension__add(const char *tok) in sort_dimension__add()
323 char *tmp, *tok, *str = strdup(sort_order); in setup_sorting() local
/linux-2.6.39/drivers/isdn/mISDN/
Ddsp_hwec.c72 char *dup, *tok, *name, *val; in dsp_hwec_enable() local
Ddsp_pipeline.c238 char *dup, *tok, *name, *args; in dsp_pipeline_build() local
/linux-2.6.39/net/core/
Dutils.c171 const char *s, *tok = NULL; in in6_pton() local
/linux-2.6.39/tools/perf/
Dbuiltin-report.c321 char *tok, *tok2; in parse_callchain_opt() local
Dbuiltin-kmem.c613 static int sort_dimension__add(const char *tok, struct list_head *list) in sort_dimension__add()
634 char *tok; in setup_sorting() local
Dbuiltin-script.c452 char *tok; in parse_output_fields() local
Dbuiltin-sched.c1323 static int sort_dimension__add(const char *tok, struct list_head *list) in sort_dimension__add()
1820 char *tmp, *tok, *str = strdup(sort_order); in setup_sorting() local
/linux-2.6.39/drivers/usb/host/
Doxu210hp.h185 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
209 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
211 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
212 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
Dehci.h225 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
227 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
228 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
451 #define EHCI_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
/linux-2.6.39/drivers/usb/early/
Dehci-dbgp.c145 static inline u32 dbgp_pid_write_update(u32 x, u32 tok) in dbgp_pid_write_update()
152 static inline u32 dbgp_pid_read_update(u32 x, u32 tok) in dbgp_pid_read_update()
/linux-2.6.39/drivers/staging/rtl8192e/
Dr819xE_cmdpkt.h41 u8 tok:1; /* Transmit ok. */ member
/linux-2.6.39/net/rxrpc/
Dar-key.c1026 u32 cnlen, toksize, ntoks, tok, zero; in rxrpc_read() local
/linux-2.6.39/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.h31 u8 tok:1; /* Transmit ok. */ member
/linux-2.6.39/include/linux/usb/
Dehci_def.h192 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
/linux-2.6.39/scripts/kconfig/
Dexpr.h152 #define for_all_properties(sym, st, tok) \ argument
/linux-2.6.39/drivers/net/wireless/rtl818x/rtl8187/
Ddev.c486 bool tok; in rtl8187b_status_cb() local
/linux-2.6.39/drivers/scsi/ibmvscsi/
Dibmvstgt.c51 #define h_reg_crq(ua, tok, sz)\ argument
/linux-2.6.39/drivers/scsi/
Daic7xxx_old.c1382 char *tok, *tok_end, *tok_end2; in aic7xxx_setup() local