Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 161) sorted by relevance

1234567

/drivers/net/ethernet/freescale/dpaa2/
Ddpni.c95 u16 *token) in dpni_open()
133 u16 token) in dpni_close()
160 u16 token, in dpni_set_pools()
195 u16 token) in dpni_enable()
218 u16 token) in dpni_disable()
242 u16 token, in dpni_is_enabled()
276 u16 token) in dpni_reset()
306 u16 token, in dpni_set_irq_enable()
337 u16 token, in dpni_get_irq_enable()
384 u16 token, in dpni_set_irq_mask()
[all …]
Ddprtc.c32 u16 *token) in dprtc_open()
66 u16 token) in dprtc_close()
93 u16 token, in dprtc_set_irq_enable()
122 u16 token, in dprtc_get_irq_enable()
165 u16 token, in dprtc_set_irq_mask()
197 u16 token, in dprtc_get_irq_mask()
237 u16 token, in dprtc_get_irq_status()
278 u16 token, in dprtc_clear_irq_status()
/drivers/staging/fsl-dpaa2/ethsw/
Ddpsw.c44 u16 *token) in dpsw_open()
81 u16 token) in dpsw_close()
104 u16 token) in dpsw_enable()
127 u16 token) in dpsw_disable()
150 u16 token) in dpsw_reset()
180 u16 token, in dpsw_set_irq_enable()
217 u16 token, in dpsw_set_irq_mask()
250 u16 token, in dpsw_get_irq_status()
293 u16 token, in dpsw_clear_irq_status()
323 u16 token, in dpsw_get_attributes()
[all …]
/drivers/crypto/caam/
Ddpseci.c28 u16 *token) in dpseci_open()
59 int dpseci_close(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) in dpseci_close()
77 int dpseci_enable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) in dpseci_enable()
95 int dpseci_disable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) in dpseci_disable()
115 int dpseci_is_enabled(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, in dpseci_is_enabled()
144 int dpseci_get_attributes(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, in dpseci_get_attributes()
179 int dpseci_set_rx_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, in dpseci_set_rx_queue()
213 int dpseci_get_rx_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, in dpseci_get_rx_queue()
253 int dpseci_get_tx_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, in dpseci_get_tx_queue()
286 int dpseci_get_sec_attr(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, in dpseci_get_sec_attr()
[all …]
/drivers/bus/fsl-mc/
Ddprc.c25 u16 *token) in dprc_open()
62 u16 token) in dprc_close()
87 u16 token, in dprc_set_irq()
125 u16 token, in dprc_set_irq_enable()
161 u16 token, in dprc_set_irq_mask()
193 u16 token, in dprc_get_irq_status()
235 u16 token, in dprc_clear_irq_status()
264 u16 token, in dprc_get_attributes()
302 u16 token, in dprc_get_obj_count()
343 u16 token, in dprc_get_obj()
[all …]
Ddpcon.c31 u16 *token) in dpcon_open()
69 u16 token) in dpcon_close()
93 u16 token) in dpcon_enable()
117 u16 token) in dpcon_disable()
141 u16 token) in dpcon_reset()
165 u16 token, in dpcon_get_attributes()
203 u16 token, in dpcon_set_notification()
Ddpbp.c31 u16 *token) in dpbp_open()
68 u16 token) in dpbp_close()
91 u16 token) in dpbp_enable()
114 u16 token) in dpbp_disable()
137 u16 token) in dpbp_reset()
162 u16 token, in dpbp_get_attributes()
Ddpmcp.c31 u16 *token) in dpmcp_open()
67 u16 token) in dpmcp_close()
89 u16 token) in dpmcp_reset()
/drivers/soc/fsl/dpio/
Ddpio.c38 u16 *token) in dpio_open()
71 u16 token) in dpio_close()
93 u16 token) in dpio_enable()
115 u16 token) in dpio_disable()
138 u16 token, in dpio_get_attributes()
171 u16 token, in dpio_set_stashing_destination()
226 u16 token) in dpio_reset()
/drivers/usb/host/
Dehci-q.c38 size_t len, int token, int maxpacket) in qtd_fill()
156 struct urb *urb, u32 token) in ehci_clear_tt_buffer()
191 u32 token in qtd_copy_status()
325 u32 token = 0; in qh_completions() local
585 u32 token; in qh_urb_transaction() local
1060 __hc32 token; in qh_append_tds() local
1180 u32 token; in submit_single_step_set_feature() local
Duhci-hcd.h238 #define uhci_expected_length(token) ((((token) >> TD_TOKEN_EXPLEN_SHIFT) + \ argument
240 #define uhci_toggle(token) (((token) >> TD_TOKEN_TOGGLE_SHIFT) & 1) argument
241 #define uhci_endpoint(token) (((token) >> 15) & 0xf) argument
242 #define uhci_devaddr(token) (((token) >> TD_TOKEN_DEVADDR_SHIFT) & 0x7f) argument
243 #define uhci_devep(token) (((token) >> TD_TOKEN_DEVADDR_SHIFT) & 0x7ff) argument
244 #define uhci_packetid(token) ((token) & TD_TOKEN_PID_MASK) argument
245 #define uhci_packetout(token) (uhci_packetid(token) != USB_PID_IN) argument
246 #define uhci_packetin(token) (uhci_packetid(token) == USB_PID_IN) argument
262 __hc32 token; member
/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_rtsym.c227 u8 action, u8 token, u64 off, u32 *cpp_id, u64 *addr) in nfp_rtsym_to_dest()
258 u8 action, u8 token, u64 off, void *buf, size_t len) in __nfp_rtsym_read()
295 u8 action, u8 token, u64 off, u32 *value) in __nfp_rtsym_readl()
321 u8 action, u8 token, u64 off, u64 *value) in __nfp_rtsym_readq()
352 u8 action, u8 token, u64 off, void *buf, size_t len) in __nfp_rtsym_write()
380 u8 action, u8 token, u64 off, u32 value) in __nfp_rtsym_writel()
406 u8 action, u8 token, u64 off, u64 value) in __nfp_rtsym_writeq()
/drivers/xen/xenbus/
Dxenbus_xs.c655 static int xs_watch(const char *path, const char *token) in xs_watch()
668 static int xs_unwatch(const char *path, const char *token) in xs_unwatch()
681 static struct xenbus_watch *find_watch(const char *token) in find_watch()
760 char token[sizeof(watch) * 2 + 1]; in register_xenbus_watch() local
789 char token[sizeof(watch) * 2 + 1]; in unregister_xenbus_watch() local
838 char token[sizeof(watch) * 2 + 1]; in xs_resume() local
Dxenbus_dev_frontend.c230 char *token; member
241 const char *token) in alloc_watch_adapter()
268 const char *token) in watch_fired()
499 char *path, *token; in xenbus_write_watch() local
Dxenbus_probe_frontend.c90 const char *path, const char *token) in backend_changed()
157 const char *path, const char *token) in frontend_changed()
336 const char *path, const char *token) in xenbus_reset_backend_state_changed()
Dxenbus_probe_backend.c184 const char *path, const char *token) in frontend_changed()
207 const char *path, const char *token) in backend_changed()
/drivers/mtd/devices/
Dphram.c138 static int parse_num64(uint64_t *num64, char *token) in parse_num64()
171 static int parse_name(char **pname, const char *token) in parse_name()
219 char *token[3]; in phram_setup() local
/drivers/rtc/
Drtc-opal.c118 int rc, token; in opal_get_tpo_time() local
173 int token, rc; in opal_set_tpo_time() local
/drivers/gpu/drm/nouveau/include/nvif/
Devent.h11 __u64 token; /* must be unique */ member
19 __u64 token; member
/drivers/xen/
Dmanage.c220 const char *path, const char *token) in shutdown_handler()
269 const char *token) in sysrq_handler()
/drivers/net/wireless/intel/iwlegacy/
Diwl-spectrum.h61 u8 token; member
69 u8 token; member
/drivers/gpu/drm/nouveau/nvif/
Duserc361.c25 nvif_userc361_doorbell(struct nvif_user *user, u32 token) in nvif_userc361_doorbell()
/drivers/misc/cxl/
Dflash.c53 static int rcall(int token, char *buf, s32 scope) in rcall()
113 int token; in update_node() local
177 int token, rc, i; in update_devicetree() local
/drivers/platform/x86/
Ddell-laptop.c904 struct calling_interface_token *token; in dell_send_intensity() local
926 struct calling_interface_token *token; in dell_get_intensity() local
1364 struct calling_interface_token *token; in kbd_set_token_bit() local
1383 struct calling_interface_token *token; in kbd_get_token_bit() local
2140 struct calling_interface_token *token; in micmute_led_set() local
2166 struct calling_interface_token *token; in dell_init() local
/drivers/infiniband/hw/hns/
Dhns_roce_cmd.c45 u8 op_modifier, u16 op, u16 token, in hns_roce_cmd_mbox_post_hw()
93 void hns_roce_cmd_event(struct hns_roce_dev *hr_dev, u16 token, u8 status, in hns_roce_cmd_event()

1234567