/linux-4.1.27/drivers/gpu/drm/panel/ |
D | panel-sharp-lq101r1sx01.c | 42 static void sharp_wait_frames(struct sharp_panel *sharp, unsigned int frames) in sharp_wait_frames() argument 44 unsigned int refresh = drm_mode_vrefresh(sharp->mode); in sharp_wait_frames() 52 static int sharp_panel_write(struct sharp_panel *sharp, u16 offset, u8 value) in sharp_panel_write() argument 55 struct mipi_dsi_device *dsi = sharp->link1; in sharp_panel_write() 76 static __maybe_unused int sharp_panel_read(struct sharp_panel *sharp, in sharp_panel_read() argument 83 err = mipi_dsi_generic_read(sharp->link1, &offset, sizeof(offset), in sharp_panel_read() 86 dev_err(&sharp->link1->dev, "failed to read from %04x: %zd\n", in sharp_panel_read() 94 struct sharp_panel *sharp = to_sharp_panel(panel); in sharp_panel_disable() local 96 if (!sharp->enabled) in sharp_panel_disable() 99 if (sharp->backlight) { in sharp_panel_disable() [all …]
|
D | Makefile | 4 obj-$(CONFIG_DRM_PANEL_SHARP_LQ101R1SX01) += panel-sharp-lq101r1sx01.o
|
D | Kconfig | 44 will be called panel-sharp-lq101r1sx01.
|
/linux-4.1.27/drivers/media/usb/gspca/gl860/ |
D | gl860-ov2640.c | 353 s32 sharp = sd->vcur.sharpness; in ov2640_camera_settings() local 415 if (sharp != sd->vold.sharpness) { in ov2640_camera_settings() 416 sd->vold.sharpness = sharp; in ov2640_camera_settings() 417 if (sharp < 0 || sharp > sd->vmax.sharpness) in ov2640_camera_settings() 418 sharp = 0; in ov2640_camera_settings() 422 ctrl_out(gspca_dev, 0x40, 1, 0x60c0 + sharp, 0x0093, 0, NULL); in ov2640_camera_settings()
|
D | gl860-mi1320.c | 354 s32 sharp = sd->vcur.sharpness; in mi1320_camera_settings() local 440 if (sharp != sd->vold.sharpness) { in mi1320_camera_settings() 441 sd->vold.sharpness = sharp; in mi1320_camera_settings() 442 if (sharp < 0 || sharp > sd->vmax.sharpness) in mi1320_camera_settings() 443 sharp = 0; in mi1320_camera_settings() 448 ctrl_out(gspca_dev, 0x40, 1, 0xba00 + sharp, 0x00f1, 0, NULL); in mi1320_camera_settings()
|
D | gl860-mi2020.c | 640 s32 sharp = sd->vcur.sharpness; in mi2020_camera_settings() local 783 if (sharp != sd->vold.sharpness) { in mi2020_camera_settings() 784 sd->vold.sharpness = sharp; in mi2020_camera_settings() 785 if (sharp < 0 || sharp > sd->vmax.sharpness) in mi2020_camera_settings() 786 sharp = 0; in mi2020_camera_settings() 788 dat_sharp[1] = sharp; in mi2020_camera_settings()
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/light/ |
D | gp2ap020a00f.txt | 8 - compatible : should be "sharp,gp2ap020a00f" 17 compatible = "sharp,gp2ap020a00f";
|
/linux-4.1.27/Documentation/devicetree/bindings/panel/ |
D | sharp,lq101r1sx01.txt | 19 - compatible: should be "sharp,lq101r1sx01" 34 compatible = "sharp,lq101r1sx01"; 46 compatible = "sharp,lq101r1sx01";
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | sharp,ls037v7dw01.txt | 5 - compatible: "sharp,ls037v7dw01" 30 compatible = "sharp,ls037v7dw01";
|
/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/ |
D | Makefile | 11 obj-$(CONFIG_DISPLAY_PANEL_SHARP_LS037V7DW01) += panel-sharp-ls037v7dw01.o
|
/linux-4.1.27/drivers/media/rc/img-ir/ |
D | Makefile | 7 img-ir-$(CONFIG_IR_IMG_SHARP) += img-ir-sharp.o
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 33 Contact: Sarah Sharp <sarah.a.sharp@intel.com> 45 Contact: Sarah Sharp <sarah.a.sharp@intel.com> 64 Contact: Sarah Sharp <sarah.a.sharp@intel.com>
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-panel-sharp-ls037v7dw01.dtsi | 29 compatible = "sharp,ls037v7dw01";
|
D | omap3-evm-common.dtsi | 48 #include "omap3-panel-sharp-ls037v7dw01.dtsi"
|
D | omap3-ldp.dts | 174 #include "omap3-panel-sharp-ls037v7dw01.dtsi"
|
/linux-4.1.27/drivers/media/rc/ |
D | Makefile | 13 obj-$(CONFIG_IR_SHARP_DECODER) += ir-sharp-decoder.o
|
D | ir-sharp-decoder.c | 48 struct sharp_dec *data = &dev->raw->sharp; in ir_sharp_decode()
|
D | rc-core-priv.h | 90 } sharp; member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-usb | 130 Contact: Sarah Sharp <sarah.a.sharp@linux.intel.com>
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | Kconfig | 237 bool "sharp lq084v1dg21 stn display"
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 572 [1]: http://dl.dropbox.com/u/96820575/sarah-sharp-lpt-port-power-off2-mini.pdf
|