Home
last modified time | relevance | path

Searched refs:req_seq (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_vblank.c1660 u64 req_seq, in drm_queue_vblank_event() argument
1710 req_seq, seq, pipe); in drm_queue_vblank_event()
1712 trace_drm_vblank_event_queued(file_priv, pipe, req_seq); in drm_queue_vblank_event()
1714 e->sequence = req_seq; in drm_queue_vblank_event()
1715 if (drm_vblank_passed(seq, req_seq)) { in drm_queue_vblank_event()
1722 vblwait->reply.sequence = req_seq; in drm_queue_vblank_event()
1797 u64 req_seq, seq; in drm_wait_vblank_ioctl() local
1866 req_seq = seq + vblwait->request.sequence; in drm_wait_vblank_ioctl()
1867 vblwait->request.sequence = req_seq; in drm_wait_vblank_ioctl()
1871 req_seq = widen_32_to_64(vblwait->request.sequence, seq); in drm_wait_vblank_ioctl()
[all …]
/openbmc/u-boot/drivers/core/
H A Duclass.c285 if ((dev->req_seq != -1) && (dev->req_seq > max)) in uclass_find_next_free_req_seq()
286 max = dev->req_seq; in uclass_find_next_free_req_seq()
312 debug(" - %d %d '%s'\n", dev->req_seq, dev->seq, dev->name); in uclass_find_device_by_seq()
313 if ((find_req_seq ? dev->req_seq : dev->seq) == in uclass_find_device_by_seq()
678 ret = uclass_find_device_by_seq(dev->uclass->uc_drv->id, dev->req_seq, in uclass_resolve_seq()
682 dev->name, dev->req_seq, dup->name); in uclass_resolve_seq()
685 if (dev->req_seq != -1) in uclass_resolve_seq()
686 return dev->req_seq; in uclass_resolve_seq()
H A Ddump.c70 if (dev->seq != -1 || dev->req_seq != -1) in dm_display_line()
71 printf(", seq %d, (req %d)", dev->seq, dev->req_seq); in dm_display_line()
H A Ddevice.c72 dev->req_seq = -1; in device_bind_common()
84 dev_read_alias_seq(dev, &dev->req_seq); in device_bind_common()
86 dev->req_seq = uclass_find_next_free_req_seq(drv->id); in device_bind_common()
571 if ((find_req_seq ? dev->req_seq : dev->seq) == in device_find_child_by_seq()
/openbmc/linux/net/tls/
H A Dtls_device.c720 u32 req_seq = resync_req >> 32; in tls_device_rx_resync_async() local
721 u32 req_end = req_seq + ((resync_req >> 16) & 0xffff); in tls_device_rx_resync_async()
736 if (before(*seq, req_seq)) in tls_device_rx_resync_async()
751 if (req_seq == resync_async->log[i] && in tls_device_rx_resync_async()
754 *seq = req_seq; in tls_device_rx_resync_async()
763 if (req_seq == *seq && in tls_device_rx_resync_async()
780 u32 req_seq; in tls_device_rx_resync_new_rec() local
794 req_seq = resync_req >> 32; in tls_device_rx_resync_new_rec()
798 if (likely(!is_req_pending) || req_seq != seq || in tls_device_rx_resync_new_rec()
/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass.c656 debug("%s: %s, req_seq=%d\n", __func__, dev->name, dev->req_seq); in i2c_post_bind()
659 if (dev->req_seq == -1) in i2c_post_bind()
660 dev->req_seq = ++priv->max_id; in i2c_post_bind()
662 debug("%s: %s, new req_seq=%d\n", __func__, dev->name, dev->req_seq); in i2c_post_bind()
H A Di2c-versatile.c257 dev->req_seq = 1; in versatile_i2c_probe()
H A Dintel_i2c.c284 dev->req_seq = num_cards; in intel_i2c_bind()
H A Ddesignware_i2c.c590 dev->req_seq = num_cards;
H A Dmvtwsi.c813 && bus->req_seq == 0)
/openbmc/u-boot/drivers/gpio/
H A Dmvebu_gpio.c94 priv->name[0] = 'A' + dev->req_seq; in mvebu_gpio_probe()
H A Dvybrid_gpio.c117 plat->chip = dev->req_seq; in vybrid_gpio_odata_to_platdata()
H A Dimx_rgpio2p.c186 plat->bank_index = dev->req_seq; in imx_rgpio2p_bind()
H A Dmxc_gpio.c328 plat->bank_index = dev->req_seq; in mxc_gpio_bind()
/openbmc/u-boot/drivers/pinctrl/exynos/
H A Dpinctrl-exynos.c136 dev->req_seq; in exynos_pinctrl_probe()
/openbmc/u-boot/cmd/
H A Dosd.c77 printf("OSD %d:\t%s", osd->req_seq, osd->name); in show_osd()
H A Daxi.c35 printf("Bus %d:\t%s", bus->req_seq, bus->name); in show_bus()
/openbmc/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c89 dev ? dev->name : NULL, dev->req_seq); in i2c_mux_post_bind()
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.py671 req_seq = random.randint(1024, 65535)
672 msg = self.nlproto.message(nl_flags, op.req_value, 1, req_seq)
707 if nl_msg.nl_seq != req_seq or decoded.cmd() != op.rsp_value:
/openbmc/u-boot/drivers/usb/host/
H A Dehci-vf.c305 dev->req_seq = num_controllers; in vf_usb_bind()
/openbmc/u-boot/arch/x86/cpu/
H A Dmp_init.c571 cpu->req_seq = fdtdec_get_int(gd->fdt_blob, dev_of_offset(cpu), "reg", in mp_init_cpu()
/openbmc/u-boot/include/dm/
H A Ddevice.h144 int req_seq; member
/openbmc/u-boot/drivers/spi/
H A Drk_spi.c171 dev->req_seq = 0; in conv_of_platdata()
H A Dfsl_dspi.c626 debug("%s assigned req_seq %d.\n", bus->name, bus->req_seq); in fsl_dspi_bind()
/openbmc/ipmitool/src/plugins/lan/
H A Dlan.c122 ipmi_req_add_entry(struct ipmi_intf * intf, struct ipmi_rq * req, uint8_t req_seq) in ipmi_req_add_entry() argument
136 e->rq_seq = req_seq; in ipmi_req_add_entry()

12