Home
last modified time | relevance | path

Searched refs:get_byte (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/media/platform/samsung/s5p-jpeg/
Djpeg-core.c761 static int get_byte(struct s5p_jpeg_buffer *buf);
786 components = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()
790 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()
793 x = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()
820 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_huff_tbl()
827 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_huff_tbl()
841 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_huff_tbl()
874 components = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()
881 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()
885 x = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()
[all …]
/linux-5.19.10/drivers/staging/ks7010/
Dks_hostif.c37 static inline u8 get_byte(struct ks_wlan_private *priv) in get_byte() function
51 data = (get_byte(priv) & 0xff); in get_word()
52 data |= ((get_byte(priv) << 8) & 0xff00); in get_word()
60 data = (get_byte(priv) & 0xff); in get_dword()
61 data |= ((get_byte(priv) << 8) & 0x0000ff00); in get_dword()
62 data |= ((get_byte(priv) << 16) & 0x00ff0000); in get_dword()
63 data |= ((get_byte(priv) << 24) & 0xff000000); in get_dword()
926 rssi = get_byte(priv); in hostif_phy_information_confirm()
927 signal = get_byte(priv); in hostif_phy_information_confirm()
928 get_byte(priv); /* noise */ in hostif_phy_information_confirm()
[all …]
/linux-5.19.10/arch/alpha/boot/
Dmisc.c61 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-5.19.10/arch/nios2/boot/compressed/
Dmisc.c52 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-5.19.10/lib/
Dinflate.c233 #define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })
1219 flags = (uch)get_byte(); in gunzip()
/linux-5.19.10/drivers/media/platform/renesas/
Drcar_jpu.c578 static int get_byte(struct jpeg_buffer *buf) in get_byte() function
624 c = get_byte(&jpeg_buffer); in jpu_parse_hdr()
638 get_byte(&jpeg_buffer) != 3) /* YCbCr only */ in jpu_parse_hdr()
642 return get_byte(&jpeg_buffer); in jpu_parse_hdr()