Home
last modified time | relevance | path

Searched refs:act (Results 1 – 25 of 27) sorted by relevance

12

/rk3399_rockchip-uboot/arch/nios2/cpu/
H A Dinterrupts.c43 struct irq_action *act; in external_interrupt() local
47 act = vecs; in external_interrupt()
55 act->handler (act->arg); in external_interrupt()
56 act->count++; in external_interrupt()
59 act++; in external_interrupt()
81 struct irq_action *act; in irq_install_handler() local
86 act = &vecs[irq]; in irq_install_handler()
90 act->handler = hdlr; in irq_install_handler()
91 act->arg = arg; in irq_install_handler()
94 act->handler = def_hdlr; in irq_install_handler()
[all …]
/rk3399_rockchip-uboot/arch/microblaze/cpu/
H A Dinterrupts.c79 struct irq_action *act; in install_interrupt_handler() local
86 act = &vecs[irq]; in install_interrupt_handler()
88 act->handler = hdlr; in install_interrupt_handler()
89 act->arg = arg; in install_interrupt_handler()
90 act->count = 0; in install_interrupt_handler()
96 act->handler = (interrupt_handler_t *)def_hdlr; in install_interrupt_handler()
97 act->arg = (void *)irq; in install_interrupt_handler()
165 struct irq_action *act = vecs + irqs; in interrupt_handler() local
175 (u32)act->handler, act->count, (u32)act->arg); in interrupt_handler()
176 act->handler(act->arg); in interrupt_handler()
[all …]
/rk3399_rockchip-uboot/net/
H A Deth_common.c85 char *act = env_get("ethact"); in eth_current_changed() local
99 if (act == NULL || strcmp(act, eth_get_name()) != 0) in eth_current_changed()
106 else if (act != NULL) in eth_current_changed()
139 static char *act; in eth_set_current() local
144 if ((act == NULL) || (env_changed_id != env_id)) { in eth_set_current()
145 act = env_get("ethact"); in eth_set_current()
149 if (act == NULL) { in eth_set_current()
160 eth_set_dev(eth_get_dev_by_name(act)); in eth_set_current()
/rk3399_rockchip-uboot/common/
H A Dcli_readline.c286 enum { ESC_REJECT, ESC_SAVE, ESC_CONVERTED } act = ESC_REJECT; in cread_line() local
290 act = ESC_SAVE; in cread_line()
295 act = ESC_CONVERTED; in cread_line()
299 act = ESC_CONVERTED; in cread_line()
303 act = ESC_CONVERTED; in cread_line()
307 act = ESC_CONVERTED; in cread_line()
311 act = ESC_CONVERTED; in cread_line()
315 act = ESC_CONVERTED; in cread_line()
324 act = ESC_SAVE; in cread_line()
333 act = ESC_CONVERTED; in cread_line()
[all …]
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dbcm2835-rpi-b.dts11 act {
H A Dbcm2835-rpi-a.dts10 act {
H A Dbcm2837-rpi-3-b.dts15 act {
H A Dbcm2835-rpi-b-rev2.dts11 act {
H A Dbcm2835-rpi-a-plus.dts10 act {
H A Dbcm2835-rpi-b-plus.dts11 act {
H A Dbcm2836-rpi-2-b.dts15 act {
H A Dbcm2835-rpi.dtsi12 act {
H A Drk3288-tinker.dtsi83 act-led {
/rk3399_rockchip-uboot/doc/device-tree-bindings/leds/
H A Dcommon.txt9 "backlight" - LED will act as a back-light, controlled by the framebuffer
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Drndis.c1219 struct list_head *act, *tmp; in rndis_free_response() local
1221 list_for_each_safe(act, tmp, in rndis_free_response()
1224 r = list_entry(act, rndis_resp_t, list); in rndis_free_response()
1235 struct list_head *act, *tmp; in rndis_get_next_response() local
1240 list_for_each_safe(act, tmp, in rndis_get_next_response()
1243 r = list_entry(act, rndis_resp_t, list); in rndis_get_next_response()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_bbt.c172 int res, ret = 0, i, j, act = 0; in read_bbt() local
215 for (j = 0; j < 8; j += bits, act++) { in read_bbt()
221 (loff_t)(offs + act) << in read_bbt()
223 bbt_mark_entry(this, offs + act, in read_bbt()
233 (loff_t)(offs + act) << in read_bbt()
237 bbt_mark_entry(this, offs + act, in read_bbt()
240 bbt_mark_entry(this, offs + act, in read_bbt()
/rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/
H A Dgpio-pcf857x.txt45 The I/O expander can detect input state changes, and thus optionally act as
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Dexynos-fb.txt46 samsung,wr-act: wr_act value in FIMD_CPU_INTERFACE mode.
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dqconf.cc951 void ConfigView::setOptionMode(QAction *act) in setOptionMode() argument
953 if (act == showNormalAction) in setOptionMode()
955 else if (act == showAllAction) in setOptionMode()
/rk3399_rockchip-uboot/doc/
H A DREADME.usb74 Note: USB Host Networking is not the same as making your board act as a USB
/rk3399_rockchip-uboot/Licenses/
H A Dgpl-2.0.txt73 covered by this License; they are outside its scope. The act of
87 You may charge a fee for the physical act of transferring a copy, and
H A Dlgpl-2.1.txt143 covered by this License; they are outside its scope. The act of
158 You may charge a fee for the physical act of transferring a copy,
H A Dlgpl-2.0.txt130 covered by this License; they are outside its scope. The act of
145 You may charge a fee for the physical act of transferring a copy,
/rk3399_rockchip-uboot/lib/libxbc/
H A DCOPYING170 License. However, in accepting such obligations, You may act only
/rk3399_rockchip-uboot/doc/driver-model/
H A Dusb-info.txt94 as a work-around for controllers which can act as USB devices in OTG

12