Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dhost.c135 int prop_idx = 0; in dwc3_host_init() local
166 props[prop_idx++] = PROPERTY_ENTRY_BOOL("xhci-sg-trb-cache-size-quirk"); in dwc3_host_init()
168 props[prop_idx++] = PROPERTY_ENTRY_BOOL("write-64-hi-lo-quirk"); in dwc3_host_init()
171 props[prop_idx++] = PROPERTY_ENTRY_BOOL("usb3-lpm-capable"); in dwc3_host_init()
174 props[prop_idx++] = PROPERTY_ENTRY_BOOL("usb2-lpm-disable"); in dwc3_host_init()
186 props[prop_idx++] = PROPERTY_ENTRY_BOOL("quirk-broken-port-ped"); in dwc3_host_init()
188 props[prop_idx++] = PROPERTY_ENTRY_U16("num-hc-interrupters", in dwc3_host_init()
191 if (prop_idx) { in dwc3_host_init()