Home
last modified time | relevance | path

Searched refs:b_length (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/gadget/legacy/
Dwebcam.c240 .b_length = UVC_DT_FRAME_UNCOMPRESSED_SIZE(3),
290 .b_length = UVC_DT_FRAME_UNCOMPRESSED_SIZE(1),
365 .b_length = UVC_DT_FRAME_MJPEG_SIZE(3),
408 .b_length = UVC_DT_FRAME_MJPEG_SIZE(1),
/drivers/usb/gadget/function/
Duvc_configfs.h96 u8 b_length; member
Duvc_configfs.c813 UVCG_EXTENSION_ATTR(b_length, bLength, _RO);
/drivers/pci/hotplug/
Dcpqphp_pci.c694 u8 b_length; in cpqhp_save_used_resources() local
745 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_LIMIT, &b_length); in cpqhp_save_used_resources()
747 if ((b_base <= b_length) && (save_command & 0x01)) { in cpqhp_save_used_resources()
753 io_node->length = (b_length - b_base + 0x10) << 8; in cpqhp_save_used_resources()