Home
last modified time | relevance | path

Searched refs:vend (Results 1 - 25 of 106) sorted by relevance

12345

/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dkernel-pgtable.h62 #define SPAN_NR_ENTRIES(vstart, vend, shift) \
63 ((((vend) - 1) >> (shift)) - ((vstart) >> (shift)) + 1)
65 #define EARLY_ENTRIES(vstart, vend, shift, add) \
66 (SPAN_NR_ENTRIES(vstart, vend, shift) + (add))
68 #define EARLY_PGDS(vstart, vend, add) (EARLY_ENTRIES(vstart, vend, PGDIR_SHIFT, add))
71 #define EARLY_PUDS(vstart, vend, add) (EARLY_ENTRIES(vstart, vend, PUD_SHIFT, add))
73 #define EARLY_PUDS(vstart, vend, add) (0)
77 #define EARLY_PMDS(vstart, vend, ad
[all...]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dkernel-pgtable.h68 #define EARLY_ENTRIES(vstart, vend, shift) \
69 ((((vend) - 1) >> (shift)) - ((vstart) >> (shift)) + 1 + EARLY_KASLR)
71 #define EARLY_PGDS(vstart, vend) (EARLY_ENTRIES(vstart, vend, PGDIR_SHIFT))
74 #define EARLY_PUDS(vstart, vend) (EARLY_ENTRIES(vstart, vend, PUD_SHIFT))
76 #define EARLY_PUDS(vstart, vend) (0)
80 #define EARLY_PMDS(vstart, vend) (EARLY_ENTRIES(vstart, vend, SWAPPER_TABLE_SHIFT))
82 #define EARLY_PMDS(vstart, vend) (
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-pci.h91 #define _PCI_VEND(vend) PCI_VENDOR_ID_##vend
92 #define _PCI_DEV(vend, dev) PCI_DEVICE_ID_##vend##_##dev
95 #define SDHCI_PCI_DEVICE(vend, dev, cfg) { \
96 .vendor = _PCI_VEND(vend), .device = _PCI_DEV(vend, dev), \
101 #define SDHCI_PCI_SUBDEVICE(vend, dev, subvend, subdev, cfg) { \
102 .vendor = _PCI_VEND(vend), .device = _PCI_DEV(vend, de
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-pci.h96 #define _PCI_VEND(vend) PCI_VENDOR_ID_##vend
97 #define _PCI_DEV(vend, dev) PCI_DEVICE_ID_##vend##_##dev
100 #define SDHCI_PCI_DEVICE(vend, dev, cfg) { \
101 .vendor = _PCI_VEND(vend), .device = _PCI_DEV(vend, dev), \
106 #define SDHCI_PCI_SUBDEVICE(vend, dev, subvend, subdev, cfg) { \
107 .vendor = _PCI_VEND(vend), .device = _PCI_DEV(vend, de
[all...]
/kernel/linux/linux-5.10/include/sound/
H A Dcore.h403 #define _SND_PCI_QUIRK_ID_MASK(vend, mask, dev) \
404 .subvendor = (vend), .subdevice = (dev), .subdevice_mask = (mask)
405 #define _SND_PCI_QUIRK_ID(vend, dev) \
406 _SND_PCI_QUIRK_ID_MASK(vend, 0xffff, dev)
407 #define SND_PCI_QUIRK_ID(vend,dev) {_SND_PCI_QUIRK_ID(vend, dev)}
409 #define SND_PCI_QUIRK(vend,dev,xname,val) \
410 {_SND_PCI_QUIRK_ID(vend, dev), .value = (val), .name = (xname)}
411 #define SND_PCI_QUIRK_VENDOR(vend, xname, val) \
412 {_SND_PCI_QUIRK_ID_MASK(vend,
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Dvmalloc.h16 * @vend: a requested end range
26 unsigned long vstart, unsigned long vend, int failed),
28 TP_ARGS(addr, size, align, vstart, vend, failed),
35 __field(unsigned long, vend)
44 __entry->vend = vend;
48 TP_printk("va_start: %lu size=%lu align=%lu vstart=0x%lx vend=0x%lx failed=%d",
50 __entry->vstart, __entry->vend, __entry->failed)
/kernel/linux/linux-6.6/include/sound/
H A Dcore.h464 #define _SND_PCI_QUIRK_ID_MASK(vend, mask, dev) \
465 .subvendor = (vend), .subdevice = (dev), .subdevice_mask = (mask)
466 #define _SND_PCI_QUIRK_ID(vend, dev) \
467 _SND_PCI_QUIRK_ID_MASK(vend, 0xffff, dev)
468 #define SND_PCI_QUIRK_ID(vend,dev) {_SND_PCI_QUIRK_ID(vend, dev)}
470 #define SND_PCI_QUIRK(vend,dev,xname,val) \
471 {_SND_PCI_QUIRK_ID(vend, dev), .value = (val), .name = (xname)}
472 #define SND_PCI_QUIRK_VENDOR(vend, xname, val) \
473 {_SND_PCI_QUIRK_ID_MASK(vend,
[all...]
/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_vnifilter.c199 struct vxlan_vni_node *vend) in vnirange()
201 return (be32_to_cpu(vend->vni) - be32_to_cpu(vbegin->vni)); in vnirange()
253 struct vxlan_vni_node *vend, in vxlan_fill_vni_filter_entry()
260 if (vbegin != vend) in vxlan_fill_vni_filter_entry()
261 ve = be32_to_cpu(vend->vni); in vxlan_fill_vni_filter_entry()
340 struct vxlan_vni_node *tmp, *v, *vbegin = NULL, *vend = NULL; in vxlan_vnifilter_dump_dev() local
376 vend = v; in vxlan_vnifilter_dump_dev()
379 if (!dump_stats && vnirange(vend, v) == 1 && in vxlan_vnifilter_dump_dev()
380 vxlan_addr_equal(&v->remote_ip, &vend->remote_ip)) { in vxlan_vnifilter_dump_dev()
383 if (!vxlan_fill_vni_filter_entry(skb, vbegin, vend, in vxlan_vnifilter_dump_dev()
198 vnirange(struct vxlan_vni_node *vbegin, struct vxlan_vni_node *vend) vnirange() argument
251 vxlan_fill_vni_filter_entry(struct sk_buff *skb, struct vxlan_vni_node *vbegin, struct vxlan_vni_node *vend, bool fill_stats) vxlan_fill_vni_filter_entry() argument
[all...]
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_edid.h505 * @vend: A 4-byte buffer to store the 3-letter vendor string plus a '\0'
508 static inline const char *drm_edid_decode_mfg_id(u16 mfg_id, char vend[4]) in drm_edid_decode_mfg_id() argument
510 vend[0] = '@' + ((mfg_id >> 10) & 0x1f); in drm_edid_decode_mfg_id()
511 vend[1] = '@' + ((mfg_id >> 5) & 0x1f); in drm_edid_decode_mfg_id()
512 vend[2] = '@' + ((mfg_id >> 0) & 0x1f); in drm_edid_decode_mfg_id()
513 vend[3] = '\0'; in drm_edid_decode_mfg_id()
515 return vend; in drm_edid_decode_mfg_id()
542 * @vend: A 4-byte buffer to store the 3-letter vendor string plus a '\0'
547 * drm_edid_decode_panel_id(0x09e52d08, vend, &product_id)
549 * vend[
555 drm_edid_decode_panel_id(u32 panel_id, char vend[4], u16 *product_id) drm_edid_decode_panel_id() argument
[all...]
/kernel/linux/linux-6.6/sound/usb/
H A Dimplicit.c36 #define IMPLICIT_FB_GENERIC_DEV(vend, prod) \
37 { .id = USB_ID(vend, prod), .type = IMPLICIT_FB_GENERIC }
38 #define IMPLICIT_FB_FIXED_DEV(vend, prod, ep, ifnum) \
39 { .id = USB_ID(vend, prod), .type = IMPLICIT_FB_FIXED, .ep_num = (ep),\
41 #define IMPLICIT_FB_BOTH_DEV(vend, prod, ep, ifnum) \
42 { .id = USB_ID(vend, prod), .type = IMPLICIT_FB_BOTH, .ep_num = (ep),\
44 #define IMPLICIT_FB_SKIP_DEV(vend, prod) \
45 { .id = USB_ID(vend, prod), .type = IMPLICIT_FB_NONE }
/kernel/linux/linux-5.10/drivers/edac/
H A Dedac_mc.h91 #define PCI_VEND_DEV(vend, dev) PCI_VENDOR_ID_ ## vend, \
92 PCI_DEVICE_ID_ ## vend ## _ ## dev
/kernel/linux/linux-6.6/drivers/edac/
H A Dedac_mc.h91 #define PCI_VEND_DEV(vend, dev) PCI_VENDOR_ID_ ## vend, \
92 PCI_DEVICE_ID_ ## vend ## _ ## dev
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
H A Dusbip_common.c281 const char *prod, *vend; in usbip_names_get_product() local
288 vend = names_vendor(vendor); in usbip_names_get_product()
289 if (!vend) in usbip_names_get_product()
290 vend = "unknown vendor"; in usbip_names_get_product()
292 snprintf(buff, size, "%s : %s (%04x:%04x)", vend, prod, vendor, product); in usbip_names_get_product()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_bridge.c206 int hstart, hend, vstart, vend; in msm_hdmi_bridge_mode_set() local
217 vend = mode->vtotal - mode->vsync_start + mode->vdisplay - 1; in msm_hdmi_bridge_mode_set()
219 DBG("htotal=%d, vtotal=%d, hstart=%d, hend=%d, vstart=%d, vend=%d", in msm_hdmi_bridge_mode_set()
220 mode->htotal, mode->vtotal, hstart, hend, vstart, vend); in msm_hdmi_bridge_mode_set()
231 HDMI_ACTIVE_VSYNC_END(vend)); in msm_hdmi_bridge_mode_set()
238 HDMI_VSYNC_ACTIVE_F2_END(vend + 1)); in msm_hdmi_bridge_mode_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_bridge.c192 int hstart, hend, vstart, vend; in msm_hdmi_bridge_mode_set() local
203 vend = mode->vtotal - mode->vsync_start + mode->vdisplay - 1; in msm_hdmi_bridge_mode_set()
205 DBG("htotal=%d, vtotal=%d, hstart=%d, hend=%d, vstart=%d, vend=%d", in msm_hdmi_bridge_mode_set()
206 mode->htotal, mode->vtotal, hstart, hend, vstart, vend); in msm_hdmi_bridge_mode_set()
217 HDMI_ACTIVE_VSYNC_END(vend)); in msm_hdmi_bridge_mode_set()
224 HDMI_VSYNC_ACTIVE_F2_END(vend + 1)); in msm_hdmi_bridge_mode_set()
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/
H A Dusbip_common.c281 const char *prod, *vend; in usbip_names_get_product() local
288 vend = names_vendor(vendor); in usbip_names_get_product()
289 if (!vend) in usbip_names_get_product()
290 vend = "unknown vendor"; in usbip_names_get_product()
292 snprintf(buff, size, "%s : %s (%04x:%04x)", vend, prod, vendor, product); in usbip_names_get_product()
/kernel/linux/linux-5.10/include/asm-generic/
H A Dsections.h128 void *vend = virt + size; in memory_intersects() local
130 if (virt < end && vend > begin) in memory_intersects()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dhead.S223 * vend: virtual address of end of range - we map [vstart, vend]
227 * iend: index in table corresponding to vend
232 * Preserves: vstart, vend
235 .macro compute_indices, vstart, vend, shift, order, istart, iend, count
237 ubfx \iend, \vend, \shift, \order
250 * vend: virtual address of end of range - we map [vstart, vend - 1]
256 * not fit in 'extra_shift' bits. This assumes vend is in the TTBR0 range.
260 * Corrupts: tbl, rtbl, vend, istar
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dio-workarounds.c31 unsigned long vstart, vend; in iowa_pci_find() local
39 vend = vstart + phb->pci_io_size - 1; in iowa_pci_find()
40 if ((vaddr >= vstart) && (vaddr <= vend)) in iowa_pci_find()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dio-workarounds.c31 unsigned long vstart, vend; in iowa_pci_find() local
39 vend = vstart + phb->pci_io_size - 1; in iowa_pci_find()
40 if ((vaddr >= vstart) && (vaddr <= vend)) in iowa_pci_find()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dinit_64.c1671 unsigned long vend, in kernel_map_hugepud()
1679 (vend - vstart <= mask16gb)) { in kernel_map_hugepud()
1689 vend = vstart + mask16gb + 1UL; in kernel_map_hugepud()
1690 while (vstart < vend) { in kernel_map_hugepud()
1700 static bool kernel_can_map_hugepud(unsigned long vstart, unsigned long vend, in kernel_can_map_hugepud() argument
1703 if (guard && !(vstart & ~PUD_MASK) && (vend - vstart) >= PUD_SIZE) in kernel_can_map_hugepud()
1710 unsigned long vend, in kernel_map_hugepmd()
1719 (vend - vstart <= mask256mb)) { in kernel_map_hugepmd()
1727 (vend - vstart <= mask2gb)) { in kernel_map_hugepmd()
1730 vend in kernel_map_hugepmd()
1670 kernel_map_hugepud(unsigned long vstart, unsigned long vend, pud_t *pud) kernel_map_hugepud() argument
1709 kernel_map_hugepmd(unsigned long vstart, unsigned long vend, pmd_t *pmd) kernel_map_hugepmd() argument
1748 kernel_can_map_hugepmd(unsigned long vstart, unsigned long vend, bool guard) kernel_can_map_hugepmd() argument
1762 unsigned long vend = PAGE_OFFSET + pend; kernel_map_range() local
2581 vmemmap_populate(unsigned long vstart, unsigned long vend, int node, struct vmem_altmap *altmap) vmemmap_populate() argument
[all...]
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dinit_64.c1686 unsigned long vend, in kernel_map_hugepud()
1694 (vend - vstart <= mask16gb)) { in kernel_map_hugepud()
1704 vend = vstart + mask16gb + 1UL; in kernel_map_hugepud()
1705 while (vstart < vend) { in kernel_map_hugepud()
1715 static bool kernel_can_map_hugepud(unsigned long vstart, unsigned long vend, in kernel_can_map_hugepud() argument
1718 if (guard && !(vstart & ~PUD_MASK) && (vend - vstart) >= PUD_SIZE) in kernel_can_map_hugepud()
1725 unsigned long vend, in kernel_map_hugepmd()
1734 (vend - vstart <= mask256mb)) { in kernel_map_hugepmd()
1742 (vend - vstart <= mask2gb)) { in kernel_map_hugepmd()
1745 vend in kernel_map_hugepmd()
1685 kernel_map_hugepud(unsigned long vstart, unsigned long vend, pud_t *pud) kernel_map_hugepud() argument
1724 kernel_map_hugepmd(unsigned long vstart, unsigned long vend, pmd_t *pmd) kernel_map_hugepmd() argument
1763 kernel_can_map_hugepmd(unsigned long vstart, unsigned long vend, bool guard) kernel_can_map_hugepmd() argument
1777 unsigned long vend = PAGE_OFFSET + pend; kernel_map_range() local
2595 vmemmap_populate(unsigned long vstart, unsigned long vend, int node, struct vmem_altmap *altmap) vmemmap_populate() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dusb.h946 * @vend: the 16 bit USB Vendor ID
952 #define USB_DEVICE(vend, prod) \
954 .idVendor = (vend), \
958 * @vend: the 16 bit USB Vendor ID
966 #define USB_DEVICE_VER(vend, prod, lo, hi) \
968 .idVendor = (vend), \
975 * @vend: the 16 bit USB Vendor ID
982 #define USB_DEVICE_INTERFACE_CLASS(vend, prod, cl) \
985 .idVendor = (vend), \
991 * @vend
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dusb.h978 * @vend: the 16 bit USB Vendor ID
984 #define USB_DEVICE(vend, prod) \
986 .idVendor = (vend), \
990 * @vend: the 16 bit USB Vendor ID
998 #define USB_DEVICE_VER(vend, prod, lo, hi) \
1000 .idVendor = (vend), \
1007 * @vend: the 16 bit USB Vendor ID
1014 #define USB_DEVICE_INTERFACE_CLASS(vend, prod, cl) \
1017 .idVendor = (vend), \
1023 * @vend
[all...]
/kernel/linux/linux-6.6/include/asm-generic/
H A Dsections.h111 void *vend = virt + size; in memory_intersects() local
113 if (virt < end && vend > begin) in memory_intersects()

Completed in 23 milliseconds

12345