/Linux-v6.1/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
|
D | Kconfig | 60 module will be called radio-shark.
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/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
|
/Linux-v6.1/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>
|
/Linux-v6.1/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.
|
/Linux-v6.1/Documentation/admin-guide/media/ |
D | radio-cardlist.rst | 23 radio-shark Griffin radioSHARK USB radio receiver
|
/Linux-v6.1/arch/arm/tools/ |
D | mach-types | 28 shark ARCH_SHARK SHARK 15
|
/Linux-v6.1/arch/arm/boot/compressed/ |
D | Makefile | 62 # FIXME: Previous assignment to ztextaddr-y is lost here. See SHARK
|
/Linux-v6.1/arch/alpha/ |
D | Kconfig | 111 Shark DS 20L 285 bool "Shark"
|
/Linux-v6.1/arch/alpha/kernel/ |
D | sys_dp264.c | 10 * add support for the addition of Shark to the 642 .vector_name = "Shark",
|
D | setup.c | 734 "Flying Clipper", "Shark" 847 &shark_mv, /* shark */ in get_sysvec()
|
/Linux-v6.1/sound/isa/ad1816a/ |
D | ad1816a.c | 60 /* Shark Predator ISA - added by Ken Arromdee */
|
/Linux-v6.1/drivers/leds/ |
D | leds-lm3642.c | 414 MODULE_AUTHOR("G.Shark Jeong <gshark.jeong@gmail.com>");
|
D | leds-lm355x.c | 528 MODULE_AUTHOR("G.Shark Jeong <gshark.jeong@gmail.com>");
|
/Linux-v6.1/drivers/block/paride/ |
D | Kconfig | 23 EZ-135, EZ-230 and SparQ drives, the Avatar Shark and the backpack
|
D | epat.c | 8 SyQuest EZ drives, the Avatar Shark and the Imation SuperDisk.
|
/Linux-v6.1/arch/x86/include/asm/ |
D | msr.h | 78 * shark will reach you, wherever you are! You've been warned.
|
/Linux-v6.1/drivers/net/usb/ |
D | Kconfig | 55 Shark Pocket Adapter
|
D | kaweth.c | 140 { USB_DEVICE(0x13d2, 0x0400) }, /* Shark Pocket Adapter */
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-camera.rst | 549 A few examples are below reported, using a shark swimming from left to
|