Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 25 of 4882) sorted by relevance

12345678910>>...196

/openbmc/u-boot/include/dm/
H A Dread.h19 static inline const struct device_node *dev_np(struct udevice *dev) in dev_np()
24 static inline const struct device_node *dev_np(struct udevice *dev) in dev_np()
36 static inline ofnode dev_ofnode(struct udevice *dev) in dev_ofnode()
41 static inline bool dev_of_valid(struct udevice *dev) in dev_of_valid()
526 static inline int dev_read_u32(struct udevice *dev, in dev_read_u32()
532 static inline int dev_read_u32_default(struct udevice *dev, in dev_read_u32_default()
538 static inline int dev_read_s32(struct udevice *dev, in dev_read_s32()
544 static inline int dev_read_s32_default(struct udevice *dev, in dev_read_s32_default()
550 static inline int dev_read_u32u(struct udevice *dev, in dev_read_u32u()
564 static inline const char *dev_read_string(struct udevice *dev, in dev_read_string()
[all …]
/openbmc/u-boot/drivers/core/
H A Dread.c14 int dev_read_u32(struct udevice *dev, const char *propname, u32 *outp) in dev_read_u32()
19 int dev_read_u32_default(struct udevice *dev, const char *propname, int def) in dev_read_u32_default()
24 int dev_read_s32(struct udevice *dev, const char *propname, s32 *outp) in dev_read_s32()
29 int dev_read_s32_default(struct udevice *dev, const char *propname, int def) in dev_read_s32_default()
34 int dev_read_u32u(struct udevice *dev, const char *propname, uint *outp) in dev_read_u32u()
47 const char *dev_read_string(struct udevice *dev, const char *propname) in dev_read_string()
52 bool dev_read_bool(struct udevice *dev, const char *propname) in dev_read_bool()
57 ofnode dev_read_subnode(struct udevice *dev, const char *subnode_name) in dev_read_subnode()
62 ofnode dev_read_first_subnode(struct udevice *dev) in dev_read_first_subnode()
72 int dev_read_size(struct udevice *dev, const char *propname) in dev_read_size()
[all …]
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c23 static int vhost_kernel_call(struct vhost_dev *dev, unsigned long int request, in vhost_kernel_call()
35 static int vhost_kernel_init(struct vhost_dev *dev, void *opaque, Error **errp) in vhost_kernel_init()
44 static int vhost_kernel_cleanup(struct vhost_dev *dev) in vhost_kernel_cleanup()
53 static int vhost_kernel_memslots_limit(struct vhost_dev *dev) in vhost_kernel_memslots_limit()
72 static int vhost_kernel_net_set_backend(struct vhost_dev *dev, in vhost_kernel_net_set_backend()
78 static int vhost_kernel_scsi_set_endpoint(struct vhost_dev *dev, in vhost_kernel_scsi_set_endpoint()
84 static int vhost_kernel_scsi_clear_endpoint(struct vhost_dev *dev, in vhost_kernel_scsi_clear_endpoint()
90 static int vhost_kernel_scsi_get_abi_version(struct vhost_dev *dev, int *version) in vhost_kernel_scsi_get_abi_version()
95 static int vhost_kernel_set_log_base(struct vhost_dev *dev, uint64_t base, in vhost_kernel_set_log_base()
101 static int vhost_kernel_set_mem_table(struct vhost_dev *dev, in vhost_kernel_set_mem_table()
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/b43/
Dwa.c
Dbus.c
Dphy_common.c
Dphy_lcn.c
Dphy_lp.c
/openbmc/linux/drivers/base/power/
Dgeneric_ops.c
Dpower.h
Dsysfs.c
/openbmc/u-boot/lib/
H A Dtpm_api.c14 u32 tpm_startup(struct udevice *dev, enum tpm_startup_type mode) in tpm_startup()
38 u32 tpm_auto_start(struct udevice *dev) in tpm_auto_start()
46 u32 tpm_resume(struct udevice *dev) in tpm_resume()
56 u32 tpm_self_test_full(struct udevice *dev) in tpm_self_test_full()
66 u32 tpm_continue_self_test(struct udevice *dev) in tpm_continue_self_test()
76 u32 tpm_clear_and_reenable(struct udevice *dev) in tpm_clear_and_reenable()
104 u32 tpm_nv_enable_locking(struct udevice *dev) in tpm_nv_enable_locking()
114 u32 tpm_nv_read_value(struct udevice *dev, u32 index, void *data, u32 count) in tpm_nv_read_value()
124 u32 tpm_nv_write_value(struct udevice *dev, u32 index, const void *data, in tpm_nv_write_value()
135 u32 tpm_set_global_lock(struct udevice *dev) in tpm_set_global_lock()
[all …]
/openbmc/linux/drivers/media/usb/cx231xx/
Dcx231xx-avcore.c
/openbmc/qemu/hw/pci/
H A Dpcie.c40 #define PCIE_DEV_PRINTF(dev, fmt, ...) \ argument
71 pcie_cap_v1_fill(PCIDevice *dev, uint8_t port, uint8_t type, uint8_t version) in pcie_cap_v1_fill()
163 void pcie_cap_fill_link_ep_usp(PCIDevice *dev, PCIExpLinkWidth width, in pcie_cap_fill_link_ep_usp()
181 static void pcie_cap_fill_slot_lnk(PCIDevice *dev) in pcie_cap_fill_slot_lnk()
218 int pcie_cap_init(PCIDevice *dev, uint8_t offset, in pcie_cap_init()
256 int pcie_cap_v1_init(PCIDevice *dev, uint8_t offset, uint8_t type, in pcie_cap_v1_init()
279 pcie_endpoint_cap_common_init(PCIDevice *dev, uint8_t offset, uint8_t cap_size) in pcie_endpoint_cap_common_init()
308 int pcie_endpoint_cap_init(PCIDevice *dev, uint8_t offset) in pcie_endpoint_cap_init()
313 int pcie_endpoint_cap_v1_init(PCIDevice *dev, uint8_t offset) in pcie_endpoint_cap_v1_init()
318 void pcie_cap_exit(PCIDevice *dev) in pcie_cap_exit()
[all …]
H A Dmsix.c37 static MSIMessage msix_prepare_message(PCIDevice *dev, unsigned vector) in msix_prepare_message()
47 MSIMessage msix_get_message(PCIDevice *dev, unsigned vector) in msix_get_message()
56 void msix_set_message(PCIDevice *dev, int vector, struct MSIMessage msg) in msix_set_message()
70 static uint8_t *msix_pending_byte(PCIDevice *dev, int vector) in msix_pending_byte()
75 int msix_is_pending(PCIDevice *dev, unsigned int vector) in msix_is_pending()
80 void msix_set_pending(PCIDevice *dev, unsigned int vector) in msix_set_pending()
85 void msix_clr_pending(PCIDevice *dev, int vector) in msix_clr_pending()
90 static bool msix_vector_masked(PCIDevice *dev, unsigned int vector, bool fmask) in msix_vector_masked()
103 bool msix_is_masked(PCIDevice *dev, unsigned int vector) in msix_is_masked()
108 static void msix_fire_vector_notifier(PCIDevice *dev, in msix_fire_vector_notifier()
[all …]
/openbmc/linux/drivers/mtd/nand/raw/
Dr852.c
/openbmc/linux/drivers/memstick/host/
Dr592.c
/openbmc/linux/include/linux/
Dkdev_t.h
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
Dphy.c
Dinit.c
/openbmc/u-boot/drivers/gpio/
H A Dsandbox.c25 static u8 *get_gpio_flags(struct udevice *dev, unsigned offset) in get_gpio_flags()
39 static int get_gpio_flag(struct udevice *dev, unsigned offset, int flag) in get_gpio_flag()
44 static int set_gpio_flag(struct udevice *dev, unsigned offset, int flag, in set_gpio_flag()
61 int sandbox_gpio_get_value(struct udevice *dev, unsigned offset) in sandbox_gpio_get_value()
68 int sandbox_gpio_set_value(struct udevice *dev, unsigned offset, int value) in sandbox_gpio_set_value()
73 int sandbox_gpio_get_open_drain(struct udevice *dev, unsigned offset) in sandbox_gpio_get_open_drain()
78 int sandbox_gpio_set_open_drain(struct udevice *dev, unsigned offset, int value) in sandbox_gpio_set_open_drain()
83 int sandbox_gpio_get_direction(struct udevice *dev, unsigned offset) in sandbox_gpio_get_direction()
88 int sandbox_gpio_set_direction(struct udevice *dev, unsigned offset, int output) in sandbox_gpio_set_direction()
98 static int sb_gpio_direction_input(struct udevice *dev, unsigned offset) in sb_gpio_direction_input()
[all …]
/openbmc/linux/drivers/scsi/
Dscsi_pm.c
/openbmc/linux/drivers/misc/mei/
Dhw-txe.c
/openbmc/linux/drivers/media/i2c/
Dmax9271.c
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
Dpd.c

12345678910>>...196