| /linux/drivers/media/radio/ | 
| H A D | radio-shark.c | 7  * The info necessary to drive the shark was taken from the small userspace8  * 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 D | radio-shark2.c | 77 	struct shark_device *shark = tea->private_data;  in shark_write_reg()  local80 	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 …]
 
 | 
| /linux/Documentation/filesystems/ | 
| H A D | autofs-mount-control.rst | 51     /automount/dparse/g1  shark:/autofs/export156     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/include/linux/platform_data/ | 
| H A D | leds-lm3642.h | 7 * Author: G.Shark Jeong <gshark.jeong@gmail.com>
 | 
| H A D | lp8755.h | 8  *             G.Shark Jeong <gshark.jeong@gmail.com>
 | 
| H A D | leds-lm355x.h | 7  * Author: G.Shark Jeong <gshark.jeong@gmail.com>
 | 
| /linux/Documentation/admin-guide/media/ | 
| H A D | radio-cardlist.rst | 23 radio-shark            Griffin radioSHARK USB radio receiver
 | 
| /linux/arch/arm/tools/ | 
| H A D | mach-types | 28 shark			ARCH_SHARK		SHARK			15
 | 
| /linux/arch/arm/boot/compressed/ | 
| H A D | Makefile | 56 # FIXME: Previous assignment to ztextaddr-y is lost here. See SHARK
 | 
| /linux/arch/alpha/kernel/ | 
| H A D | sys_dp264.c | 10  *	add support for the addition of Shark to the642 	.vector_name		= "Shark",
 
 | 
| H A D | setup.c | 702 	"Flying Clipper", "Shark"802 		&shark_mv,		/* shark */  in get_sysvec()
 
 | 
| /linux/sound/isa/ad1816a/ | 
| H A D | ad1816a.c | 58 	/* Shark Predator ISA - added by Ken Arromdee */
 | 
| /linux/drivers/leds/ | 
| H A D | leds-lm3642.c | 413 MODULE_AUTHOR("G.Shark Jeong <gshark.jeong@gmail.com>");
 | 
| H A D | leds-lm355x.c | 528 MODULE_AUTHOR("G.Shark Jeong <gshark.jeong@gmail.com>");
 | 
| /linux/drivers/ata/pata_parport/ | 
| H A D | epat.c | 8  * SyQuest EZ drives, the Avatar Shark and the Imation SuperDisk.
 | 
| /linux/Documentation/userspace-api/media/v4l/ | 
| H A D | ext-ctrls-camera.rst | 552     A few examples are below reported, using a shark swimming from left to
 | 
| /linux/drivers/input/joystick/ | 
| H A D | xpad.c | 426 	{ 0x413d, 0x2104, "Black Shark Green Ghost Gamepad", 0, XTYPE_XBOX360 },583 	XPAD_XBOX360_VENDOR(0x413d),		/* Black Shark Green Ghost Controller */
 
 | 
| /linux/drivers/net/usb/ | 
| H A D | kaweth.c | 140 	{ USB_DEVICE(0x13d2, 0x0400) }, /* Shark Pocket Adapter */
 | 
| /linux/Documentation/sound/ | 
| H A D | alsa-configuration.rst | 2218 * Shark  Predator4D-PCI
 |