Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 34) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dpic32.c182 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
183 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
184 { .hw_ep_num = 2, .style = FIFO_TX, .maxpacket = 512, },
185 { .hw_ep_num = 2, .style = FIFO_RX, .maxpacket = 512, },
186 { .hw_ep_num = 3, .style = FIFO_TX, .maxpacket = 512, },
187 { .hw_ep_num = 3, .style = FIFO_RX, .maxpacket = 512, },
188 { .hw_ep_num = 4, .style = FIFO_TX, .maxpacket = 512, },
189 { .hw_ep_num = 4, .style = FIFO_RX, .maxpacket = 512, },
190 { .hw_ep_num = 5, .style = FIFO_TX, .maxpacket = 512, },
191 { .hw_ep_num = 5, .style = FIFO_RX, .maxpacket = 512, },
[all …]
H A Dmusb_core.c1078 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1079 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1080 { .hw_ep_num = 2, .style = FIFO_RXTX, .maxpacket = 512, },
1081 { .hw_ep_num = 3, .style = FIFO_RXTX, .maxpacket = 256, },
1082 { .hw_ep_num = 4, .style = FIFO_RXTX, .maxpacket = 256, },
1087 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, .mode = BUF_DOUBLE, },
1088 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, .mode = BUF_DOUBLE, },
1089 { .hw_ep_num = 2, .style = FIFO_RXTX, .maxpacket = 512, .mode = BUF_DOUBLE, },
1090 { .hw_ep_num = 3, .style = FIFO_RXTX, .maxpacket = 256, },
1091 { .hw_ep_num = 4, .style = FIFO_RXTX, .maxpacket = 256, },
[all …]
/rk3399_rockchip-uboot/include/linux/usb/
H A Dmusb.h44 enum musb_fifo_style style; member
52 .style = st, \
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Du-boot.lds3 * Use of this source code is governed by a BSD-style license that can be
H A Du-boot-spl.lds3 * Use of this source code is governed by a BSD-style license that can be
/rk3399_rockchip-uboot/doc/
H A DREADME.plan912 uninitialized to permit manual configuration. For example, PC-style
H A DREADME.NDS3214 - RISC-style register-based instruction set.
H A DREADME.android-fastboot-protocol99 * Command parameters are indicated by printf-style escape sequences.
H A DREADME.trace293 your Debian-style machine, and use your favourite search engine to obtain
/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.css29 border-style: solid;
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dbcm2836.dtsi70 /* Make the BCM2835-style global interrupt controller be a child of the
H A Dbcm2837.dtsi68 /* Make the BCM2835-style global interrupt controller be a child of the
H A Dzynq-zc706.dts97 adi,input-style = <3>;
H A Dzynq-zc702.dts143 adi,input-style = <3>;
/rk3399_rockchip-uboot/doc/device-tree-bindings/regulator/
H A Dfixed.txt19 Other kernel-style properties, are currently not used.
H A Dregulator.txt45 Other kernel-style properties, are currently not used.
/rk3399_rockchip-uboot/scripts/
H A DMakefile.extrawarn27 warning-1 += -Wold-style-definition
H A DKbuild.include154 # Usage: ldflags += $(call cc-ldoption, -Wl$(comma)--hash-style=both)
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dgconf.c113 GtkStyle * style, gchar * btn_name, gchar ** xpm) in replace_button_icon() argument
121 &style->bg[GTK_STATE_NORMAL], in replace_button_icon()
136 GtkStyle *style; in init_main_window() local
169 style = gtk_widget_get_style(main_wnd); in init_main_window()
172 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
174 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
176 replace_button_icon(xml, main_wnd->window, style, in init_main_window()
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dhowto.txt69 Example 1 -- old-style (non-FDT) kernel booting
73 development host is to be booted old-style (non-FDT) by U-Boot on an embedded
181 Example 2 -- new-style (FDT) kernel booting
185 new-style, i.e., with a FDT blob. In this case there are two prerequisite data
/rk3399_rockchip-uboot/drivers/i2c/
H A DKconfig23 Enable old-style I2C functions for compatibility with existing code.
71 configuration is given by the device tree. Kernel-style device tree
/rk3399_rockchip-uboot/arch/mips/
H A DKconfig244 Enable this option if you want U-Boot to hand over the Yamon-style
253 Enable this option if you want U-Boot to hand over the Yamon-style
/rk3399_rockchip-uboot/doc/driver-model/
H A Dpmic-framework.txt75 interface, based on kernel-style regulator device tree constraints.
/rk3399_rockchip-uboot/board/buffalo/lsxl/
H A DREADME96 Use this for new-style booting. Loads three files /vmlinuz, /initrd.img
/rk3399_rockchip-uboot/common/
H A Dcli_hush.c461 static int setup_redirect(struct p_context *ctx, int fd, redir_type style, struct in_str *input);
2297 static int setup_redirect(struct p_context *ctx, int fd, redir_type style, argument
2318 redir->type=style;
2319 redir->fd= (fd==-1) ? redir_table[style].default_fd : fd ;
2321 debug_printf("Redirect type %d%s\n", redir->fd, redir_table[style].descrip);

12