Home
last modified time | relevance | path

Searched refs:token (Results 226 – 250 of 729) sorted by relevance

12345678910>>...30

/openbmc/linux/drivers/usb/host/
H A Doxu210hp-hcd.c271 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1) argument
1325 if (QTD_CERR(token)) in qtd_copy_status()
1344 token, urb->status); in qtd_copy_status()
1437 u32 token = 0; in qh_completions() local
1529 qtd->length, token); in qh_completions()
1622 u32 token; in qh_urb_transaction() local
1635 token = QTD_STS_ACTIVE; in qh_urb_transaction()
1656 token ^= QTD_TOGGLE; in qh_urb_transaction()
1708 token ^= QTD_TOGGLE; in qh_urb_transaction()
1997 __le32 token; in qh_append_tds() local
[all …]
H A Duhci-debug.c48 u32 status, token; in uhci_show_td() local
69 token = td_token(uhci, td); in uhci_show_td()
70 switch (uhci_packetid(token)) { in uhci_show_td()
86 token >> 21, in uhci_show_td()
87 ((token >> 19) & 1), in uhci_show_td()
88 (token >> 15) & 15, in uhci_show_td()
89 (token >> 8) & 127, in uhci_show_td()
90 (token & 0xff), in uhci_show_td()
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlalchemy.py80 token = Column(Text, nullable=False) variable in Users
507 Users.token,
518 return map_user(row), row.token
523 async def set_user_token(self, username, token): argument
531 token=token,
555 async def new_user(self, username, permissions, token): argument
562 token=token,
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dioctl.h26 __u64 token; member
52 __u64 token; member
/openbmc/linux/tools/perf/util/
H A Dparse-events.l22 static int __value(YYSTYPE *yylval, char *str, int base, int token) in __value() argument
32 return token; in __value()
43 static int str(yyscan_t scanner, int token) in str() argument
63 return token; in str()
81 static int drv_str(yyscan_t scanner, int token) in drv_str() argument
88 return token; in drv_str()
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py497 token = p[2]
500 token = p[1]
502 if isinstance(token, tuple):
503 if token[0]=='io_redirect':
504 p[0] = suffix + [token]
507 p[0] = suffix + [('TOKEN', token[1])]
509 p[0] = suffix + [('TOKEN', token)]
644 n = yacc.token()
/openbmc/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c3330 int token; in srp_parse_options() local
3346 switch (token) { in srp_parse_options()
3474 if (token < 1) { in srp_parse_options()
3493 if (token < 1) { in srp_parse_options()
3509 if (token < 1) { in srp_parse_options()
3558 if (token < 1 || token > 255) { in srp_parse_options()
3583 if (token < 1 || token > SG_MAX_SEGMENTS) { in srp_parse_options()
3599 if (token < 0) { in srp_parse_options()
3614 if (token < 2 || token > 7) { in srp_parse_options()
3630 if (token < 0) { in srp_parse_options()
[all …]
/openbmc/linux/fs/orangefs/
H A Dupcall.h71 __u64 token; member
78 __u64 token; member
134 __u64 token; member
H A Ddowncall.h69 __u64 token; member
131 __u64 token; member
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dxmlrpcserver.py137 token = hashlib.md5(str(time.time()).encode("utf-8")).hexdigest()
138 self.server.connection_token = token
140 return token
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dnvidia,tegra-vde.yaml59 - const: sync-token
109 interrupts = <0 9 4>, /* Sync token */
112 interrupt-names = "sync-token", "bsev", "sxe";
/openbmc/linux/kernel/cgroup/
H A Dmisc.c251 char *token; in misc_cg_max_write() local
254 token = strsep(&buf, " "); in misc_cg_max_write()
256 if (!token || !buf) in misc_cg_max_write()
260 if (!strcmp(misc_res_name[i], token)) { in misc_cg_max_write()
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6apm.c508 int token; in graph_callback() local
518 token = hdr->token & APM_WRITE_TOKEN_MASK; in graph_callback()
521 phys = graph->rx_data.buf[token].phys; in graph_callback()
529 graph->cb(client_event, hdr->token, data->payload, graph->priv); in graph_callback()
541 if (hdr->token == SNDRV_PCM_STREAM_PLAYBACK) in graph_callback()
554 phys = graph->tx_data.buf[hdr->token].phys; in graph_callback()
562 graph->cb(client_event, hdr->token, data->payload, graph->priv); in graph_callback()
571 graph->cb(client_event, hdr->token, data->payload, graph->priv); in graph_callback()
578 if (hdr->token == SNDRV_PCM_STREAM_PLAYBACK) in graph_callback()
H A Dq6adm.c136 copp_idx = (hdr->token) & 0XFF; in q6adm_callback()
137 port_idx = ((hdr->token) >> 16) & 0xFF; in q6adm_callback()
140 port_idx, hdr->token); in q6adm_callback()
145 copp_idx, hdr->token); in q6adm_callback()
290 close.hdr.token = port_id << 16 | copp_idx; in q6adm_device_close()
344 pkt->hdr.token = port_id << 16 | copp->copp_idx; in q6adm_device_open()
488 pkt->hdr.token = 0; in q6adm_matrix_map()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp78 std::string token = fileName.substr(0, fileName.find("_")); in fileNameToTimestamp() local
80 if (token.length() >= 14) in fileNameToTimestamp()
86 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp()
96 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp()
106 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp()
116 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp()
126 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp()
136 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp()
146 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp()
156 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp()
/openbmc/linux/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c140 void *token; member
1064 writel_relaxed((uintptr_t)si->token, &desc->sw_token); in cpdma_chan_submit_si()
1087 si.token = token; in cpdma_chan_idle_submit()
1104 int cpdma_chan_idle_submit_mapped(struct cpdma_chan *chan, void *token, in cpdma_chan_idle_submit_mapped() argument
1112 si.token = token; in cpdma_chan_idle_submit_mapped()
1137 si.token = token; in cpdma_chan_submit()
1154 int cpdma_chan_submit_mapped(struct cpdma_chan *chan, void *token, in cpdma_chan_submit_mapped() argument
1162 si.token = token; in cpdma_chan_submit_mapped()
1201 uintptr_t token; in __cpdma_chan_free() local
1203 token = desc_read(desc, sw_token); in __cpdma_chan_free()
[all …]
/openbmc/linux/drivers/s390/cio/
H A Dscm.c227 u64 token = 0; in scm_update_information() local
236 ret = chsc_scm_info(scm_info, token); in scm_update_information()
249 token = scm_info->restok; in scm_update_information()
250 } while (token); in scm_update_information()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dbuild.c1454 char *tokens[MTD_PARAM_MAX_COUNT], *token; in ubi_mtd_param_parse() local
1494 token = tokens[1]; in ubi_mtd_param_parse()
1495 if (token) { in ubi_mtd_param_parse()
1496 p->vid_hdr_offs = bytes_str_to_int(token); in ubi_mtd_param_parse()
1502 token = tokens[2]; in ubi_mtd_param_parse()
1503 if (token) { in ubi_mtd_param_parse()
1508 token); in ubi_mtd_param_parse()
1513 token = tokens[3]; in ubi_mtd_param_parse()
1514 if (token) { in ubi_mtd_param_parse()
1515 int err = kstrtoint(token, 10, &p->ubi_num); in ubi_mtd_param_parse()
[all …]
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c2186 token, status); in qtd_copy_status()
2280 u32 token = 0; in qh_completions() local
2344 token); in qh_completions()
2347 token); in qh_completions()
2397 token); in qh_completions()
2432 urb, token); in qh_completions()
2533 u32 token; in qh_urb_transaction() local
2546 token = QTD_STS_ACTIVE; in qh_urb_transaction()
2559 token ^= QTD_TOGGLE; in qh_urb_transaction()
2621 token ^= QTD_TOGGLE; in qh_urb_transaction()
[all …]
/openbmc/u-boot/board/gdsys/common/
H A Dphy.c19 u8 token; member
133 switch (setupcmd->token) { in process_setupcmd()
187 setupcmd[k].token, bus, addr); in process_setup()
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_cca_key.h169 struct cca_token_hdr token; in zcrypt_type6_crt_key() member
198 key->token.token_identifier = CCA_TKN_HDR_ID_EXT; in zcrypt_type6_crt_key()
199 key->token.token_length = size - 6; in zcrypt_type6_crt_key()
H A Dzcrypt_ccamisc.c54 const u8 *token, int keybitsize) in cca_check_secaeskeytoken() argument
93 const u8 *token, int keybitsize, in cca_check_secaescipherkey() argument
180 const u8 *token, size_t keysize, in cca_check_sececckeytoken() argument
599 u8 token[]; /* cca secure key token */ in cca_sec2protkey() member
1101 u8 *token; in cca_clr2cipherkey() local
1111 if (!token) in cca_clr2cipherkey()
1120 t = (struct cipherkeytoken *)token; in cca_clr2cipherkey()
1141 clrkey, keybitsize, token, &tokensize); in cca_clr2cipherkey()
1157 NULL, keybitsize, token, &tokensize); in cca_clr2cipherkey()
1170 memcpy(keybuf, token, tokensize); in cca_clr2cipherkey()
[all …]
/openbmc/u-boot/cmd/
H A Dpxe.c859 struct token { struct
867 static const struct token keywords[] = { argument
921 static char *get_string(char **p, struct token *t, char delim, int lower) in get_string()
972 static void get_keyword(struct token *t) in get_keyword()
990 static void get_token(char **p, struct token *t, enum lex_state state) in get_token()
1054 struct token t; in parse_sliteral()
1074 struct token t; in parse_integer()
1146 struct token t; in parse_menu()
1182 struct token t; in parse_label_menu()
1248 struct token t; in parse_label()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py1318 for index, token in enumerate(tokens):
1339 m = self.attribselect_re.match(token)
1345 elif '#' in token:
1352 elif '.' in token:
1360 elif ':' in token:
1401 elif token == '*':
1404 elif token == '>':
1408 elif token == '~':
1412 elif token == '+':
1420 elif self.tag_name_re.match(token):
[all …]
/openbmc/linux/fs/btrfs/
H A Daccessors.h14 void btrfs_init_map_token(struct btrfs_map_token *token, struct extent_buffer *eb);
48 u##bits btrfs_get_token_##bits(struct btrfs_map_token *token, \
50 void btrfs_set_token_##bits(struct btrfs_map_token *token, \
76 static inline u##bits btrfs_token_##name(struct btrfs_map_token *token, \
80 return btrfs_get_token_##bits(token, s, offsetof(type, member));\
82 static inline void btrfs_set_token_##name(struct btrfs_map_token *token,\
86 btrfs_set_token_##bits(token, s, offsetof(type, member), val); \
465 struct btrfs_item *item = btrfs_item_nr(token->eb, slot); \
466 return btrfs_token_raw_item_##member(token, item); \
471 struct btrfs_item *item = btrfs_item_nr(token->eb, slot); \
[all …]

12345678910>>...30