Searched refs:new_device_raw (Results 1 – 4 of 4) sorted by relevance
/external/coreboot/util/sconfig/ |
D | sconfig.h | 183 struct device *new_device_raw(struct bus *parent,
|
D | sconfig.y | 46 …$<dev>$ = new_device_raw(cur_parent, cur_chip_instance, $<number>2, $<string>3, $<string>4, $<numb…
|
D | main.c | 908 struct device *new_device_raw(struct bus *parent, in new_device_raw() function
|
D | sconfig.tab.c_shipped | 1240 …(yyval.dev) = new_device_raw(cur_parent, cur_chip_instance, (yyvsp[-3].number), (yyvsp[-2].string)…
|