Home
last modified time | relevance | path

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

/linux-3.3/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-3.3/tools/perf/util/
Dtrace-event-parse.c437 static enum event_type __read_token(char **tok) in __read_token()
583 static void free_token(char *tok) in free_token()
589 static enum event_type read_token(char **tok) in read_token()
606 static enum event_type read_token_item(char **tok) in read_token_item()
658 static int __read_expect_type(enum event_type expect, char **tok, int newline_ok) in __read_expect_type()
669 static int read_expect_type(enum event_type expect, char **tok) in read_expect_type()
1025 process_arg(struct event *event, struct print_arg *arg, char **tok) in process_arg()
1037 process_cond(struct event *event, struct print_arg *top, char **tok) in process_cond()
1077 process_array(struct event *event, struct print_arg *top, char **tok) in process_array()
1170 process_op(struct event *event, struct print_arg *arg, char **tok) in process_op()
[all …]
Dsort.c267 int sort_dimension__add(const char *tok) in sort_dimension__add()
321 char *tmp, *tok, *str = strdup(sort_order); in setup_sorting() local
/linux-3.3/drivers/isdn/mISDN/
Ddsp_hwec.c72 char *dup, *tok, *name, *val; in dsp_hwec_enable() local
Ddsp_pipeline.c239 char *dup, *tok, *name, *args; in dsp_pipeline_build() local
/linux-3.3/net/core/
Dutils.c172 const char *s, *tok = NULL; in in6_pton() local
/linux-3.3/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.h242 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
244 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
245 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
470 #define EHCI_ITD_LENGTH(tok) (((tok)>>16) & 0x0fff) argument
/linux-3.3/tools/perf/
Dbuiltin-kmem.c617 static int sort_dimension__add(const char *tok, struct list_head *list) in sort_dimension__add()
638 char *tok; in setup_sorting() local
Dbuiltin-report.c354 char *tok, *tok2; in parse_callchain_opt() local
Dbuiltin-top.c1022 char *tok, *tok2; in parse_callchain_opt() local
Dbuiltin-script.c658 char *tok; in parse_output_fields() local
Dbuiltin-sched.c1326 static int sort_dimension__add(const char *tok, struct list_head *list) in sort_dimension__add()
1830 char *tmp, *tok, *str = strdup(sort_order); in setup_sorting() local
/linux-3.3/drivers/usb/early/
Dehci-dbgp.c148 static inline u32 dbgp_pid_write_update(u32 x, u32 tok) in dbgp_pid_write_update()
155 static inline u32 dbgp_pid_read_update(u32 x, u32 tok) in dbgp_pid_read_update()
/linux-3.3/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_cmdpkt.h38 u8 tok:1; member
/linux-3.3/net/rxrpc/
Dar-key.c1024 u32 cnlen, toksize, ntoks, tok, zero; in rxrpc_read() local
/linux-3.3/include/linux/usb/
Dehci_def.h197 #define DBGP_PID_SET(data, tok) (((data)<<8)|(tok)) argument
/linux-3.3/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.h31 u8 tok:1; /* Transmit ok. */ member
/linux-3.3/scripts/kconfig/
Dexpr.h149 #define for_all_properties(sym, st, tok) \ argument
/linux-3.3/drivers/net/wireless/rtl818x/rtl8187/
Ddev.c487 bool tok; in rtl8187b_status_cb() local
/linux-3.3/drivers/scsi/ibmvscsi/
Dibmvstgt.c51 #define h_reg_crq(ua, tok, sz)\ argument
/linux-3.3/drivers/scsi/
Daic7xxx_old.c1382 char *tok, *tok_end, *tok_end2; in aic7xxx_setup() local