/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | btrfs.h | 188 __u64 vend; member
|
H A D | btrfs_tree.h | 323 __le64 vend; member
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | quirks-table.h | 20 #define USB_DEVICE_VENDOR_SPEC(vend, prod) \ 24 .idVendor = vend, \ 29 #define USB_AUDIO_DEVICE(vend, prod) \ 33 .idVendor = vend, \
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168.h | 619 #define PCI_DEVICE(vend,dev) \ 620 .vendor = (vend), .device = (dev), \
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_scan.c | 1111 unsigned char vend[9]; in scsi_probe_and_add_lun() 1117 scsi_inq_str(vend, result, 8, 16), in scsi_probe_and_add_lun()
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | yenta_socket.c | 1358 #define CB_ID(vend, dev, type) \ 1360 .vendor = vend, \
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_scan.c | 1221 unsigned char vend[9]; in scsi_probe_and_add_lun() 1227 scsi_inq_str(vend, result, 8, 16), in scsi_probe_and_add_lun()
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | yenta_socket.c | 1355 #define CB_ID(vend, dev, type) \ 1357 .vendor = vend, \
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_stream.c | 819 nghttp3_vec *vbegin = vec, *vend = vec + veccnt; in nghttp3_stream_writev() local 839 for (; i < len && vec != vend; ++i, ++vec) { in nghttp3_stream_writev()
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
H A D | set_memory.c | 289 void *vend = vaddr + size; in clflush_cache_range_opt() local 291 if (p >= vend) in clflush_cache_range_opt() 294 for (; p < vend; p += clflush_size) in clflush_cache_range_opt()
|
/kernel/linux/linux-6.6/arch/x86/mm/pat/ |
H A D | set_memory.c | 319 void *vend = vaddr + size; in clflush_cache_range_opt() local 321 if (p >= vend) in clflush_cache_range_opt() 324 for (; p < vend; p += clflush_size) in clflush_cache_range_opt()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 3090 uint32_t istart, iend, iter, vend; in qla2x00_get_fcode_version() local 3132 vend = iter - 1; in qla2x00_get_fcode_version() 3145 if ((vend - iter) && in qla2x00_get_fcode_version() 3146 ((vend - iter) < sizeof(ha->fcode_revision))) { in qla2x00_get_fcode_version() 3148 while (iter <= vend) { in qla2x00_get_fcode_version()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 3090 uint32_t istart, iend, iter, vend; in qla2x00_get_fcode_version() local 3132 vend = iter - 1; in qla2x00_get_fcode_version() 3145 if ((vend - iter) && in qla2x00_get_fcode_version() 3146 ((vend - iter) < sizeof(ha->fcode_revision))) { in qla2x00_get_fcode_version() 3148 while (iter <= vend) { in qla2x00_get_fcode_version()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btrfs.h | 370 __u64 vend; member
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.h | 2230 cpu->vend = le64_to_cpu(disk->vend); in btrfs_disk_balance_args_to_cpu() 2250 disk->vend = cpu_to_le64(cpu->vend); in btrfs_cpu_balance_args_to_disk()
|
H A D | volumes.c | 3562 /* [vstart, vend) */ 3568 if (chunk_offset < bargs->vend && in chunk_vrange_filter() 4006 bargs->vstart, bargs->vend); in describe_balance_args()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | usbtouchscreen.c | 133 #define USB_DEVICE_HID_CLASS(vend, prod) \ 136 .idVendor = (vend), \
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | usbtouchscreen.c | 133 #define USB_DEVICE_HID_CLASS(vend, prod) \ 136 .idVendor = (vend), \
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_stat.c | 350 CONFIGFS_ATTR_RO(target_stat_lu_, vend);
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_stat.c | 347 CONFIGFS_ATTR_RO(target_stat_lu_, vend);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_bios.c | 612 char vend[4]; in dump_pnp_id() local 615 name, drm_edid_decode_mfg_id(mfg_name, vend), in dump_pnp_id()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | r8152.c | 6855 #define REALTEK_USB_DEVICE(vend, prod) \ 6858 .idVendor = (vend), \ 6865 .idVendor = (vend), \
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | volumes.c | 3731 /* [vstart, vend) */ 3737 if (chunk_offset < bargs->vend && in chunk_vrange_filter() 4168 bargs->vstart, bargs->vend); in describe_balance_args()
|