Searched refs:inbuf (Results 1 – 4 of 4) sorted by relevance
| /u-boot/scripts/dtc/ |
| A D | flattree.c | 580 struct inbuf { struct 601 static uint32_t flat_read_word(struct inbuf *inb) in flat_read_word() 612 static void flat_realign(struct inbuf *inb, int align) in flat_realign() 621 static char *flat_read_string(struct inbuf *inb) in flat_read_string() 642 static struct data flat_read_data(struct inbuf *inb, int len) in flat_read_data() 678 static struct property *flat_read_property(struct inbuf *dtbuf, in flat_read_property() 679 struct inbuf *strbuf, int flags) in flat_read_property() 745 static struct node *unflatten_tree(struct inbuf *dtbuf, in unflatten_tree() 746 struct inbuf *strbuf, in unflatten_tree() 820 struct inbuf dtbuf, strbuf; in dt_from_blob() [all …]
|
| /u-boot/arch/x86/lib/ |
| A D | scu.c | 150 u32 inbuf[4] = {0}; in scu_ipc_raw_command() local 152 memcpy(inbuf, in, inlen); in scu_ipc_raw_command() 154 return scu_ipc_cmd(scu->regs, cmd, sub, inbuf, inlen, out, outlen); in scu_ipc_raw_command()
|
| /u-boot/drivers/pinctrl/renesas/ |
| A D | pfc-r7s72100.c | 41 u16 func, u16 inbuf, u16 bidir) in r7s72100_pfc_set_function() argument 53 inbuf ? BIT(line) : 0); in r7s72100_pfc_set_function()
|
| /u-boot/drivers/misc/ |
| A D | cros_ec.c | 1281 uint8_t inbuf[EC_PROTO2_MAX_PARAM_SIZE]; in cros_ec_i2c_tunnel() member
|
Completed in 15 milliseconds