/openbmc/linux/drivers/memory/ |
H A D | of_memory.h | 35 u32 device_type, u32 *nr_frequencies) in of_get_ddr_timings() 48 struct device *dev, u32 device_type, u32 *nr_frequencies) in of_lpddr3_get_ddr_timings()
|
H A D | of_memory.c | 106 u32 device_type, in of_get_ddr_timings() 258 u32 device_type, u32 *nr_frequencies) in of_lpddr3_get_ddr_timings()
|
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_mdio.c | 34 u32 command, val, device_type = 0; in ngbe_phy_read_reg_mdi_c22() local 62 u32 command, val, device_type = 0; in ngbe_phy_write_reg_mdi_c22() local
|
/openbmc/linux/drivers/media/pci/mantis/ |
H A D | mantis_core.h | 31 u8 device_type; member
|
/openbmc/u-boot/drivers/cpu/ |
H A D | riscv_cpu.c | 47 const char *device_type; in riscv_cpu_get_count() local
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | cpu_x86.c | 67 const char *device_type; in cpu_x86_get_count() local
|
/openbmc/linux/include/linux/ |
H A D | device.h | 89 struct device_type { struct 90 const char *name; 91 const struct attribute_group **groups; 92 int (*uevent)(const struct device *dev, struct kobj_uevent_env *env); 93 char *(*devnode)(const struct device *dev, umode_t *mode, 95 void (*release)(struct device *dev); 97 const struct dev_pm_ops *pm;
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x550.c | 351 u32 device_type, u16 *phy_data) in ixgbe_read_phy_reg_x550em() 357 u32 device_type, u16 phy_data) in ixgbe_write_phy_reg_x550em() 694 u32 device_type, u32 *data) in ixgbe_read_iosf_sb_reg_x550() 794 __always_unused u32 device_type, in ixgbe_write_iosf_sb_reg_x550a() 820 __always_unused u32 device_type, in ixgbe_read_iosf_sb_reg_x550a() 1391 u32 device_type, u32 data) in ixgbe_write_iosf_sb_reg_x550() 3761 u32 device_type, u16 *phy_data) in ixgbe_read_phy_reg_x550a() 3787 u32 device_type, u16 phy_data) in ixgbe_write_phy_reg_x550a()
|
H A D | ixgbe_phy.c | 473 s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, in ixgbe_read_phy_reg_mdi() 550 u32 device_type, u16 *phy_data) in ixgbe_read_phy_reg_generic() 575 u32 device_type, u16 phy_data) in ixgbe_write_phy_reg_mdi() 648 u32 device_type, u16 phy_data) in ixgbe_write_phy_reg_generic()
|
/openbmc/linux/include/linux/iio/ |
H A D | sw_device.h | 32 struct iio_sw_device_type *device_type; member
|
/openbmc/linux/drivers/platform/x86/intel/int3472/ |
H A D | tps68470.c | 151 int device_type; in skl_int3472_tps68470_probe() local
|
/openbmc/linux/include/sound/ |
H A D | intel-nhlt.h | 72 u8 device_type; member 169 static inline int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type) in intel_nhlt_ssp_endpoint_mask()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-plantronics.c | 47 unsigned long device_type; member
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | device.py | 13 device_type = CachedType('struct device') variable
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | device.c | 274 static const struct device_type device_type = { .name = KBUILD_MODNAME }; variable
|
/openbmc/linux/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_if_common.c | 789 int isst_if_cdev_register(int device_type, struct isst_if_cmd_cb *cb) in isst_if_cdev_register() 832 void isst_if_cdev_unregister(int device_type) in isst_if_cdev_unregister()
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen-block.h | 53 const char *device_type; member
|
/openbmc/linux/include/linux/iio/common/ |
H A D | st_sensors.h | 53 #define ST_SENSORS_LSM_CHANNELS_EXT(device_type, mask, index, mod, \ argument 73 #define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \ argument
|
/openbmc/linux/sound/hda/ |
H A D | intel-nhlt.c | 138 int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type) in intel_nhlt_ssp_endpoint_mask()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio.h | 23 uint16_t device_type; member
|
/openbmc/qemu/hw/block/ |
H A D | xen-block.c | 869 const char *device_type, in xen_block_drive_create() 1031 const char *vdev, *device_type; in xen_block_device_create() local
|
/openbmc/linux/drivers/usb/serial/ |
H A D | kobil_sct.c | 110 __u16 device_type; member
|
/openbmc/linux/include/asm-generic/ |
H A D | hyperv-tlfs.h | 711 u64 device_type:2; member 717 u64 device_type:2; member 734 u16 device_type:2; member 745 u16 device_type:2; member 752 u32 device_type:2; member
|
/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/ |
H A D | txgbe_main.c | 309 u8 device_type = wx->subsystem_device_id & 0xF0; in txgbe_init_type_code() local
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | sunxvr500.c | 246 const char *device_type; in e3d_pci_register() local
|