Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/buildman/
H A Dbuilder.py1163 def _AddConfig(lines, name, config_plus, config_minus, config_change): argument
1183 if config_change:
1184 lines.append(_CalcConfig('c', name, config_change))
1338 config_change = {}
1352 config_change[key] = desc
1357 arch_config_change[arch][name].update(config_change)
1360 config_change)
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c2214 unsigned config, interface, alternate, config_change; in irq_udc_reconfig() local
2221 config_change = (config != udc->config); in irq_udc_reconfig()
2228 if (config_change) in irq_udc_reconfig()
H A Dpxa25x_udc.c1664 config_change: in handle_ep0()
1684 goto config_change; in handle_ep0()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c1291 config_change: in handle_ep0()
1313 goto config_change; in handle_ep0()