| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_vblank.c | 1614 u64 req_seq, in drm_queue_vblank_event() argument 1664 req_seq, seq, pipe); in drm_queue_vblank_event() 1666 trace_drm_vblank_event_queued(file_priv, pipe, req_seq); in drm_queue_vblank_event() 1668 e->sequence = req_seq; in drm_queue_vblank_event() 1669 if (drm_vblank_passed(seq, req_seq)) { in drm_queue_vblank_event() 1676 vblwait->reply.sequence = req_seq; in drm_queue_vblank_event() 1742 u64 req_seq, seq; in drm_wait_vblank_ioctl() local 1811 req_seq = seq + vblwait->request.sequence; in drm_wait_vblank_ioctl() 1812 vblwait->request.sequence = req_seq; in drm_wait_vblank_ioctl() 1816 req_seq = widen_32_to_64(vblwait->request.sequence, seq); in drm_wait_vblank_ioctl() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | uclass.c | 274 pr_debug(" - %d %d '%s'\n", dev->req_seq, dev->seq, dev->name); in uclass_find_device_by_seq() 275 if ((find_req_seq ? dev->req_seq : dev->seq) == in uclass_find_device_by_seq() 627 ret = uclass_find_device_by_seq(dev->uclass->uc_drv->id, dev->req_seq, in uclass_resolve_seq() 631 dev->name, dev->req_seq, dup->name); in uclass_resolve_seq() 634 if (dev->req_seq != -1) in uclass_resolve_seq() 635 return dev->req_seq; in uclass_resolve_seq()
|
| H A D | dump.c | 77 if (dev->seq != -1 || dev->req_seq != -1) in dm_display_line() 78 printf(", seq %d, (req %d)", dev->seq, dev->req_seq); in dm_display_line()
|
| H A D | device.c | 126 dev->req_seq = -1; in device_bind_common() 137 dev_read_alias_seq(dev, &dev->req_seq); in device_bind_common() 628 if ((find_req_seq ? dev->req_seq : dev->seq) == in device_find_child_by_seq()
|
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_device.c | 703 u32 req_seq = resync_req >> 32; in tls_device_rx_resync_async() local 704 u32 req_end = req_seq + ((resync_req >> 16) & 0xffff); in tls_device_rx_resync_async() 719 if (before(*seq, req_seq)) in tls_device_rx_resync_async() 734 if (req_seq == resync_async->log[i] && in tls_device_rx_resync_async() 737 *seq = req_seq; in tls_device_rx_resync_async() 746 if (req_seq == *seq && in tls_device_rx_resync_async() 763 u32 req_seq; in tls_device_rx_resync_new_rec() local 777 req_seq = resync_req >> 32; in tls_device_rx_resync_new_rec() 781 if (likely(!is_req_pending) || req_seq != seq || in tls_device_rx_resync_new_rec()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | mvebu_gpio.c | 97 priv->name[0] = 'A' + dev->req_seq; in mvebu_gpio_probe()
|
| H A D | vybrid_gpio.c | 131 plat->chip = dev->req_seq; in vybrid_gpio_bind()
|
| H A D | imx_rgpio2p.c | 184 plat->bank_index = dev->req_seq; in imx_rgpio2p_bind()
|
| H A D | mxc_gpio.c | 320 plat->bank_index = dev->req_seq; in mxc_gpio_bind()
|
| H A D | Kconfig | 34 alloc req_seq both for gpio devices from U-Boot and kernel dtb.
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/exynos/ |
| H A D | pinctrl-exynos.c | 137 dev->req_seq; in exynos_pinctrl_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | intel_i2c.c | 285 dev->req_seq = num_cards; in intel_i2c_bind()
|
| H A D | designware_i2c.c | 572 dev->req_seq = num_cards;
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-vf.c | 306 dev->req_seq = num_controllers; in vf_usb_bind()
|
| H A D | ehci-mx6.c | 566 dev->req_seq = (addr - USB_BASE_ADDR) / controller_spacing; in ehci_usb_bind()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | device.h | 148 int req_seq; member
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | mp_init.c | 572 cpu->req_seq = fdtdec_get_int(gd->fdt_blob, dev_of_offset(cpu), "reg", in mp_init_cpu()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | rk_spi.c | 189 dev->req_seq = 0; in conv_of_platdata()
|
| H A D | fsl_dspi.c | 632 debug("%s assigned req_seq %d.\n", bus->name, bus->req_seq); in fsl_dspi_bind()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | i2c.c | 1695 printf("Bus %d:\t%s", bus->req_seq, bus->name); in show_bus()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | dwc_eth_qos.c | 1133 imx_get_mac_from_fuse(dev->req_seq, pdata->enetaddr); in eqos_read_rom_hwaddr()
|