Home
last modified time | relevance | path

Searched refs:write_header (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/logo/
H A Dpnmtologo.c228 static void write_header(void) in write_header() function
295 write_header(); in write_logo_mono()
329 write_header(); in write_logo_vga16()
371 write_header(); in write_logo_clut224()
408 write_header(); in write_logo_gray256()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsounder.c34 static int write_header(sox_format_t * ft) in write_header() function
51 write_header, lsx_rawwrite, NULL, in LSX_FORMAT_HANDLER()
H A Dwve.c41 static int write_header(sox_format_t * ft) in write_header() function
59 write_header, lsx_rawwrite, NULL, in LSX_FORMAT_HANDLER()
H A Dhtk.c49 static int write_header(sox_format_t * ft) in write_header() function
76 write_header, lsx_rawwrite, NULL, in LSX_FORMAT_HANDLER()
H A Dsoundtool.c45 static int write_header(sox_format_t * ft) in write_header() function
74 write_header, lsx_rawwrite, NULL, in LSX_FORMAT_HANDLER()
H A Dsox-fmt.c76 static int write_header(sox_format_t * ft) in write_header() function
104 startread, lsx_rawread, NULL, write_header, lsx_rawwrite, NULL, in LSX_FORMAT_HANDLER()
H A Dsf.c118 static int write_header(sox_format_t * ft) in write_header() function
150 write_header, lsx_rawwrite, NULL, in LSX_FORMAT_HANDLER()
H A Dsphere.c144 static int write_header(sox_format_t * ft) in write_header() function
195 write_header, lsx_rawwrite, NULL, in LSX_FORMAT_HANDLER()
H A Dau.c195 static int write_header(sox_format_t * ft) in write_header() function
233 write_header, lsx_rawwrite, NULL, in LSX_FORMAT_HANDLER()
/OK3568_Linux_fs/u-boot/scripts/
H A Dmkbootimg64 def write_header(args): function
225 img_id = write_header(args)
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-snap-persistent.c381 static int write_header(struct pstore *ps) in write_header() function
633 r = write_header(ps); in persistent_read_metadata()
842 if (write_header(ps)) in persistent_drop_snapshot()
/OK3568_Linux_fs/kernel/drivers/pci/endpoint/
H A Dpci-epc-core.c481 if (!epc->ops->write_header) in pci_epc_write_header()
485 ret = epc->ops->write_header(epc, func_no, header); in pci_epc_write_header()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci-epc.h44 int (*write_header)(struct pci_epc *epc, u8 func_no, member
/OK3568_Linux_fs/kernel/scripts/
H A Dmkbootimg217 def write_header(args): function
681 img_id = write_header(args)
H A Dresource_tool.c1456 static bool write_header(const int file_num) in write_header() function
1561 if (!write_header(file_num)) { in pack_image()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-rcar-ep.c460 .write_header = rcar_pcie_ep_write_header,
H A Dpcie-rockchip-ep.c518 .write_header = rockchip_pcie_ep_write_header,
/OK3568_Linux_fs/kernel/Documentation/PCI/endpoint/
H A Dpci-endpoint.rst48 * write_header: ops to populate configuration space header
/OK3568_Linux_fs/kernel/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c492 .write_header = cdns_pcie_ep_write_header,
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c465 .write_header = dw_pcie_ep_write_header,
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dresource_tool.c1456 static bool write_header(const int file_num) in write_header() function
1561 if (!write_header(file_num)) { in pack_image()