Searched refs:prop_idx (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/gpio/
H A Dgpio-sim.c877 unsigned int prop_idx = 0, line_names_size; local
882 properties[prop_idx++] = PROPERTY_ENTRY_U32("ngpios", bank->num_lines);
885 properties[prop_idx++] = PROPERTY_ENTRY_STRING("gpio-sim,label",
897 properties[prop_idx++] = PROPERTY_ENTRY_STRING_ARRAY_LEN(
/linux-master/drivers/usb/dwc3/
H A Dhost.c132 int prop_idx = 0; local
163 props[prop_idx++] = PROPERTY_ENTRY_BOOL("xhci-sg-trb-cache-size-quirk");
166 props[prop_idx++] = PROPERTY_ENTRY_BOOL("usb3-lpm-capable");
169 props[prop_idx++] = PROPERTY_ENTRY_BOOL("usb2-lpm-disable");
181 props[prop_idx++] = PROPERTY_ENTRY_BOOL("quirk-broken-port-ped");
183 if (prop_idx) {

Completed in 257 milliseconds