| /rk3399_rockchip-uboot/arch/nios2/cpu/ |
| H A D | interrupts.c | 43 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 D | interrupts.c | 79 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 D | eth_common.c | 85 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 D | cli_readline.c | 286 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 D | bcm2835-rpi-b.dts | 11 act {
|
| H A D | bcm2835-rpi-a.dts | 10 act {
|
| H A D | bcm2837-rpi-3-b.dts | 15 act {
|
| H A D | bcm2835-rpi-b-rev2.dts | 11 act {
|
| H A D | bcm2835-rpi-a-plus.dts | 10 act {
|
| H A D | bcm2835-rpi-b-plus.dts | 11 act {
|
| H A D | bcm2836-rpi-2-b.dts | 15 act {
|
| H A D | bcm2835-rpi.dtsi | 12 act {
|
| H A D | rk3288-tinker.dtsi | 83 act-led {
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/leds/ |
| H A D | common.txt | 9 "backlight" - LED will act as a back-light, controlled by the framebuffer
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | rndis.c | 1219 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 D | nand_bbt.c | 172 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 D | gpio-pcf857x.txt | 45 The I/O expander can detect input state changes, and thus optionally act as
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | exynos-fb.txt | 46 samsung,wr-act: wr_act value in FIMD_CPU_INTERFACE mode.
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | qconf.cc | 951 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 D | README.usb | 74 Note: USB Host Networking is not the same as making your board act as a USB
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | gpl-2.0.txt | 73 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 D | lgpl-2.1.txt | 143 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 D | lgpl-2.0.txt | 130 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 D | COPYING | 170 License. However, in accepting such obligations, You may act only
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | usb-info.txt | 94 as a work-around for controllers which can act as USB devices in OTG
|