Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/media/radio/
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 …]
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 …]
DMakefile22 obj-$(CONFIG_RADIO_SHARK) += radio-shark.o
DKconfig60 module will be called radio-shark.
/Linux-v6.1/Documentation/filesystems/
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 …]
/Linux-v6.1/Documentation/admin-guide/blockdev/
Dparide.rst45 - Avatar Shark
125 Avatar Shark pd epat
292 If you have a fresh Avatar Shark cartridge, and the drive is pda, you
300 mkdir /shark -- make a place to mount the disk
302 mount /dev/pda1 /shark
/Linux-v6.1/include/linux/platform_data/
Dleds-lm3642.h7 * Author: G.Shark Jeong <gshark.jeong@gmail.com>
Dlp8755.h8 * G.Shark Jeong <gshark.jeong@gmail.com>
Dleds-lm355x.h7 * Author: G.Shark Jeong <gshark.jeong@gmail.com>
/Linux-v6.1/Documentation/devicetree/bindings/media/
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.
/Linux-v6.1/Documentation/admin-guide/media/
Dradio-cardlist.rst23 radio-shark Griffin radioSHARK USB radio receiver
/Linux-v6.1/arch/arm/tools/
Dmach-types28 shark ARCH_SHARK SHARK 15
/Linux-v6.1/arch/arm/boot/compressed/
DMakefile62 # FIXME: Previous assignment to ztextaddr-y is lost here. See SHARK
/Linux-v6.1/arch/alpha/
DKconfig111 Shark DS 20L
285 bool "Shark"
/Linux-v6.1/arch/alpha/kernel/
Dsys_dp264.c10 * add support for the addition of Shark to the
642 .vector_name = "Shark",
Dsetup.c734 "Flying Clipper", "Shark"
847 &shark_mv, /* shark */ in get_sysvec()
/Linux-v6.1/sound/isa/ad1816a/
Dad1816a.c60 /* Shark Predator ISA - added by Ken Arromdee */
/Linux-v6.1/drivers/leds/
Dleds-lm3642.c414 MODULE_AUTHOR("G.Shark Jeong <gshark.jeong@gmail.com>");
Dleds-lm355x.c528 MODULE_AUTHOR("G.Shark Jeong <gshark.jeong@gmail.com>");
/Linux-v6.1/drivers/block/paride/
DKconfig23 EZ-135, EZ-230 and SparQ drives, the Avatar Shark and the backpack
Depat.c8 SyQuest EZ drives, the Avatar Shark and the Imation SuperDisk.
/Linux-v6.1/arch/x86/include/asm/
Dmsr.h78 * shark will reach you, wherever you are! You've been warned.
/Linux-v6.1/drivers/net/usb/
DKconfig55 Shark Pocket Adapter
Dkaweth.c140 { USB_DEVICE(0x13d2, 0x0400) }, /* Shark Pocket Adapter */
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-camera.rst549 A few examples are below reported, using a shark swimming from left to

12