Home
last modified time | relevance | path

Searched refs:get_info (Results 1 – 25 of 164) sorted by relevance

1234567

/openbmc/u-boot/drivers/usb/eth/
H A Dusb_ether.c149 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/phosphor-mboxd/test/
H A Dget_flash_info_v2.c12 static const uint8_t get_info[] = { variable
42 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dcreate_zero_size_window.c12 static const uint8_t get_info[] = { variable
46 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dcreate_oversize_window.c12 static const uint8_t get_info[] = { variable
46 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dmark_read_dirty.c12 static const uint8_t get_info[] = { variable
49 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dcreate_read_window_v2.c12 static const uint8_t get_info[] = { variable
46 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dcreate_write_window_v2.c12 static const uint8_t get_info[] = { variable
46 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dread_window_write_flush.c12 static const uint8_t get_info[] = { variable
51 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dmark_write_dirty_v2.c12 static const uint8_t get_info[] = { variable
51 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dread_window_mark_write_erased.c12 static const uint8_t get_info[] = { variable
51 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
/openbmc/hiomapd/test/
H A Dget_flash_info_v2.c12 static const uint8_t get_info[] = { variable
42 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dmark_read_dirty.c12 static const uint8_t get_info[] = { variable
49 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dcreate_zero_size_window.c12 static const uint8_t get_info[] = { variable
46 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dcreate_oversize_window.c12 static const uint8_t get_info[] = { variable
46 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dmark_write_dirty_v2.c12 static const uint8_t get_info[] = { variable
51 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dcreate_write_window_v2.c13 static const uint8_t get_info[] = { variable
47 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dread_window_mark_write_erased.c12 static const uint8_t get_info[] = { variable
51 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dread_window_write_flush.c12 static const uint8_t get_info[] = { variable
51 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
H A Dcreate_read_window_v2.c13 static const uint8_t get_info[] = { variable
47 rc = mbox_command_dispatch(ctx, get_info, sizeof(get_info)); in main()
/openbmc/hiomapd/vpnor/test/
H A Dcreate_read_window_partition_invalid.cpp28 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 Dcreate_write_window_ro_partition.cpp27 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 Dcreate_write_window_rw_partition.cpp27 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 Dcreate_read_window_partition_invalid.cpp27 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 Dcreate_write_window_rw_partition.cpp26 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 Dcreate_write_window_ro_partition.cpp26 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()

1234567