Home
last modified time | relevance | path

Searched refs:host_dev (Results 1 – 8 of 8) sorted by relevance

/freebsd/stand/userboot/userboot/
H A Dhost.c48 if (f->f_dev != &host_dev) in host_open()
121 printf("%s devices:", host_dev.dv_name); in host_dev_print()
165 struct devsw host_dev = { variable
H A Dconf.c55 &host_dev,
H A Dlibuserboot.h42 extern struct devsw host_dev;
H A Dmain.c262 dev.dd.d_dev = &host_dev; in extract_currdev()
/freebsd/stand/kboot/kboot/
H A Dconf.c38 extern struct devsw host_dev;
57 &host_dev,
H A Dhostfs.c14 extern struct devsw host_dev;
56 if (f->f_dev != &host_dev) { in hostfs_open()
247 printf("%s devices:", host_dev.dv_name);
277 struct devsw host_dev = {
269 struct devsw host_dev = { global() variable
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dahb.c954 struct device *host_dev = ab->dev; in ath11k_ahb_fw_resources_init() local
973 node = of_get_child_by_name(host_dev->of_node, "wifi-firmware"); in ath11k_ahb_fw_resources_init()
980 info.parent = host_dev; in ath11k_ahb_fw_resources_init()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.c1590 struct device *host_dev = &ar_snoc->dev->dev; in ath10k_fw_init() local
1597 node = of_get_child_by_name(host_dev->of_node, "wifi-firmware"); in ath10k_fw_init()
1605 info.parent = host_dev; in ath10k_fw_init()