/openbmc/u-boot/drivers/usb/eth/ |
H A D | usb_ether.c | 149 usb_eth_get_info get_info; member 158 .get_info = asix_eth_get_info, 165 .get_info = ax88179_eth_get_info, 172 .get_info = mcs7830_eth_get_info, 179 .get_info = smsc95xx_eth_get_info, 186 .get_info = r8152_eth_get_info, 220 for (j = 0; prob_dev[j].probe && prob_dev[j].get_info; j++) { in probe_valid_drivers() 227 if (prob_dev[j].get_info(dev, in probe_valid_drivers()
|
/openbmc/hiomapd/test/ |
H A D | get_flash_info_v2.c | 12 static const uint8_t get_info[] = { variable 42 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | create_zero_size_window.c | 12 static const uint8_t get_info[] = { variable 46 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | mark_read_dirty.c | 12 static const uint8_t get_info[] = { variable 49 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | create_oversize_window.c | 12 static const uint8_t get_info[] = { variable 46 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | read_window_mark_write_erased.c | 12 static const uint8_t get_info[] = { variable 51 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | mark_write_dirty_v2.c | 12 static const uint8_t get_info[] = { variable 51 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | create_read_window_v2.c | 13 static const uint8_t get_info[] = { variable 47 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | read_window_write_flush.c | 12 static const uint8_t get_info[] = { variable 51 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | create_write_window_v2.c | 13 static const uint8_t get_info[] = { variable 47 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
/openbmc/phosphor-mboxd/test/ |
H A D | get_flash_info_v2.c | 12 static const uint8_t get_info[] = { variable 42 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | mark_read_dirty.c | 12 static const uint8_t get_info[] = { variable 49 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | create_zero_size_window.c | 12 static const uint8_t get_info[] = { variable 46 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | create_oversize_window.c | 12 static const uint8_t get_info[] = { variable 46 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | create_write_window_v2.c | 12 static const uint8_t get_info[] = { variable 46 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | create_read_window_v2.c | 12 static const uint8_t get_info[] = { variable 46 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | read_window_write_flush.c | 12 static const uint8_t get_info[] = { variable 51 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | read_window_mark_write_erased.c | 12 static const uint8_t get_info[] = { variable 51 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | mark_write_dirty_v2.c | 12 static const uint8_t get_info[] = { variable 51 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
/openbmc/hiomapd/vpnor/test/ |
H A D | create_read_window_partition_invalid.cpp | 28 static const uint8_t get_info[] = {0x02, 0x00, 0x02, 0x00, 0x00, 0x00, variable 50 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | create_write_window_rw_partition.cpp | 27 static const uint8_t get_info[] = {0x02, 0x00, 0x02, 0x00, 0x00, 0x00, variable 52 int rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | create_write_window_ro_partition.cpp | 27 static const uint8_t get_info[] = {0x02, 0x00, 0x02, 0x00, 0x00, 0x00, variable 52 int rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
/openbmc/phosphor-mboxd/vpnor/test/ |
H A D | create_read_window_partition_invalid.cpp | 27 static const uint8_t get_info[] = {0x02, 0x00, 0x02, 0x00, 0x00, 0x00, variable 50 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | create_write_window_ro_partition.cpp | 26 static const uint8_t get_info[] = {0x02, 0x00, 0x02, 0x00, 0x00, 0x00, variable 53 int rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|
H A D | create_write_window_rw_partition.cpp | 26 static const uint8_t get_info[] = {0x02, 0x00, 0x02, 0x00, 0x00, 0x00, variable 53 int rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
|