Searched refs:token (Results 1 - 25 of 519) sorted by path

1234567891011>>

/linux-master/arch/powerpc/include/asm/
H A Ddcr-mmio.h14 void __iomem *token; member in struct:__anon64
21 return host.token != NULL;
31 return in_be32(host.token + ((host.base + dcr_n) * host.stride));
38 out_be32(host.token + ((host.base + dcr_n) * host.stride), value);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-sysparam.c33 int token; local
35 token = opal_async_get_token_interruptible();
36 if (token < 0) {
37 if (token != -ERESTARTSYS)
38 pr_err("%s: Couldn't get the token, returning\n",
40 ret = token;
44 ret = opal_get_param(token, param_id, (u64)buffer, length);
50 ret = opal_async_wait_response(token, &msg);
60 opal_async_release_token(token);
68 int ret, token; local
[all...]
/linux-master/drivers/bus/fsl-mc/
H A Ddpbp.c16 * @token: Returned token; use in subsequent API calls
21 * This function returns a unique authentication token,
23 * portal; this token must be used in all subsequent commands for
31 u16 *token)
49 *token = mc_cmd_hdr_read_token(&cmd);
59 * @token: Token of DPBP object
68 u16 token)
74 token);
85 * @token
28 dpbp_open(struct fsl_mc_io *mc_io, u32 cmd_flags, int dpbp_id, u16 *token) argument
66 dpbp_close(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) argument
89 dpbp_enable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) argument
112 dpbp_disable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) argument
135 dpbp_reset(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) argument
160 dpbp_get_attributes(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, struct dpbp_attr *attr) argument
[all...]
H A Ddpcon.c16 * @token: Returned token; use in subsequent API calls
21 * This function returns a unique authentication token,
23 * portal; this token must be used in all subsequent commands for
31 u16 *token)
50 *token = mc_cmd_hdr_read_token(&cmd);
60 * @token: Token of DPCON object
69 u16 token)
76 token);
87 * @token
28 dpcon_open(struct fsl_mc_io *mc_io, u32 cmd_flags, int dpcon_id, u16 *token) argument
67 dpcon_close(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) argument
91 dpcon_enable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) argument
115 dpcon_disable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) argument
139 dpcon_reset(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) argument
163 dpcon_get_attributes(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, struct dpcon_attr *attr) argument
201 dpcon_set_notification(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, struct dpcon_notification_cfg *cfg) argument
[all...]
H A Ddpmcp.c16 * @token: Returned token; use in subsequent API calls
21 * This function returns a unique authentication token,
23 * portal; this token must be used in all subsequent commands for
31 u16 *token)
49 *token = mc_cmd_hdr_read_token(&cmd);
58 * @token: Token of DPMCP object
67 u16 token)
73 cmd_flags, token);
83 * @token
28 dpmcp_open(struct fsl_mc_io *mc_io, u32 cmd_flags, int dpmcp_id, u16 *token) argument
65 dpmcp_close(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) argument
87 dpmcp_reset(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doclass.h25 u64 token; member in struct:nvkm_oclass
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.h248 void mthca_cmd_event(struct mthca_dev *dev, u16 token,
/linux-master/drivers/media/usb/as102/
H A Das102_drv.h31 /* bus token lock */
35 /* usb token */
37 } token; member in struct:as10x_bus_adapter_t
39 /* token cmd xfer id */
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddprtc.c17 * @token: Returned token; use in subsequent API calls
22 * This function returns a unique authentication token,
24 * portal; this token must be used in all subsequent commands for
32 u16 *token)
48 *token = mc_cmd_hdr_read_token(&cmd);
57 * @token: Token of DPRTC object
66 u16 token)
71 token);
80 * @token
29 dprtc_open(struct fsl_mc_io *mc_io, u32 cmd_flags, int dprtc_id, u16 *token) argument
64 dprtc_close(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) argument
91 dprtc_set_irq_enable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 irq_index, u8 en) argument
120 dprtc_get_irq_enable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 irq_index, u8 *en) argument
163 dprtc_set_irq_mask(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 irq_index, u32 mask) argument
195 dprtc_get_irq_mask(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 irq_index, u32 *mask) argument
235 dprtc_get_irq_status(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 irq_index, u32 *status) argument
276 dprtc_clear_irq_status(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 irq_index, u32 status) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_asm.h224 u8 token; member in struct:cmd_tgt_act
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_arm.h166 byte_mask, token, signal_master) \
171 NFP_ARM_GCSR_EXPL2_BAR_TOK(token) | \
191 #define NFP_ARM_GCSR_EXPA_CSR(mode, target, token, is_64, action, address) \
195 NFP_ARM_GCSR_EXPA_BAR_TOK(token) | \
201 #define NFP_ARM_GCSR_BULK_CSR(mode, target, token, is_64, address) \
205 NFP_ARM_GCSR_BULK_BAR_TOK(token) | \
H A Dnfp_nffw.h75 u8 action, u8 token, u64 off, void *buf, size_t len);
79 u8 action, u8 token, u64 off, u32 *value);
83 u8 action, u8 token, u64 off, u64 *value);
87 u8 action, u8 token, u64 off, void *buf, size_t len);
91 u8 action, u8 token, u64 off, u32 value);
95 u8 action, u8 token, u64 off, u64 value);
/linux-master/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h64 typedef void (*cpdma_handler_fn)(void *token, int len, int status);
80 int cpdma_chan_submit_mapped(struct cpdma_chan *chan, void *token,
82 int cpdma_chan_submit(struct cpdma_chan *chan, void *token, void *data,
84 int cpdma_chan_idle_submit_mapped(struct cpdma_chan *chan, void *token,
86 int cpdma_chan_idle_submit(struct cpdma_chan *chan, void *token, void *data,
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_macro_gram.y75 %token <str> T_ARG
77 %token <sym> T_SYMBOL
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h236 static inline void asd_dmatok_free(struct asd_dma_tok *token) argument
238 kmem_cache_free(asd_dma_token_cache, token);
245 struct asd_dma_tok *token = asd_dmatok_alloc(flags); local
246 if (token) {
247 token->size = size;
248 token->vaddr = dma_alloc_coherent(&asd_ha->pcidev->dev,
249 token->size,
250 &token->dma_handle,
252 if (!token->vaddr) {
253 asd_dmatok_free(token);
260 asd_free_coherent(struct asd_ha_struct *asd_ha, struct asd_dma_tok *token) argument
[all...]
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dlibsrp.c200 dma_addr_t token = 0; local
220 &token, GFP_KERNEL);
228 sg_dma_address(&dummy) = token;
262 if (token && dma_map) {
264 be32_to_cpu(id->table_desc.len), md, token);
/linux-master/drivers/usb/host/
H A Duhci-debug.c48 u32 status, token; local
69 token = td_token(uhci, td);
70 switch (uhci_packetid(token)) {
86 token >> 21,
87 ((token >> 19) & 1),
88 (token >> 15) & 15,
89 (token >> 8) & 127,
90 (token & 0xff),
H A Duhci-q.c135 u32 status, u32 token, u32 buffer)
138 td->token = cpu_to_hc32(uhci, token);
407 td->token ^= cpu_to_hc32(uhci,
134 uhci_fill_td(struct uhci_hcd *uhci, struct uhci_td *td, u32 status, u32 token, u32 buffer) argument
/linux-master/fs/orangefs/
H A Ddowncall.h69 __u64 token; member in struct:orangefs_listxattr_response
131 __u64 token; member in struct:orangefs_readdir_response_s
H A Dupcall.h71 __u64 token; member in struct:orangefs_readdir_request_s
78 __u64 token; member in struct:orangefs_readdirplus_request_s
134 __u64 token; member in struct:orangefs_listxattr_request_s
/linux-master/include/linux/
H A Decryptfs.h50 * key between kernel and userspace because the authentication token
103 } token; member in struct:ecryptfs_auth_tok
H A Dirqbypass.h21 * via a shared token (ex. eventfd_ctx). Producers and consumers register
22 * independently. When a token match is found, the optional @stop callback
34 * @token: opaque token to match between producer and consumer (non-NULL)
47 void *token; member in struct:irq_bypass_producer
60 * @token: opaque token to match between producer and consumer (non-NULL)
73 void *token; member in struct:irq_bypass_consumer
/linux-master/include/uapi/linux/
H A Drio_mport_cdev.h212 __u32 token; /* DMA transaction ID token */ member in struct:rio_async_tx_wait
/linux-master/tools/wmi/
H A Ddell-smbios-example.c7 * - Simple activation of a token
53 static int find_token(__u16 token, __u16 *location, __u16 *value) argument
61 ret = sprintf(value_sysfs, "%s/%04x_value", token_sysfs, token);
75 ret = sprintf(location_sysfs, "%s/%04x_location", token_sysfs, token);
109 static int query_token(__u16 token, struct dell_wmi_smbios_buffer *buffer) argument
115 ret = find_token(token, &location, &value);
117 printf("unable to find token %04x\n", token);
124 __u16 token)
130 ret = find_token(token,
123 activate_token(struct dell_wmi_smbios_buffer *buffer, __u16 token) argument
[all...]
/linux-master/arch/powerpc/boot/
H A Dopal-calls.S24 #define OPAL_CALL(name, token) \
27 li r0, token; \

Completed in 235 milliseconds

1234567891011>>