Home
last modified time | relevance | path

Searched refs:shark (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/radio/
H A Dradio-shark.c82 struct shark_device *shark = tea->private_data; in shark_write_val() local
86 if (shark->last_val == val) in shark_write_val()
89 memset(shark->transfer_buffer, 0, TB_LEN); in shark_write_val()
90 shark->transfer_buffer[0] = 0xc0; /* Write shift register command */ in shark_write_val()
92 shark->transfer_buffer[i] |= (val >> (24 - i * 8)) & 0xff; in shark_write_val()
94 res = usb_interrupt_msg(shark->usbdev, in shark_write_val()
95 usb_sndintpipe(shark->usbdev, SHARK_OUT_EP), in shark_write_val()
96 shark->transfer_buffer, TB_LEN, in shark_write_val()
99 shark->last_val = val; in shark_write_val()
101 v4l2_err(&shark->v4l2_dev, "set-freq error: %d\n", res); in shark_write_val()
[all …]
H A Dradio-shark2.c77 struct shark_device *shark = tea->private_data; in shark_write_reg() local
80 memset(shark->transfer_buffer, 0, TB_LEN); in shark_write_reg()
81 shark->transfer_buffer[0] = 0x81; /* Write register command */ in shark_write_reg()
83 shark->transfer_buffer[i + 1] = (reg >> (40 - i * 8)) & 0xff; in shark_write_reg()
86 7, shark->transfer_buffer); in shark_write_reg()
88 res = usb_interrupt_msg(shark->usbdev, in shark_write_reg()
89 usb_sndintpipe(shark->usbdev, SHARK_OUT_EP), in shark_write_reg()
90 shark->transfer_buffer, TB_LEN, in shark_write_reg()
102 struct shark_device *shark = tea->private_data; in shark_read_reg() local
106 memset(shark->transfer_buffer, 0, TB_LEN); in shark_read_reg()
[all …]
H A DMakefile15 obj-$(CONFIG_RADIO_SHARK) += radio-shark.o
H A DKconfig100 module will be called radio-shark.
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-shark/
H A DConfig.in2 bool "gst1-shark"
13 https://github.com/RidgeRun/gst-shark
H A Dgst1-shark.hash2 sha256 413dbd8b6be1b09751e8d00abf9784de18cb74283c95ac078f6fb7d8750de26a gst1-shark-v0.7.5-br1.tar…
H A Dgst1-shark.mk8 GST1_SHARK_SITE = https://github.com/RidgeRun/gst-shark.git
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dautofs-mount-control.rst51 /automount/dparse/g1 shark:/autofs/export1
56 g1 shark:/autofs/export1
62 operation. So we see a mount of shark:/autofs/export1 on /test/g1, for
67 trigger. So when we walk on the path we mount shark:/autofs/export1 "on
77 / shark:/autofs/export5/testing/test \
78 /s1 shark:/autofs/export/testing/test/s1 \
79 /s2 shark:/autofs/export5/testing/test/s2 \
80 /s1/ss1 shark:/autofs/export1 \
81 /s2/ss2 shark:/autofs/export2
86 / shark:/autofs/export5/testing/test \
[all …]
/OK3568_Linux_fs/buildroot/package/trace-cmd/
H A DConfig.in12 the host via the gui "kernel shark"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/
H A Dgst-shark_git.bb19 git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH};name=base \
/OK3568_Linux_fs/buildroot/package/gstreamer1/
H A DConfig.in16 source "package/gstreamer1/gst1-shark/Config.in"
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dradio-cardlist.rst23 radio-shark Griffin radioSHARK USB radio receiver
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/packagegroups/
H A Dpackagegroup-meta-multimedia.bb49 gst-shark \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Dvideo-interfaces.txt118 A typical example of a (very common) picture of a shark swimming from
151 Assuming the above represented scene of the swimming shark, the lens
169 Note the shark being upside-down.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/
H A Dparide.rst300 mkdir /shark -- make a place to mount the disk
302 mount /dev/pda1 /shark
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dmach-types28 shark ARCH_SHARK SHARK 15
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst545 A few examples are below reported, using a shark swimming from left to
/OK3568_Linux_fs/buildroot/
H A DDEVELOPERS502 F: package/gstreamer1/gst1-shark/
H A DCHANGES3693 gst1-shark, intel-gmmlib, iwd, kf5-kcoreaddons, libeastl,
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS14649 F: drivers/media/radio/radio-shark.c