Home
last modified time | relevance | path

Searched defs:type (Results 76 – 100 of 397) sorted by relevance

12345678910>>...16

/rk3399_rockchip-uboot/drivers/sysreset/
H A Dsysreset_syscon.c26 static int syscon_reboot_request(struct udevice *dev, enum sysreset_t type) in syscon_reboot_request()
/rk3399_rockchip-uboot/arch/nios2/include/asm/
H A Dio.h123 #define out_arch(type,endian,a,v) __raw_write##type(cpu_to_##endian(v),a) argument
124 #define in_arch(type,endian,a) endian##_to_cpu(__raw_read##type(a)) argument
141 #define clrbits(type, addr, clear) \ argument
144 #define setbits(type, addr, set) \ argument
147 #define clrsetbits(type, addr, clear, set) \ argument
/rk3399_rockchip-uboot/include/jffs2/
H A Dload_kernel.h22 #define MTD_DEV_TYPE(type) (type == MTD_DEV_TYPE_NAND ? "nand" : \ argument
48 u8 type; /* device type */ member
/rk3399_rockchip-uboot/drivers/rtc/
H A Dds1307.c234 enum ds_type type = dev_get_driver_data(dev); in ds1307_rtc_set() local
267 enum ds_type type = dev_get_driver_data(dev); in ds1307_rtc_get() local
/rk3399_rockchip-uboot/net/
H A Dnfs.h62 uint32_t type; member
71 uint32_t type; member
/rk3399_rockchip-uboot/tools/
H A Dfdtgrep.c34 int type; /* Types this value matches (FDT_IS... mask) */ member
115 int type, int include, const char *str) in value_add()
510 static int check_type_include(void *priv, int type, const char *data, int size) in check_type_include()
586 static int h_include(void *priv, const void *fdt, int offset, int type, in h_include()
650 int type, const char *data, int size), in fdtgrep_find_regions()
1075 int type = 0; in scan_args() local
H A Drelocate-rela.c40 uint32_t type = rela->r_info & mask; in supported_rela() local
/rk3399_rockchip-uboot/board/qualcomm/dragonboard410c/
H A Ddragonboard410c.c31 int board_prepare_usb(enum usb_init_type type) in board_prepare_usb()
/rk3399_rockchip-uboot/include/
H A Dfs.h114 unsigned type; /* one of FS_DT_x (not a mask) */ member
H A Dlmb.h48 lmb_size_bytes(struct lmb_region *type, unsigned long region_nr) in lmb_size_bytes()
H A Dos.h202 enum os_dirent_t type; /* Type of entry */ member
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra114/
H A Dclock.c104 #define TYPE(name, type) type argument
500 int *divider_bits, int *type) in get_periph_clock_info()
528 int type; in get_periph_clock_id() local
559 enum clock_type_id type; in get_periph_clock_source() local
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_connector.c20 const struct rockchip_connector_funcs *funcs, void *data, int type) in rockchip_connector_bind()
34 const struct rockchip_connector_funcs *funcs, void *data, int type) in rockchip_connector_bind()
H A Drockchip_connector.h14 int type; member
31 int type; member
/rk3399_rockchip-uboot/disk/
H A Dpart_mac.h44 __u16 type; /* OS Type */ member
63 uchar type[32]; /* string type description */ member
/rk3399_rockchip-uboot/drivers/pinctrl/rockchip/
H A Dpinctrl-rk3328.c218 u8 bit, type; in rk3328_set_pull() local
264 int type = bank->drv[pin_num / 8].drv_type; in rk3328_set_drive() local
H A Dpinctrl-rv1108.c136 u8 bit, type; in rv1108_set_pull() local
193 int type = bank->drv[pin_num / 8].drv_type; in rv1108_set_drive() local
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Deeprom.c24 int type; in read_eeprom() local
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dsymbol.c65 enum symbol_type type = sym->type; in sym_get_type() local
76 const char *sym_type_name(enum symbol_type type) in sym_type_name()
503 int type = sym_get_type(sym); in sym_tristate_within_range() local
1328 struct property *prop_alloc(enum prop_type type, struct symbol *sym) in prop_alloc()
1358 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
/rk3399_rockchip-uboot/drivers/phy/marvell/
H A Dcomphy.h75 u32 type; member
85 u32 type; member
/rk3399_rockchip-uboot/drivers/sound/
H A Drk817_codec.c113 static int rk817_codec_power_up(struct rk817_codec_priv *rk817, int type) in rk817_codec_power_up()
135 static int rk817_codec_power_down(struct rk817_codec_priv *rk817, int type) in rk817_codec_power_down()
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dusb-emul-uclass.c56 struct usb_generic_descriptor **ptr, int type, int index) in usb_emul_find_descriptor()
84 int type = value >> 8; in usb_emul_get_descriptor() local
/rk3399_rockchip-uboot/drivers/net/fm/
H A Dtgec.c88 phy_interface_t type, int speed) in tgec_set_interface_mode()
H A Dmemac.c69 phy_interface_t type, int speed) in memac_set_interface_mode()
/rk3399_rockchip-uboot/common/
H A Dzm.c328 zsbhdr(int type, char *hdr) in zsbhdr()
361 zsbh32(char *hdr, int type) in zsbh32()
382 zshhdr(int type, char *hdr) in zshhdr()

12345678910>>...16