Home
last modified time | relevance | path

Searched full:shark (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/drivers/media/radio/
H A Dradio-shark.c7 * The info necessary to drive the shark was taken from the small userspace
8 * shark.c program by Michael Rolig, which he kindly placed in the Public
82 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()
[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 DMakefile22 obj-$(CONFIG_RADIO_SHARK) += radio-shark.o
H A DKconfig60 module will be called radio-shark.
/openbmc/linux/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 …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/
H A Dgst-shark_0.8.1.bb1 SUMMARY = "Gst-Shark Tracers"
17 git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH} \
/openbmc/linux/include/linux/platform_data/
H A Dleds-lm3642.h7 * Author: G.Shark Jeong <gshark.jeong@gmail.com>
H A Dlp8755.h8 * G.Shark Jeong <gshark.jeong@gmail.com>
H A Dleds-lm355x.h7 * Author: G.Shark Jeong <gshark.jeong@gmail.com>
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dvideo-interface-devices.yaml59 A typical example of a (very common) picture of a shark swimming from left
92 Assuming the above represented scene of the swimming shark, the lens
110 Note the shark being upside-down.
/openbmc/linux/Documentation/admin-guide/blockdev/
H A Dparide.rst46 - Avatar Shark
113 Avatar Shark epat
/openbmc/linux/Documentation/admin-guide/media/
H A Dradio-cardlist.rst23 radio-shark Griffin radioSHARK USB radio receiver
/openbmc/linux/arch/arm/tools/
H A Dmach-types28 shark ARCH_SHARK SHARK 15
/openbmc/linux/arch/arm/boot/compressed/
H A DMakefile63 # FIXME: Previous assignment to ztextaddr-y is lost here. See SHARK
/openbmc/linux/arch/alpha/
H A DKconfig114 Shark DS 20L
288 bool "Shark"
/openbmc/linux/arch/alpha/kernel/
H A Dsys_dp264.c10 * add support for the addition of Shark to the
642 .vector_name = "Shark",
H A Dsetup.c735 "Flying Clipper", "Shark"
848 &shark_mv, /* shark */ in get_sysvec()
/openbmc/linux/sound/isa/ad1816a/
H A Dad1816a.c60 /* Shark Predator ISA - added by Ken Arromdee */
/openbmc/linux/drivers/leds/
H A Dleds-lm3642.c413 MODULE_AUTHOR("G.Shark Jeong <gshark.jeong@gmail.com>");
H A Dleds-lm355x.c528 MODULE_AUTHOR("G.Shark Jeong <gshark.jeong@gmail.com>");
/openbmc/linux/drivers/ata/pata_parport/
H A Depat.c8 * SyQuest EZ drives, the Avatar Shark and the Imation SuperDisk.
/openbmc/linux/arch/x86/include/asm/
H A Dmsr.h78 * shark will reach you, wherever you are! You've been warned.
/openbmc/linux/drivers/net/usb/
H A DKconfig55 Shark Pocket Adapter
H A Dkaweth.c140 { USB_DEVICE(0x13d2, 0x0400) }, /* Shark Pocket Adapter */
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst552 A few examples are below reported, using a shark swimming from left to

12