| /kernel/linux/linux-6.6/drivers/media/radio/ |
| D | radio-shark.c | 7 * 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 …]
|
| D | radio-shark2.c | 77 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 …]
|
| D | Makefile | 22 obj-$(CONFIG_RADIO_SHARK) += radio-shark.o
|
| /kernel/linux/linux-5.10/drivers/media/radio/ |
| D | radio-shark.c | 7 * 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 …]
|
| D | radio-shark2.c | 77 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 …]
|
| D | Makefile | 15 obj-$(CONFIG_RADIO_SHARK) += radio-shark.o
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | autofs-mount-control.rst | 51 /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 …]
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | autofs-mount-control.rst | 51 /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 …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/ |
| D | paride.rst | 45 - 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
|
| /kernel/linux/linux-6.6/include/linux/platform_data/ |
| D | leds-lm3642.h | 7 * Author: G.Shark Jeong <gshark.jeong@gmail.com>
|
| D | lp8755.h | 8 * G.Shark Jeong <gshark.jeong@gmail.com>
|
| D | leds-lm355x.h | 7 * Author: G.Shark Jeong <gshark.jeong@gmail.com>
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | leds-lm3642.h | 7 * Author: G.Shark Jeong <gshark.jeong@gmail.com>
|
| D | lp8755.h | 8 * G.Shark Jeong <gshark.jeong@gmail.com>
|
| D | leds-lm355x.h | 7 * Author: G.Shark Jeong <gshark.jeong@gmail.com>
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/ |
| D | video-interface-devices.yaml | 59 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.
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/blockdev/ |
| D | paride.rst | 46 - Avatar Shark 113 Avatar Shark epat
|
| /kernel/linux/linux-5.10/sound/isa/ad1816a/ |
| D | ad1816a.c | 31 "{Shark Predator ISA}}"); 67 /* Shark Predator ISA - added by Ken Arromdee */
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| D | radio-cardlist.rst | 23 radio-shark Griffin radioSHARK USB radio receiver
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/media/ |
| D | radio-cardlist.rst | 23 radio-shark Griffin radioSHARK USB radio receiver
|
| /kernel/linux/linux-6.6/arch/arm/tools/ |
| D | mach-types | 28 shark ARCH_SHARK SHARK 15
|
| /kernel/linux/linux-5.10/arch/arm/tools/ |
| D | mach-types | 28 shark ARCH_SHARK SHARK 15
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
| D | video-interfaces.txt | 118 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.
|
| /kernel/linux/linux-5.10/sound/pci/trident/ |
| D | trident.c | 29 "{Shark,Predator4D-PCI},"
|
| /kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
| D | Makefile | 63 # FIXME: Previous assignment to ztextaddr-y is lost here. See SHARK
|