Home
last modified time | relevance | path

Searched refs:landing_page (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/usb/gadget/
A Dconfigfs.c58 char landing_page[WEBUSB_URL_RAW_MAX_LENGTH]; member
1048 return sysfs_emit(page, "%s\n", webusb_item_to_gadget_info(item)->landing_page); in webusb_landingPage_show()
1063 if (l > sizeof(gi->landing_page)) { in webusb_landingPage_store()
1084 memcpy_and_pad(gi->landing_page, sizeof(gi->landing_page), page, l, 0); in webusb_landingPage_store()
1732 memcpy(cdev->landing_page, gi->landing_page, WEBUSB_URL_RAW_MAX_LENGTH); in configfs_composite_bind()
A Dcomposite.c853 if (strnlen(cdev->landing_page, sizeof(cdev->landing_page)) > 0) in bos_desc()
2067 if (strncasecmp(cdev->landing_page, "https://", 8) == 0) { in composite_setup()
2070 } else if (strncasecmp(cdev->landing_page, "http://", 7) == 0) { in composite_setup()
2078 landing_page_length = strnlen(cdev->landing_page, in composite_setup()
2088 cdev->landing_page + landing_page_offset, in composite_setup()
/linux-6.3-rc2/include/linux/usb/
A Dcomposite.h485 char landing_page[WEBUSB_URL_RAW_MAX_LENGTH]; member

Completed in 12 milliseconds