Searched refs:product (Results 1 – 13 of 13) sorted by relevance
| /components/drivers/include/drivers/ |
| A D | mmcsd_card.h | 135 rt_uint16_t product; member 163 rt_uint16_t product; /* product id */ member
|
| A D | dev_sdio.h | 143 rt_uint16_t product; member
|
| /components/drivers/sdio/ |
| A D | dev_sdio.c | 590 func->product = curr->data[2]; in sdio_read_cis() 591 func->product |= curr->data[3] << 8; in sdio_read_cis() 597 card->cis.product = curr->data[2]; in sdio_read_cis() 598 card->cis.product |= curr->data[3] << 8; in sdio_read_cis() 725 if (func->product == 0) in sdio_initialize_function() 728 func->product = card->cis.product; in sdio_initialize_function() 1314 if ((id->product != SDIO_ANY_PROD_ID) && in sdio_match_card() 1315 (id->product == card->sdio_function[num]->product)) in sdio_match_card()
|
| /components/drivers/virtio/ |
| A D | virtio_input.h | 62 rt_uint16_t product; member
|
| A D | virtio_input.c | 396 if (virtio_input_dev->config->ids.product == EV_ABS) in rt_virtio_input_init() 406 if (virtio_input_dev->config->ids.product == EV_KEY) in rt_virtio_input_init()
|
| /components/drivers/spi/sfud/ |
| A D | README.md | 52 |[GD25Q16B](http://www.gigadevice.com/product/detail/5/410.html)|GigaDevice|16Mb|120Mhz|不支持|未测试| by… 53 |[GD25Q64B](http://www.gigadevice.com/product/detail/5/364.html)|GigaDevice|64Mb|120Mhz|不支持|双线||
|
| /components/drivers/usb/cherryusb/ |
| A D | LICENSE | 139 names, trademarks, service marks, or product names of the Licensor,
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 1252 # (such as a company or product suite) can be grouped.
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 1263 # (such as a company or product suite) can be grouped.
|
| A D | lwip.Doxyfile.cmake.in | 1263 # (such as a company or product suite) can be grouped.
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1719 Be careful, disabling ICMP make your product non-compliant to RFC1122, but
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 2675 Be careful, disabling ICMP make your product non-compliant to RFC1122, but
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 2928 Be careful, disabling ICMP make your product non-compliant to RFC1122, but
|
Completed in 29 milliseconds