Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/
H A Dconfigfs.c58 char landing_page[WEBUSB_URL_RAW_MAX_LENGTH]; member
1051 return sysfs_emit(page, "%s\n", webusb_item_to_gadget_info(item)->landing_page); in webusb_landingPage_show()
1066 if (l > sizeof(gi->landing_page)) { in webusb_landingPage_store()
1087 memcpy_and_pad(gi->landing_page, sizeof(gi->landing_page), page, l, 0); in webusb_landingPage_store()
1735 memcpy(cdev->landing_page, gi->landing_page, WEBUSB_URL_RAW_MAX_LENGTH); in configfs_composite_bind()
H A Dcomposite.c900 if (strnlen(cdev->landing_page, sizeof(cdev->landing_page)) > 0) in bos_desc()
2173 if (strncasecmp(cdev->landing_page, "https://", 8) == 0) { in composite_setup()
2176 } else if (strncasecmp(cdev->landing_page, "http://", 7) == 0) { in composite_setup()
2184 landing_page_length = strnlen(cdev->landing_page, in composite_setup()
2193 cdev->landing_page + landing_page_offset, in composite_setup()
/linux/include/linux/usb/
H A Dcomposite.h478 char landing_page[WEBUSB_URL_RAW_MAX_LENGTH]; member