Searched refs:do_config (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/tools/buildman/ |
H A D | builderthread.py | 116 def RunCommit(self, commit_upto, brd, work_dir, do_config, config_only, argument 235 if do_config: 244 do_config = False # No need to configure next time 262 return result, do_config 428 do_config = True 433 work_dir, do_config, self.builder.config_only, 437 did_config = do_config 438 if failed and not do_config: 446 do_config = request_config 470 do_config = True [all …]
|
/openbmc/u-boot/cmd/ |
H A D | config.c | 13 static int do_config(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_config() function 40 config, 1, 1, do_config,
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | hid.c | 90 static int do_config(struct usb_configuration *c) in do_config() function 184 status = usb_add_config(cdev, &config_driver, do_config); in hid_bind()
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ |
H A D | trusted-services-src.inc | 65 do_config:append:() {
|
/openbmc/linux/drivers/net/ethernet/xircom/ |
H A D | xirc2ps_cs.c | 296 static int do_config(struct net_device *dev, struct ifmap *map); 466 .ndo_set_config = do_config, 1361 do_config(struct net_device *dev, struct ifmap *map) in do_config() function
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-ref-variables.rst | 571 ``do_config``, the value is "do_config".
|