Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 133) sorted by relevance

123456

/rk3399_rockchip-uboot/arch/arm/mach-bcm283x/
H A Dmbox.c14 int bcm2835_mbox_call_raw(u32 chan, u32 send, u32 *recv) in bcm2835_mbox_call_raw() argument
23 if (send & BCM2835_CHAN_MASK) { in bcm2835_mbox_call_raw()
24 printf("mbox: Illegal mbox data 0x%08x\n", send); in bcm2835_mbox_call_raw()
55 val = BCM2835_MBOX_PACK(chan, send); in bcm2835_mbox_call_raw()
/rk3399_rockchip-uboot/tools/kermit/
H A Dsend_image14 set send pack 1000
22 send \%1
H A Dsend_cmd12 set send pack 1000
H A Ddot.kermrc10 set send pack 1000
H A Dflash_param17 set send pack 1000
H A DREADME38 "kermit" script to send a U-Boot command and print the
/rk3399_rockchip-uboot/lib/
H A Dstring.c385 char *sbegin, *send; in strtok() local
396 send = strpbrk( sbegin, ct); in strtok()
397 if (send && *send != '\0') in strtok()
398 *send++ = '\0'; in strtok()
399 ___strtok = send; in strtok()
/rk3399_rockchip-uboot/include/
H A Dmailbox-uclass.h68 int (*send)(struct mbox_chan *chan, const void *data); member
/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm-uclass.c80 if (!ops->send || !ops->recv) in tpm_xfer()
97 ret = ops->send(dev, sendbuf, send_size); in tpm_xfer()
/rk3399_rockchip-uboot/tools/patman/
H A DREADME23 git format-patch, git send-email, etc. with the correct parameters
47 - Check out a branch, and run this script to create and send out your
63 out where to send patches pretty well.
168 Email address / alias to send patch series to (you can add this
200 Additional email addresses / aliases to send cover letter to (you
209 the commit messages, but do want to send, The notes are joined
233 you send out the next version. If 'Tested-by:' is set to
253 Cc: used by git send-email is ignored by patman, but will be
254 interpreted by git send-email if you use it.
280 Once the patches are created, patman sends them using git send-email. The
[all …]
/rk3399_rockchip-uboot/doc/
H A DREADME.android-fastboot-protocol47 send the indicated amount of data. Short packets are always
77 Host: "download:00001234" request to send 0x1234 bytes of data
81 Host: < 0x1234 bytes > send data
91 Host: "powerdown" send a command
H A DREADME.drivers.eth79 dev->send = ape_send;
131 for send/recv operations. You often do things here such as resetting the MAC
137 The send function does what you think -- transmit the specified packet whose
139 transmission is complete, and you should leave the state such that the send
180 dev->send()
H A DREADME.mpc74xx19 If you find any errors in the CPU setup code, please send us a note.
H A DREADME.mpc83xxads73 send <u-boot-bin-image>
/rk3399_rockchip-uboot/net/
H A Deth-uclass.c343 ret = eth_get_ops(current)->send(current, packet, length); in eth_send()
476 if (ops->send) in eth_post_probe()
477 ops->send += gd->reloc_off; in eth_post_probe()
/rk3399_rockchip-uboot/drivers/mailbox/
H A Dsandbox-mbox.c92 .send = sandbox_mbox_send,
H A Dmailbox-uclass.c109 return ops->send(chan, data); in mbox_send()
H A Dtegra-hsp.c182 .send = tegra_hsp_send,
/rk3399_rockchip-uboot/lib/lzo/
H A Dlzo1x_decompress.c82 const unsigned char *send = src + src_len; in lzop_decompress() local
92 while (src < send) { in lzop_decompress()
/rk3399_rockchip-uboot/drivers/net/
H A Daltera_tse.c484 return priv->ops->send(dev, packet, length); in altera_tse_send()
561 .send = altera_tse_send_sgdma,
568 .send = altera_tse_send_msgdma,
693 .send = altera_tse_send,
H A Dxilinx_ll_temac.c327 dev->send = ll_temac_send_sdma; in xilinx_ll_temac_initialize()
335 dev->send = ll_temac_send_fifo; in xilinx_ll_temac_initialize()
H A Dsandbox-raw.c139 .send = sb_eth_raw_send,
H A Dftmac100.c297 dev->send = ftmac100_send; in ftmac100_initialize()
418 .send = ftmac100_send,
/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_base.py192 self.p.send(chunk)
364 self.p.send(' ')
H A Du_boot_spawn.py107 def send(self, data): member in Spawn

123456