Home
last modified time | relevance | path

Searched refs:header (Results 1 – 25 of 32) sorted by relevance

12

/components/drivers/usb/cherryusb/platform/lvgl/
A Dimage_cursor.c60 .header.magic = LV_IMAGE_HEADER_MAGIC,
61 .header.cf = LV_COLOR_FORMAT_ARGB8888,
62 .header.flags = 0,
63 .header.w = 20,
64 .header.h = 20,
65 .header.stride = 80,
165 .header.always_zero = 0,
166 .header.w = 14,
167 .header.h = 20,
169 .header.cf = LV_IMG_CF_TRUE_COLOR_ALPHA,
/components/drivers/spi/sfud/src/
A Dsfud_sfdp.c107 uint8_t header[2 * 4] = { 0 }; in read_sfdp_header() local
113 if (read_sfdp_data(flash, header_addr, header, sizeof(header)) != SFUD_SUCCESS) { in read_sfdp_header()
118 if (!(header[0] == 'S' && in read_sfdp_header()
119 header[1] == 'F' && in read_sfdp_header()
120 header[2] == 'D' && in read_sfdp_header()
121 header[3] == 'P')) { in read_sfdp_header()
125 sfdp->minor_rev = header[4]; in read_sfdp_header()
126 sfdp->major_rev = header[5]; in read_sfdp_header()
132 header[6]); in read_sfdp_header()
154 if (read_sfdp_data(flash, header_addr, header, sizeof(header)) != SFUD_SUCCESS) { in read_basic_header()
[all …]
/components/legacy/fdt/src/
A Ddtb_get.c208 ((struct dtb_header *)dtb_node_head->header)->root = '/'; in dtb_node_get_dtb_list()
209 ((struct dtb_header *)dtb_node_head->header)->zero = '\0'; in dtb_node_get_dtb_list()
212 if (dtb_node_head->header->memreserve_sz > 0) in dtb_node_get_dtb_list()
220 if (dtb_node_head->header->memreserve == NULL) in dtb_node_get_dtb_list()
317 if (dtb_node_head->header != NULL) in dtb_node_free_dtb_list()
319 if (dtb_node_head->header->memreserve != NULL) in dtb_node_free_dtb_list()
321 free((void *)dtb_node_head->header->memreserve); in dtb_node_free_dtb_list()
323 free((void *)dtb_node_head->header); in dtb_node_free_dtb_list()
462 int i = dtb_node_head->header->memreserve_sz; in dtb_node_get_dts_dump()
467 …tf("\n/memreserve/\t0x%lx 0x%zx;", dtb_node_head->header->memreserve[i].address, dtb_node_head->he… in dtb_node_get_dts_dump()
[all …]
/components/net/lwip/lwip-2.0.3/src/apps/httpd/makefsdata/
A Dreadme.txt9 switch -e: exclude HTTP header from file (header is created at runtime, default is on)
10 switch -11: include HTTP 1.1 header (1.0 is default)
/components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/
A Dreadme.txt9 switch -e: exclude HTTP header from file (header is created at runtime, default is on)
10 switch -11: include HTTP 1.1 header (1.0 is default)
/components/drivers/usb/cherryusb/class/video/
A Dusbd_video.c780 struct video_payload_header *header; in usbd_video_stream_split_transfer() local
802 memset(header, 0, g_usbd_video[busid].stream_headerlen); in usbd_video_stream_split_transfer()
804 header->headerInfoUnion.bmheaderInfo = 0; in usbd_video_stream_split_transfer()
805 header->headerInfoUnion.headerInfoBits.endOfHeader = 1; in usbd_video_stream_split_transfer()
806 header->headerInfoUnion.headerInfoBits.endOfFrame = 0; in usbd_video_stream_split_transfer()
813 header->headerInfoUnion.headerInfoBits.endOfFrame = 1; in usbd_video_stream_split_transfer()
833 struct video_payload_header *header; in usbd_video_stream_start_write() local
850 header = (struct video_payload_header *)&ep_buf[0]; in usbd_video_stream_start_write()
852 header->headerInfoUnion.bmheaderInfo = 0; in usbd_video_stream_start_write()
853 header->headerInfoUnion.headerInfoBits.endOfHeader = 1; in usbd_video_stream_start_write()
[all …]
/components/net/lwip/lwip-1.4.1/
A DREADME.md5 …- netif.c: add RT-Thread netdev header file , status synchronize(UP, LINK_UP), address synchronize…
7 - dns.c: add RT-Thread header file, dns servers synchronize;
/components/drivers/include/drivers/
A Dusb_device.h425 struct usb_os_property_header header; in usbd_os_proerty_descriptor_send() local
431 header.dwLength = sizeof(struct usb_os_property_header); in usbd_os_proerty_descriptor_send()
432 header.bcdVersion = 0x0100; in usbd_os_proerty_descriptor_send()
433 header.wIndex = 0x05; in usbd_os_proerty_descriptor_send()
434 header.wCount = number_of_proerty; in usbd_os_proerty_descriptor_send()
437 header.dwLength += usb_os_proerty[index].dwSize; in usbd_os_proerty_descriptor_send()
439 data = (rt_uint8_t *)rt_malloc(header.dwLength); in usbd_os_proerty_descriptor_send()
442 rt_memcpy((void *)pdata,(void *)&header,sizeof(struct usb_os_property_header)); in usbd_os_proerty_descriptor_send()
A Dpci_endpoint.h114 struct rt_pci_ep_header *header; member
/components/drivers/pci/host/dw/
A Dpcie-dw.c59 rt_uint32_t header; in dw_pcie_find_next_ext_capability() local
70 header = dw_pcie_readl_dbi(pci, pos); in dw_pcie_find_next_ext_capability()
75 if (header == 0) in dw_pcie_find_next_ext_capability()
82 if (PCI_EXTCAP_ID(header) == cap && pos != start) in dw_pcie_find_next_ext_capability()
87 pos = PCI_EXTCAP_NEXTPTR(header); in dw_pcie_find_next_ext_capability()
94 header = dw_pcie_readl_dbi(pci, pos); in dw_pcie_find_next_ext_capability()
A Dpcie-dw_ep.c669 rt_uint32_t header; in dw_pcie_ep_find_ext_capability() local
674 header = dw_pcie_readl_dbi(pci, pos); in dw_pcie_ep_find_ext_capability()
676 if (PCI_EXTCAP_ID(header) == cap) in dw_pcie_ep_find_ext_capability()
681 if (!(pos = PCI_EXTCAP_NEXTPTR(header))) in dw_pcie_ep_find_ext_capability()
/components/net/lwip/lwip-2.0.3/
A DREADME.md12 …- netif.c: add RT-Thread netdev header file , status synchronize(UP, LINK_UP), address synchronize…
14 - dns.c: add RT-Thread header file, dns servers synchronize;
A DCHANGELOG29 We now have a #define for a header file name that is #included in every .c
792 from header include guards)
2201 to the IP header (used by igmp_ip_output_if)
2271 in the header pbuf, not the data pbuf)
2591 core header files in api.h (ip/tcp/udp/raw.h) to hide the internal
3027 some problems to fill the IP header on some targets, use now the
3041 returned the IP payload, without the IP header).
3437 * icmp.c: Reset IP header TTL in ICMP ECHO responses (bug #19580).
3530 comment out missing header include in icmp.c
4047 * All protocol header structs are now packed.
[all …]
/components/libc/compilers/
A Dreadme.md1 This folder provides uniformed header files crossing different compiler platforms, and supports bas…
/components/drivers/ofw/
A Dfdt.c1039 struct fdt_info *header; in rt_fdt_unflatten_single() local
1049 header = (void *)root + sizeof(struct rt_ofw_node); in rt_fdt_unflatten_single()
1051 rt_strncpy(header->name, "/", sizeof("/")); in rt_fdt_unflatten_single()
1053 header->fdt = fdt; in rt_fdt_unflatten_single()
1055 header->rsvmap = (struct fdt_reserve_entry *)((void *)fdt + fdt_off_mem_rsvmap(fdt)); in rt_fdt_unflatten_single()
1056 header->rsvmap_nr = fdt_num_mem_rsv(fdt); in rt_fdt_unflatten_single()
1060 root->name = (const char *)header; in rt_fdt_unflatten_single()
A Dofw.c648 struct fdt_info *header = (struct fdt_info *)np->name; in rt_ofw_node_dump_dts() local
649 struct fdt_reserve_entry *rsvmap = header->rsvmap; in rt_ofw_node_dump_dts()
660 for (int i = header->rsvmap_nr - 1; i >= 0; --i) in rt_ofw_node_dump_dts()
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dip_frag.c671 struct pbuf *header; in ip_frag() local
826 header = pbuf_alloc(PBUF_LINK, 0, PBUF_RAM); in ip_frag()
827 if (header != NULL) { in ip_frag()
828 pbuf_chain(header, rambuf); in ip_frag()
829 netif->output(netif, header, dest); in ip_frag()
832 pbuf_free(header); in ip_frag()
/components/drivers/pci/
A Dpci.c173 rt_uint32_t header; in rt_pci_find_ext_next_capability() local
189 if (rt_pci_read_config_u32(pdev, pos, &header)) in rt_pci_find_ext_next_capability()
198 if (header == 0) in rt_pci_find_ext_next_capability()
205 if (PCI_EXTCAP_ID(header) == cap && pos != start) in rt_pci_find_ext_next_capability()
210 pos = PCI_EXTCAP_NEXTPTR(header); in rt_pci_find_ext_next_capability()
217 if (rt_pci_read_config_u32(pdev, pos, &header)) in rt_pci_find_ext_next_capability()
/components/legacy/usb/usbdevice/class/
A Drndis.h58 rt_bool_t header; member
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile149 # before files name in the file list and in the header files. If set to NO the
170 # the header file containing the class definition is used. Otherwise one should
451 # only classes defined in header files are included. Does not have any effect
1035 # verbatim copy of the header file for each class for which an include is
1113 # standard header.
1118 # default header using
1697 # chapter. If it is left blank doxygen will generate a standard header. See
1699 # default header to a separate file.
1701 # Note: Only use a user-defined header if you know what you are doing! The
1702 # following commands have a special meaning inside the header: $title,
[all …]
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile149 # before files name in the file list and in the header files. If set to NO the
170 # the header file containing the class definition is used. Otherwise one should
460 # only classes defined in header files are included. Does not have any effect
1046 # verbatim copy of the header file for each class for which an include is
1124 # standard header.
1129 # default header using
1708 # chapter. If it is left blank doxygen will generate a standard header. See
1710 # default header to a separate file.
1712 # Note: Only use a user-defined header if you know what you are doing! The
1713 # following commands have a special meaning inside the header: $title,
[all …]
A Dlwip.Doxyfile.cmake.in149 # before files name in the file list and in the header files. If set to NO the
170 # the header file containing the class definition is used. Otherwise one should
460 # only classes defined in header files are included. Does not have any effect
1046 # verbatim copy of the header file for each class for which an include is
1124 # standard header.
1129 # default header using
1708 # chapter. If it is left blank doxygen will generate a standard header. See
1710 # default header to a separate file.
1712 # Note: Only use a user-defined header if you know what you are doing! The
1713 # following commands have a special meaning inside the header: $title,
[all …]
/components/legacy/fdt/inc/
A Ddtb_node.h73 const struct dtb_header *header; member
/components/net/lwip/lwip-1.4.1/doc/
A Dsys_arch.txt8 small changes to a few header files and a new sys_arch
20 the OS emulation layer must provide several header files defining
/components/net/lwip/lwip-2.0.3/doc/
A Dsys_arch.txt9 small changes to a few header files and a new sys_arch
20 the OS emulation layer must provide several header files defining

Completed in 37 milliseconds

12