Home
last modified time | relevance | path

Searched defs:u (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/drivers/xen/
A Devtchn.c96 static unsigned int evtchn_ring_offset(struct per_user_data *u, in evtchn_ring_offset()
165 struct per_user_data *u = evtchn->user; in evtchn_interrupt() local
205 struct per_user_data *u = file->private_data; in evtchn_read() local
277 struct per_user_data *u = file->private_data; in evtchn_write() local
318 static int evtchn_resize_ring(struct per_user_data *u) in evtchn_resize_ring()
422 static void evtchn_unbind_from_user(struct per_user_data *u, in evtchn_unbind_from_user()
439 struct per_user_data *u = file->private_data; in evtchn_ioctl() local
625 struct per_user_data *u = file->private_data; in evtchn_poll() local
637 struct per_user_data *u = filp->private_data; in evtchn_fasync() local
643 struct per_user_data *u; in evtchn_open() local
[all …]
A Dgntdev.c655 struct ioctl_gntdev_map_grant_ref __user *u) in gntdev_ioctl_map_grant_ref()
690 struct ioctl_gntdev_unmap_grant_ref __user *u) in gntdev_ioctl_unmap_grant_ref()
713 struct ioctl_gntdev_get_offset_for_vaddr __user *u) in gntdev_ioctl_get_offset_for_vaddr()
745 static long gntdev_ioctl_notify(struct gntdev_priv *priv, void __user *u) in gntdev_ioctl_notify()
965 static long gntdev_ioctl_grant_copy(struct gntdev_priv *priv, void __user *u) in gntdev_ioctl_grant_copy()
A Dgntdev-dmabuf.c50 } u; member
724 struct ioctl_gntdev_dmabuf_exp_from_refs __user *u) in gntdev_ioctl_dmabuf_exp_from_refs()
765 struct ioctl_gntdev_dmabuf_exp_wait_released __user *u) in gntdev_ioctl_dmabuf_exp_wait_released()
777 struct ioctl_gntdev_dmabuf_imp_to_refs __user *u) in gntdev_ioctl_dmabuf_imp_to_refs()
808 struct ioctl_gntdev_dmabuf_imp_release __user *u) in gntdev_ioctl_dmabuf_imp_release()
/drivers/xen/xenbus/
A Dxenbus_dev_frontend.c112 } u; member
129 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_read() local
308 struct xenbus_file_priv *u; in xenbus_worker() local
341 struct xenbus_file_priv *u; in xenbus_file_free() local
352 struct xenbus_file_priv *u, uint32_t tx_id) in xenbus_get_transaction()
365 struct xenbus_file_priv *u = req->par; in xenbus_dev_queue_reply() local
447 struct xenbus_file_priv *u) in xenbus_write_transaction()
554 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_write() local
651 struct xenbus_file_priv *u; in xenbus_file_open() local
680 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_release() local
[all …]
/drivers/crypto/cavium/cpt/
A Dcpt_hw_types.h74 u64 u[8]; member
160 u64 u; member
189 u64 u; member
222 u64 u; member
285 u64 u; member
335 u64 u; member
370 u64 u; member
410 u64 u; member
439 u64 u; member
468 u64 u; member
[all …]
/drivers/tty/serial/
A Dserial-tegra.c592 static void tegra_uart_start_tx(struct uart_port *u) in tegra_uart_start_tx()
617 static void tegra_uart_stop_tx(struct uart_port *u) in tegra_uart_stop_tx()
731 struct uart_port *u = &tup->uport; in tegra_uart_rx_dma_complete() local
838 struct uart_port *u = &tup->uport; in tegra_uart_isr() local
912 static void tegra_uart_stop_rx(struct uart_port *u) in tegra_uart_stop_rx()
1205 static int tegra_uart_startup(struct uart_port *u) in tegra_uart_startup()
1267 static void tegra_uart_shutdown(struct uart_port *u) in tegra_uart_shutdown()
1560 struct uart_port *u; in tegra_uart_probe() local
1622 struct uart_port *u = &tup->uport; in tegra_uart_remove() local
1631 struct uart_port *u = &tup->uport; in tegra_uart_suspend() local
[all …]
A Dmxs-auart.c668 static int mxs_auart_request_port(struct uart_port *u) in mxs_auart_request_port()
673 static int mxs_auart_verify_port(struct uart_port *u, in mxs_auart_verify_port()
685 static const char *mxs_auart_type(struct uart_port *u) in mxs_auart_type()
692 static void mxs_auart_release_port(struct uart_port *u) in mxs_auart_release_port()
738 static u32 mxs_auart_get_mctrl(struct uart_port *u) in mxs_auart_get_mctrl()
941 static void mxs_auart_settermios(struct uart_port *u, in mxs_auart_settermios()
1165 static int mxs_auart_startup(struct uart_port *u) in mxs_auart_startup()
1203 static void mxs_auart_shutdown(struct uart_port *u) in mxs_auart_shutdown()
1236 static void mxs_auart_start_tx(struct uart_port *u) in mxs_auart_start_tx()
1246 static void mxs_auart_stop_tx(struct uart_port *u) in mxs_auart_stop_tx()
[all …]
A Darc_uart.c69 #define UART_REG_SET(u, r, v) writeb((v), RBASE(u, r)) argument
70 #define UART_REG_GET(u, r) readb(RBASE(u, r)) argument
72 #define UART_REG_OR(u, r, v) UART_REG_SET(u, r, UART_REG_GET(u, r) | (v)) argument
73 #define UART_REG_CLR(u, r, v) UART_REG_SET(u, r, UART_REG_GET(u, r) & ~(v)) argument
/drivers/mtd/ubi/
A Ddebug.h207 #define ubi_dbg_fail_bitflip(u) false argument
208 #define ubi_dbg_fail_write(u) false argument
209 #define ubi_dbg_fail_erase(u) false argument
210 #define ubi_dbg_fail_power_cut(u, c) false argument
211 #define ubi_dbg_fail_read(u, c) false argument
212 #define ubi_dbg_fail_eccerr(u) false argument
213 #define ubi_dbg_fail_ff(u, c) false argument
214 #define ubi_dbg_fail_ff_bitflips(u, v) false argument
215 #define ubi_dbg_fail_bad_hdr(u, c) false argument
216 #define ubi_dbg_fail_bad_hdr_ebadmsg(u, c) false argument
/drivers/crypto/marvell/octeontx/
A Dotx_cpt_hw_types.h298 u64 u; member
327 u64 u; member
360 u64 u; member
423 u64 u; member
473 u64 u; member
508 u64 u; member
548 u64 u; member
577 u64 u; member
606 u64 u; member
642 u64 u; member
[all …]
/drivers/crypto/marvell/octeontx2/
A Dotx2_cpt_hw_types.h220 u64 u[8]; member
303 u64 u; member
319 u64 u; member
339 u64 u; member
361 u64 u; member
378 u64 u; member
393 u64 u; member
407 u64 u; member
433 u64 u; member
454 u64 u; member
[all …]
/drivers/hid/
A Dhid-picolcd_debugfs.c72 static ssize_t picolcd_debug_eeprom_read(struct file *f, char __user *u, in picolcd_debug_eeprom_read()
111 static ssize_t picolcd_debug_eeprom_write(struct file *f, const char __user *u, in picolcd_debug_eeprom_write()
180 char __user *u, size_t s, loff_t *off) in _picolcd_flash_read()
215 static ssize_t picolcd_debug_flash_read(struct file *f, char __user *u, in picolcd_debug_flash_read()
262 const char __user *u, size_t s, loff_t *off) in _picolcd_flash_write()
298 static ssize_t picolcd_debug_flash_write(struct file *f, const char __user *u, in picolcd_debug_flash_write()
A Dhid-wiimote-debug.c23 static ssize_t wiidebug_eeprom_read(struct file *f, char __user *u, size_t s, in wiidebug_eeprom_read()
124 static ssize_t wiidebug_drm_write(struct file *f, const char __user *u, in wiidebug_drm_write()
/drivers/mailbox/
A Domap-mailbox.c33 #define OMAP2_MAILBOX_IRQSTATUS(u) (0x100 + 8 * (u)) argument
34 #define OMAP2_MAILBOX_IRQENABLE(u) (0x104 + 8 * (u)) argument
36 #define OMAP4_MAILBOX_IRQSTATUS(u) (0x104 + 0x10 * (u)) argument
37 #define OMAP4_MAILBOX_IRQENABLE(u) (0x108 + 0x10 * (u)) argument
38 #define OMAP4_MAILBOX_IRQENABLE_CLR(u) (0x10c + 0x10 * (u)) argument
40 #define MAILBOX_IRQSTATUS(type, u) (type ? OMAP4_MAILBOX_IRQSTATUS(u) : \ argument
42 #define MAILBOX_IRQENABLE(type, u) (type ? OMAP4_MAILBOX_IRQENABLE(u) : \ argument
44 #define MAILBOX_IRQDISABLE(type, u) (type ? OMAP4_MAILBOX_IRQENABLE_CLR(u) \ argument
/drivers/tty/
A Dtty_ioctl.c396 struct termios2 __user *u) in user_termios_to_kernel_termios()
400 __weak int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios()
406 struct termios __user *u) in user_termios_to_kernel_termios_1()
410 __weak int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1()
419 struct termios __user *u) in user_termios_to_kernel_termios()
423 __weak int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios()
/drivers/gpu/drm/radeon/
A Dr600_dpm.c201 u32 *p, u32 *u) in r600_calculate_u_and_p()
336 void r600_set_bsp(struct radeon_device *rdev, u32 u, u32 p) in r600_set_bsp()
373 void r600_set_tpu(struct radeon_device *rdev, u32 u) in r600_set_tpu()
383 void r600_set_sstu(struct radeon_device *rdev, u32 u) in r600_set_sstu()
398 void r600_set_fctu(struct radeon_device *rdev, u32 u) in r600_set_fctu()
418 void r600_set_vddc3d_oorsu(struct radeon_device *rdev, u32 u) in r600_set_vddc3d_oorsu()
504 void r600_vid_rt_set_ssu(struct radeon_device *rdev, u32 u) in r600_vid_rt_set_ssu()
509 void r600_vid_rt_set_vru(struct radeon_device *rdev, u32 u) in r600_vid_rt_set_vru()
/drivers/gpu/drm/vmwgfx/device_include/
A Dvm_basic_types.h85 uint64 u; member
89 uint64 u; member
95 uint64 u; member
/drivers/md/bcache/
A Dsuper.c420 struct uuid_entry *u; in uuid_io() local
536 struct uuid_entry *u; in uuid_find() local
831 struct uuid_entry *u = d->c->uuids + d->id; in bcache_device_detach() local
1192 struct uuid_entry *u; in bch_cached_dev_attach() local
1519 static int flash_dev_run(struct cache_set *c, struct uuid_entry *u) in flash_dev_run()
1565 struct uuid_entry *u; in flash_devs_run() local
1578 struct uuid_entry *u; in bch_flash_dev_create() local
/drivers/s390/crypto/
A Dzcrypt_msgtype50.c106 unsigned char u[64]; member
119 unsigned char u[128]; member
132 unsigned char u[256]; member
263 unsigned char *p, *q, *dp, *dq, *u, *inp; in ICACRT_msg_to_type50CRT_msg() local
/drivers/gpu/drm/nouveau/include/nvkm/subdev/
A Dtimer.h66 #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) argument
74 #define nvkm_wait_usec(d,u,addr,mask,data) \ argument
/drivers/usb/renesas_usbhs/
A Dmod_host.c123 #define usbhsh_ep_to_uep(u) ((u)->hcpriv) argument
124 #define usbhsh_uep_to_pipe(u) ((u)->pipe) argument
125 #define usbhsh_uep_to_udev(u) ((u)->udev) argument
126 #define usbhsh_uep_to_ep(u) ((u)->ep) argument
128 #define usbhsh_urb_to_ureq(u) ((u)->hcpriv) argument
129 #define usbhsh_urb_to_usbv(u) ((u)->dev) argument
/drivers/usb/host/
A Duhci-hcd.h470 #define uhci_dev(u) (uhci_to_hcd(u)->self.controller) argument
552 #define uhci_has_pci_registers(u) ((u)->io_addr != 0) argument
555 #define uhci_has_pci_registers(u) 0 argument
560 #define uhci_big_endian_mmio(u) ((u)->big_endian_mmio) argument
562 #define uhci_big_endian_mmio(u) 0 argument
689 #define uhci_big_endian_desc(u) ((u)->big_endian_desc) argument
/drivers/gpu/drm/nouveau/
A Dnouveau_uvmm.c526 struct drm_gpuva_op_unmap *u = &op->unmap; in nouveau_uvmm_sm_prepare_unwind() local
606 op_unmap_prepare(struct drm_gpuva_op_unmap *u) in op_unmap_prepare()
687 struct drm_gpuva_op_unmap *u = &op->unmap; in nouveau_uvmm_sm_prepare() local
787 op_unmap(struct drm_gpuva_op_unmap *u) in op_unmap()
798 op_unmap_range(struct drm_gpuva_op_unmap *u, in op_unmap_range()
812 struct drm_gpuva_op_unmap *u = r->unmap; in op_remap() local
904 struct drm_gpuva_op_unmap *u = &op->unmap; in nouveau_uvmm_sm_cleanup() local
/drivers/usb/gadget/udc/
A Daspeed_udc.c240 #define SETUP_DBG(u, fmt, ...) \ argument
243 #define SETUP_DBG(u, fmt, ...) argument
255 #define UDC_DBG(u, fmt, ...) \ argument
258 #define UDC_DBG(u, fmt, ...) argument
262 #define ISR_DBG(u, fmt, ...) \ argument
265 #define ISR_DBG(u, fmt, ...) argument
/drivers/input/joystick/
A Dgrip.c68 unsigned char u, v; in grip_gpp_read_packet() local
108 unsigned char u, v, w; in grip_xt_read_packet() local

Completed in 110 milliseconds

12345678910>>...14