Searched refs:udl (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/udl/ |
| H A D | udl_main.c | 30 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 D | Makefile | 3 udl-y := \ 10 obj-$(CONFIG_DRM_UDL) := udl.o
|
| H A D | udl_edid.h | 12 bool udl_probe_edid(struct udl_device *udl);
|
| /linux/kernel/rcu/ |
| H A D | refscale.c | 138 void (*delaysection)(const int nloops, const int udl, const int ndl); 145 static void un_delay(const int udl, const int ndl) in un_delay() argument 147 if (udl) in un_delay() 148 udelay(udl); in un_delay() 163 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument 169 un_delay(udl, ndl); in ref_rcu_delay_section() 203 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument 210 un_delay(udl, ndl); in srcu_ref_scale_delay_section() 239 static void srcu_fast_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_fast_ref_scale_delay_section() argument 246 un_delay(udl, ndl); in srcu_fast_ref_scale_delay_section() [all …]
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_fcoe.c | 27 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 D | ixgbe_fcoe.h | 41 u64 *udl; member
|
| /linux/drivers/gpu/drm/ |
| H A D | Makefile | 193 obj-$(CONFIG_DRM_UDL) += udl/
|
| H A D | Kconfig | 334 source "drivers/gpu/drm/udl/Kconfig"
|
| /linux/ |
| H A D | MAINTAINERS | 8414 F: drivers/gpu/drm/udl/
|