Searched refs:token (Results 1 - 25 of 104) sorted by relevance

12345

/drivers/staging/cxt1e1/
H A Dsbecom_inline_linux.h64 /* memory token */
83 OS_mem_token_free (void *token) argument
85 dev_kfree_skb_any (token);
90 OS_mem_token_free_irq (void *token) argument
92 dev_kfree_skb_irq (token);
97 OS_mem_token_data (void *token) argument
99 return ((struct sk_buff *) token)->data;
104 OS_mem_token_next (void *token) argument
111 OS_mem_token_len (void *token) argument
113 return ((struct sk_buff *) token)
118 OS_mem_token_tlen(void *token) argument
[all...]
H A Dpmcc4_sysdep.h49 * passes received memory token back to the system, <user> is parameter from
53 void sd_recv_consume(void *token, size_t len, void *user);
/drivers/staging/tidspbridge/rmgr/
H A Ddbdcd.c510 char *token = NULL; local
565 while ((token = strsep(&psz_cur, seps)) && *token != '\0') {
567 uuid_uuid_from_string(token, &dsp_uuid_obj);
570 token = strsep(&psz_cur, seps);
573 object_type = atoi(token);
966 char *token; local
980 token = strsep(&psz_cur, seps);
984 (u32) atoi(token);
985 token
1324 char *token = NULL; local
[all...]
/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h254 static inline void asd_dmatok_free(struct asd_dma_tok *token) argument
256 kmem_cache_free(asd_dma_token_cache, token);
263 struct asd_dma_tok *token = asd_dmatok_alloc(flags); local
264 if (token) {
265 token->size = size;
266 token->vaddr = dma_alloc_coherent(&asd_ha->pcidev->dev,
267 token->size,
268 &token->dma_handle,
270 if (!token->vaddr) {
271 asd_dmatok_free(token);
278 asd_free_coherent(struct asd_ha_struct *asd_ha, struct asd_dma_tok *token) argument
[all...]
/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c1021 char *sptr, *token; local
1032 token = strsep(&sptr, "=");
1033 if (!token)
1036 if (kstrtou32(token, 0, &reg_addr))
1344 char *sptr, *token; local
1359 token = strsep(&sptr, " ");
1360 if (!token)
1362 if (kstrtou8(token, 0, &pstream.user_pri))
1365 token = strsep(&sptr, " ");
1366 if (!token)
1523 char *sptr, *token; local
1660 char *sptr, *token; local
[all...]
/drivers/net/wireless/iwlegacy/
H A Diwl-spectrum.h76 u8 token; member in struct:ieee80211_measurement_request
84 u8 token; member in struct:ieee80211_measurement_report
/drivers/usb/host/
H A Dehci-q.c47 size_t len, int token, int maxpacket)
79 qtd->hw_token = cpu_to_hc32(ehci, (count << 16) | token);
160 struct urb *urb, u32 token)
175 usb_pipeendpoint(urb->pipe), token);
195 u32 token
201 if (likely (QTD_PID (token) != 2))
202 urb->actual_length += length - QTD_LENGTH (token);
209 if (unlikely (IS_SHORT_READ (token)))
213 if (token & QTD_STS_HALT) {
214 if (token
46 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, size_t len, int token, int maxpacket) argument
159 ehci_clear_tt_buffer(struct ehci_hcd *ehci, struct ehci_qh *qh, struct urb *urb, u32 token) argument
348 u32 token = 0; local
618 u32 token; local
1061 __hc32 token; local
[all...]
H A Duhci-hcd.h227 #define td_token(uhci, td) hc32_to_cpu((uhci), (td)->token)
238 #define uhci_expected_length(token) ((((token) >> TD_TOKEN_EXPLEN_SHIFT) + \
240 #define uhci_toggle(token) (((token) >> TD_TOKEN_TOGGLE_SHIFT) & 1)
241 #define uhci_endpoint(token) (((token) >> 15) & 0xf)
242 #define uhci_devaddr(token) (((token) >> TD_TOKEN_DEVADDR_SHIFT) & 0x7f)
243 #define uhci_devep(token) (((toke
262 __hc32 token; member in struct:uhci_td
[all...]
/drivers/mtd/devices/
H A Dphram.c162 static int parse_num32(uint32_t *num32, const char *token) argument
167 n = ustrtoul(token, &endp, 0);
175 static int parse_name(char **pname, const char *token) argument
180 len = strlen(token) + 1;
188 strcpy(name, token);
221 char *token[3]; local
234 token[i] = strsep(&str, ",");
239 if (!token[2])
242 ret = parse_name(&name, token[0]);
246 ret = parse_num32(&start, token[
[all...]
H A Dblock2mtd.c324 static int parse_num(size_t *num, const char *token) argument
329 n = (size_t) ustrtoul(token, &endp, 0);
361 char *token[2]; local
373 token[i] = strsep(&str, ",");
378 if (!token[0])
381 name = token[0];
385 if (token[1]) {
386 ret = parse_num(&erase_size, token[1]);
/drivers/misc/iwmc3200top/
H A Dlog.c209 char *token, *str_buf = NULL; local
227 while ((token = strsep(&str_buf, ",")) != NULL) {
228 while (isspace(*token))
229 ++token;
230 if (strict_strtol(token, HEXADECIMAL_RADIX, &val)) {
233 token);
284 char *token, *str_buf = NULL; local
308 for (i = 0; ((token = strsep(&str_buf, ",")) != NULL) &&
311 while (isspace(*token))
312 ++token;
[all...]
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y124 %token T_REGISTER
126 %token <value> T_CONST
128 %token T_EXPORT
130 %token T_DOWNLOAD
132 %token T_SCB
134 %token T_SRAM
136 %token T_ALIAS
138 %token T_SIZE
140 %token T_EXPR_LSHIFT
142 %token T_EXPR_RSHIF
[all...]
H A Daicasm_macro_gram.y79 %token <str> T_ARG
81 %token <sym> T_SYMBOL
/drivers/message/i2o/
H A Di2o_proc.c727 int token; local
741 token =
744 if (token < 0) {
745 i2o_report_query_status(seq, token, "0x0000 IOP Hardware");
781 int token; local
812 token = i2o_parm_table_get(c->exec, I2O_PARAMS_TABLE_GET, 0x0003, -1,
815 if (token < 0) {
816 i2o_report_query_status(seq, token,
858 int token; local
860 token
893 int token; local
959 int token; local
1035 int token; local
1076 int token; local
1116 int token; local
1170 int token; local
1219 int token; local
1263 int token; local
1308 int token; local
1345 int token; local
1380 int token; local
1424 int token; local
[all...]
/drivers/net/fddi/skfp/
H A Dqueue.c58 void timer_event(struct s_smc *smc, u_long token) argument
60 PRINTF("timer event class %d token %d\n",
61 EV_T_CLASS(token),
62 EV_T_EVENT(token)) ;
63 queue_event(smc,EV_T_CLASS(token),EV_T_EVENT(token));
H A Dsmttimer.c63 u_long token)
74 timer->tm_token = token ;
62 smt_timer_start(struct s_smc *smc, struct smt_timer *timer, u_long time, u_long token) argument
/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c222 char *token; member in struct:watch_adapter
228 kfree(watch->token);
233 const char *token)
245 watch->token = kstrdup(token, GFP_KERNEL);
246 if (watch->token == NULL)
264 const char *path, *token; local
272 token = adap->token;
275 tok_len = strlen(token)
232 alloc_watch_adapter(const char *path, const char *token) argument
361 char *path, *token; local
[all...]
H A Dxenbus_xs.c582 static int xs_watch(const char *path, const char *token) argument
588 iov[1].iov_base = (void *)token;
589 iov[1].iov_len = strlen(token) + 1;
595 static int xs_unwatch(const char *path, const char *token) argument
601 iov[1].iov_base = (char *)token;
602 iov[1].iov_len = strlen(token) + 1;
608 static struct xenbus_watch *find_watch(const char *token) argument
612 cmp = (void *)simple_strtoul(token, NULL, 16);
624 /* Pointer in ascii is the token. */
625 char token[sizeo local
654 char token[sizeof(watch) * 2 + 1]; local
706 char token[sizeof(watch) * 2 + 1]; local
[all...]
/drivers/s390/scsi/
H A Dzfcp_aux.c89 char *token; local
100 token = strsep(&str, ",");
101 if (!token || strlen(token) >= ZFCP_BUS_ID_SIZE)
103 strncpy(busid, token, ZFCP_BUS_ID_SIZE);
105 token = strsep(&str, ",");
106 if (!token || strict_strtoull(token, 0, (unsigned long long *) &wwpn))
109 token = strsep(&str, ",");
110 if (!token || strict_strtoul
[all...]
/drivers/infiniband/hw/ehca/
H A Dehca_cq.c175 ret = idr_get_new(&ehca_cq_idr, my_cq, &my_cq->token);
186 if (my_cq->token > 0x1FFFFFF) {
289 resp.token = my_cq->token;
316 idr_remove(&ehca_cq_idr, my_cq->token);
350 idr_remove(&ehca_cq_idr, my_cq->token);
H A Dehca_classes.h200 u32 token; member in struct:ehca_qp
243 u32 token; member in struct:ehca_cq
400 u32 token; member in struct:ehca_create_cq_resp
408 u32 token; member in struct:ehca_create_qp_resp
465 u32 token; member in struct:ehca_alloc_qp_parms
/drivers/s390/cio/
H A Dqdio.h90 static inline int do_sqbs(u64 token, unsigned char state, int queue, argument
94 register unsigned long _token asm ("1") = token;
108 static inline int do_eqbs(u64 token, unsigned char *state, int queue, argument
112 register unsigned long _token asm ("1") = token;
128 static inline int do_sqbs(u64 token, unsigned char state, int queue, argument
130 static inline int do_eqbs(u64 token, unsigned char *state, int queue, argument
/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h67 typedef void (*cpdma_handler_fn)(void *token, int len, int status);
84 int cpdma_chan_submit(struct cpdma_chan *chan, void *token, void *data,
/drivers/staging/media/as102/
H A Das102_drv.h56 /* bus token lock */
60 /* usb token */
62 } token; member in struct:as10x_bus_adapter_t
64 /* token cmd xfer id */
/drivers/staging/sep/
H A Dsep_dev.h105 * @token: SEP message token
111 u32 token; member in struct:sep_msgarea_hdr

Completed in 462 milliseconds

12345