Searched refs:platform (Results 1 – 7 of 7) sorted by relevance
59 Ok(platform) => match platform.find("drivers") { in bus_driver_register()78 Ok(platform) => match platform.find("devices") { in bus_device_register()
140 crate::driver::base::platform::platform_bus_init().expect("platform bus init failed"); in new()
4 pub mod platform; module
58 ./configure --target=i386 --with-platform=efi --prefix=${grub_dir_i386_efi} --disable-werror || exi…63 ./configure --target=x86_64 --with-platform=efi --prefix=${grub_dir_x86_64_efi} --disable-werror ||…
85   以平台总线platform为例,platform总线是一种虚拟总线,可以对挂载在其上的设备和驱动进行匹配,并驱动设备。该总线是一类设备,同时也是一类总线,编程时需要创建该设备…
69 …cppcheck kernel user --platform=unix64 --std=c11 -I user/libs/ -I=kernel/ --force -j $(NPROCS) --x…72 cppcheck kernel user --platform=unix64 --std=c11 -I user/libs/ -I=kernel/ --force -j $(NPROCS)
6 platform::{131 fn compatible_table(&self) -> platform::CompatibleTable { in compatible_table()132 platform::CompatibleTable::new(vec!["uart"]) in compatible_table()254 fn compatible_table(&self) -> platform::CompatibleTable { in compatible_table()