Searched refs:cfgdata (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | recipe_sanity.bbclass | 5 def bad_runtime_vars(cfgdata, d): 12 if val and val != cfgdata.get(var): 17 def req_vars(cfgdata, d): 24 cfgval = cfgdata.get(var) 31 def var_renames_overwrite(cfgdata, d): 35 if oldvalue != newvalue and oldvalue != cfgdata.get(newkey): 38 def incorrect_nonempty_PACKAGES(cfgdata, d): 44 def can_use_autotools_base(cfgdata, d): 60 def can_delete_FILESPATH(cfgdata, d): 61 expected = cfgdata.get("FILESPATH") [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_msc01.c | 34 void *cfgdata = msc01->base + MSC01_PCI_CFGDATA_OFS; in msc01_config_access() local 51 __raw_writel(*data, cfgdata); in msc01_config_access() 53 *data = __raw_readl(cfgdata); in msc01_config_access()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/fw/arc/ |
| H A D | hinv.h | 137 struct cfgdata { struct
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cooker.py | 2153 self.cfgdata = cooker.data 2184 self.num_processes = min(int(self.cfgdata.getVar("BB_NUMBER_PARSE_THREADS") or 2195 bb.event.fire(bb.event.ParseStarted(self.toparse), self.cfgdata) 2225 bb.event.fire(event, self.cfgdata) 2376 self.cfgdata)
|
| /OK3568_Linux_fs/kernel/drivers/nfc/pn533/ |
| H A D | pn533.c | 2537 static int pn533_set_configuration(struct pn533 *dev, u8 cfgitem, u8 *cfgdata, in pn533_set_configuration() argument 2553 skb_put_data(skb, cfgdata, cfgdata_len); in pn533_set_configuration()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/ |
| H A D | README_MLAN | 507 mlanutl mlanX cfgdata <register type> [<conf file>] 2221 cfgdata 2225 mlanutl mlanX cfgdata <type> [<.conf file name>] 2233 mlanutl mlan0 cfgdata 2
|