Home
last modified time | relevance | path

Searched refs:udl (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/udl/
H A Dudl_main.c30 static struct urb *udl_get_urb_locked(struct udl_device *udl, long timeout);
36 static const u8 *udl_parse_key_value_pair(struct udl_device *udl, const u8 *pos, const u8 *end) in udl_parse_key_value_pair() argument
64 udl->sku_pixel_limit = sku_pixel_limit; in udl_parse_key_value_pair()
75 static int udl_parse_vendor_descriptor(struct udl_device *udl) in udl_parse_vendor_descriptor() argument
77 struct drm_device *dev = &udl->drm; in udl_parse_vendor_descriptor()
78 struct usb_device *udev = udl_to_usb_device(udl); in udl_parse_vendor_descriptor()
113 desc = udl_parse_key_value_pair(udl, desc, desc_end); in udl_parse_vendor_descriptor()
126 int udl_select_std_channel(struct udl_device *udl) in udl_select_std_channel() argument
135 struct usb_device *udev = udl_to_usb_device(udl); in udl_select_std_channel()
153 struct udl_device *udl = unode->dev; in udl_urb_completion() local
[all …]
H A DMakefile3 udl-y := \
10 obj-$(CONFIG_DRM_UDL) := udl.o
H A Dudl_edid.h12 bool udl_probe_edid(struct udl_device *udl);
/linux/kernel/rcu/
H A Drefscale.c128 void (*delaysection)(const int nloops, const int udl, const int ndl);
135 static void un_delay(const int udl, const int ndl)
137 if (udl)
138 udelay(udl);
153 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_read_section()
159 un_delay(udl, ndl); in ref_rcu_read_section()
193 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_read_section()
200 un_delay(udl, ndl); in srcu_ref_scale_read_section()
229 static void srcu_fast_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_fast_ref_scale_read_section()
236 un_delay(udl, nd in srcu_fast_ref_scale_read_section()
145 un_delay(const int udl,const int ndl) un_delay() argument
163 ref_rcu_delay_section(const int nloops,const int udl,const int ndl) ref_rcu_delay_section() argument
203 srcu_ref_scale_delay_section(const int nloops,const int udl,const int ndl) srcu_ref_scale_delay_section() argument
239 srcu_fast_ref_scale_delay_section(const int nloops,const int udl,const int ndl) srcu_fast_ref_scale_delay_section() argument
275 srcu_fast_updown_ref_scale_delay_section(const int nloops,const int udl,const int ndl) srcu_fast_updown_ref_scale_delay_section() argument
306 rcu_tasks_ref_scale_delay_section(const int nloops,const int udl,const int ndl) rcu_tasks_ref_scale_delay_section() argument
342 rcu_trace_ref_scale_delay_section(const int nloops,const int udl,const int ndl) rcu_trace_ref_scale_delay_section() argument
384 ref_refcnt_delay_section(const int nloops,const int udl,const int ndl) ref_refcnt_delay_section() argument
412 ref_percpuinc_delay_section(const int nloops,const int udl,const int ndl) ref_percpuinc_delay_section() argument
443 ref_incpercpu_delay_section(const int nloops,const int udl,const int ndl) ref_incpercpu_delay_section() argument
478 ref_incpercpupreempt_delay_section(const int nloops,const int udl,const int ndl) ref_incpercpupreempt_delay_section() argument
516 ref_incpercpubh_delay_section(const int nloops,const int udl,const int ndl) ref_incpercpubh_delay_section() argument
556 ref_incpercpuirqsave_delay_section(const int nloops,const int udl,const int ndl) ref_incpercpuirqsave_delay_section() argument
599 ref_rwlock_delay_section(const int nloops,const int udl,const int ndl) ref_rwlock_delay_section() argument
636 ref_rwsem_delay_section(const int nloops,const int udl,const int ndl) ref_rwsem_delay_section() argument
669 ref_lock_delay_section(const int nloops,const int udl,const int ndl) ref_lock_delay_section() argument
703 ref_lock_irq_delay_section(const int nloops,const int udl,const int ndl) ref_lock_irq_delay_section() argument
736 ref_acqrel_delay_section(const int nloops,const int udl,const int ndl) ref_acqrel_delay_section() argument
770 ref_sched_clock_delay_section(const int nloops,const int udl,const int ndl) ref_sched_clock_delay_section() argument
803 ref_clock_delay_section(const int nloops,const int udl,const int ndl) ref_clock_delay_section() argument
835 ref_jiffies_delay_section(const int nloops,const int udl,const int ndl) ref_jiffies_delay_section() argument
867 ref_preempt_delay_section(const int nloops,const int udl,const int ndl) ref_preempt_delay_section() argument
898 ref_bh_delay_section(const int nloops,const int udl,const int ndl) ref_bh_delay_section() argument
930 ref_irq_delay_section(const int nloops,const int udl,const int ndl) ref_irq_delay_section() argument
962 ref_irqsave_delay_section(const int nloops,const int udl,const int ndl) ref_irqsave_delay_section() argument
1050 typesafe_delay_section(const int nloops,const int udl,const int ndl) typesafe_delay_section() argument
[all...]
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c27 ddp->udl = NULL; in ixgbe_fcoe_clear_ddp()
62 if (!ddp->udl) in ixgbe_fcoe_ddp_put()
114 dma_pool_free(ddp->pool, ddp->udl, ddp->udp); in ixgbe_fcoe_ddp_put()
196 ddp->udl = dma_pool_alloc(ddp_pool->pool, GFP_ATOMIC, &ddp->udp); in ixgbe_fcoe_ddp_setup()
197 if (!ddp->udl) { in ixgbe_fcoe_ddp_setup()
234 ddp->udl[j] = (u64)(addr - thisoff); in ixgbe_fcoe_ddp_setup()
256 ddp->udl[j] = (u64)(fcoe->extra_ddp_buffer_dma); in ixgbe_fcoe_ddp_setup()
320 dma_pool_free(ddp->pool, ddp->udl, ddp->udp); in ixgbe_fcoe_ddp_setup()
425 if (!ddp->udl) in ixgbe_fcoe_ddp()
H A Dixgbe_fcoe.h41 u64 *udl; member
/linux/drivers/gpu/drm/
H A DMakefile193 obj-$(CONFIG_DRM_UDL) += udl/
H A DKconfig334 source "drivers/gpu/drm/udl/Kconfig"
/linux/
H A DMAINTAINERS8414 F: drivers/gpu/drm/udl/