Home
last modified time | relevance | path

Searched refs:hso (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A DMakefile11 obj-$(CONFIG_USB_HSO) += hso.o
H A DKconfig567 module will be called hso.
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c1772 unsigned int ha, hbl, hso, hspw, hborder; in decode_timing() local
1782 hso = (buf[8] + ((buf[11] & 0xc0) << 2)); in decode_timing()
1792 set_entry(&timing->hfront_porch, hso); in decode_timing()
1793 set_entry(&timing->hback_porch, hbl - hso - hspw); in decode_timing()
1819 ha, ha + hso, ha + hso + hspw, in decode_timing()
1834 unsigned int ha, hbl, hso, hspw, hborder; in decode_mode() local
1842 hso = (buf[8] + ((buf[11] & 0xc0) << 2)); in decode_mode()
1854 mode->hsync_start = ha + hso; in decode_mode()
1855 mode->hsync_end = ha + hso + hspw; in decode_mode()
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS8078 F: drivers/net/usb/hso.c