Home
last modified time | relevance | path

Searched full:sharp (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/kernel/linux/linux-4.19/drivers/gpu/drm/panel/
Dpanel-sharp-lq101r1sx01.c42 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 backlight_disable(sharp->backlight); in sharp_panel_disable()
[all …]
DKconfig159 tristate "Sharp LQ101R1SX01 panel"
164 Say Y here if you want to enable support for Sharp LQ101R1SX01
170 will be called panel-sharp-lq101r1sx01.
173 tristate "Sharp LS043T1LE01 qHD video mode panel"
178 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
Dpanel-sharp-lq101r1sx01.c38 static void sharp_wait_frames(struct sharp_panel *sharp, unsigned int frames) in sharp_wait_frames() argument
40 unsigned int refresh = drm_mode_vrefresh(sharp->mode); in sharp_wait_frames()
48 static int sharp_panel_write(struct sharp_panel *sharp, u16 offset, u8 value) in sharp_panel_write() argument
51 struct mipi_dsi_device *dsi = sharp->link1; in sharp_panel_write()
72 static __maybe_unused int sharp_panel_read(struct sharp_panel *sharp, in sharp_panel_read() argument
79 err = mipi_dsi_generic_read(sharp->link1, &offset, sizeof(offset), in sharp_panel_read()
82 dev_err(&sharp->link1->dev, "failed to read from %04x: %zd\n", in sharp_panel_read()
90 struct sharp_panel *sharp = to_sharp_panel(panel); in sharp_panel_disable() local
92 if (!sharp->enabled) in sharp_panel_disable()
95 sharp->enabled = false; in sharp_panel_disable()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/
Dsharp,gp2ap002.yaml4 $id: http://devicetree.org/schemas/iio/light/sharp,gp2ap002.yaml#
7 title: Sharp GP2AP002A00F and GP2AP002S00F proximity and ambient light sensors
20 - sharp,gp2ap002a00f
21 - sharp,gp2ap002s00f
43 sharp,proximity-far-hysteresis:
50 sharp,proximity-close-hysteresis:
61 - sharp,proximity-far-hysteresis
62 - sharp,proximity-close-hysteresis
75 compatible = "sharp,gp2ap002a00f";
82 sharp,proximity-far-hysteresis = /bits/ 8 <0x2f>;
[all …]
Dgp2ap020a00f.txt1 * Sharp GP2AP020A00F I2C Proximity/ALS sensor
8 - compatible : should be "sharp,gp2ap020a00f"
17 compatible = "sharp,gp2ap020a00f";
/kernel/linux/linux-4.19/arch/arm/mach-pxa/
DKconfig251 bool "sharp lq084v1dg21 stn display"
475 bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
480 Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
494 bool "Enable Sharp SL-5600 (Poodle) Support"
500 bool "Enable Sharp SL-C700 (Corgi) Support"
506 bool "Enable Sharp SL-C750 (Shepherd) Support"
512 bool "Enable Sharp SL-C760 (Husky) Support"
518 bool "Enable Sharp SL-1000 (Akita) Support"
527 bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
533 bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
DKconfig236 bool "sharp lq084v1dg21 stn display"
442 bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
447 Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
461 bool "Enable Sharp SL-5600 (Poodle) Support"
467 bool "Enable Sharp SL-C700 (Corgi) Support"
473 bool "Enable Sharp SL-C750 (Shepherd) Support"
479 bool "Enable Sharp SL-C760 (Husky) Support"
485 bool "Enable Sharp SL-1000 (Akita) Support"
494 bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
500 bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
[all …]
/kernel/linux/linux-5.10/drivers/media/rc/
Dir-sharp-decoder.c2 /* ir-sharp-decoder.c - handle Sharp IR Pulse/Space protocol
32 * ir_sharp_decode() - Decode one Sharp pulse or space
40 struct sharp_dec *data = &dev->raw->sharp; in ir_sharp_decode()
49 dev_dbg(&dev->dev, "Sharp decode started at state %d (%uus %s)\n", in ir_sharp_decode()
145 "Sharp checksum error: received 0x%04x, 0x%04x\n", in ir_sharp_decode()
154 dev_dbg(&dev->dev, "Sharp scancode 0x%04x\n", scancode); in ir_sharp_decode()
161 dev_dbg(&dev->dev, "Sharp decode failed at count %d state %d (%uus %s)\n", in ir_sharp_decode()
228 pr_info("IR Sharp protocol handler initialized\n"); in ir_sharp_decode_init()
242 MODULE_DESCRIPTION("Sharp IR protocol decoder");
/kernel/linux/linux-4.19/drivers/media/rc/
Dir-sharp-decoder.c1 /* ir-sharp-decoder.c - handle Sharp IR Pulse/Space protocol
40 * ir_sharp_decode() - Decode one Sharp pulse or space
48 struct sharp_dec *data = &dev->raw->sharp; in ir_sharp_decode()
57 dev_dbg(&dev->dev, "Sharp decode started at state %d (%uus %s)\n", in ir_sharp_decode()
153 "Sharp checksum error: received 0x%04x, 0x%04x\n", in ir_sharp_decode()
162 dev_dbg(&dev->dev, "Sharp scancode 0x%04x\n", scancode); in ir_sharp_decode()
169 dev_dbg(&dev->dev, "Sharp decode failed at count %d state %d (%uus %s)\n", in ir_sharp_decode()
236 pr_info("IR Sharp protocol handler initialized\n"); in ir_sharp_decode_init()
250 MODULE_DESCRIPTION("Sharp IR protocol decoder");
/kernel/linux/linux-5.10/drivers/media/rc/img-ir/
Dimg-ir-sharp.c3 * ImgTec IR Decoder setup for Sharp protocol.
10 /* Convert Sharp data to a scancode */
36 /* Convert Sharp scancode to Sharp data filter */
68 * Sharp decoder
69 * See also http://www.sbprojects.com/knowledge/ir/sharp.php
/kernel/linux/linux-4.19/drivers/media/rc/img-ir/
Dimg-ir-sharp.c2 * ImgTec IR Decoder setup for Sharp protocol.
14 /* Convert Sharp data to a scancode */
40 /* Convert Sharp scancode to Sharp data filter */
72 * Sharp decoder
73 * See also http://www.sbprojects.com/knowledge/ir/sharp.php
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Dsharp,lq101r1sx01.yaml4 $id: http://devicetree.org/schemas/display/panel/sharp,lq101r1sx01.yaml#
7 title: Sharp Microelectronics 10.1" WQXGA TFT LCD panel
33 const: sharp,lq101r1sx01
66 compatible = "sharp,lq101r1sx01";
82 compatible = "sharp,lq101r1sx01";
Dsharp,ls043t1le01.yaml4 $id: http://devicetree.org/schemas/display/panel/sharp,ls043t1le01.yaml#
7 title: Sharp Microelectronics 4.3" qHD TFT LCD panel
17 const: sharp,ls043t1le01-qhd
43 compatible = "sharp,ls043t1le01-qhd";
Dsharp,lq150x1lg11.yaml4 $id: http://devicetree.org/schemas/display/panel/sharp,lq150x1lg11.yaml#
7 title: Sharp 15" LQ150X1LG11 XGA TFT LCD panel
17 const: sharp,lq150x1lg11
49 compatible = "sharp,lq150x1lg11";
Dsharp,ls037v7dw01.yaml4 $id: http://devicetree.org/schemas/display/panel/sharp,ls037v7dw01.yaml#
7 title: SHARP LS037V7DW01 TFT-LCD panel
23 const: sharp,ls037v7dw01
53 compatible = "sharp,ls037v7dw01";
Dpanel-simple.yaml244 # Sharp LQ035Q7DB03 3.5" QVGA TFT LCD panel
245 - sharp,lq035q7db03
246 # Sharp LQ070Y3DG3B 7.0" WVGA landscape TFT LCD panel
247 - sharp,lq070y3dg3b
248 # Sharp Display Corp. LQ101K1LY04 10.07" WXGA TFT LCD panel
249 - sharp,lq101k1ly04
250 # Sharp 12.3" (2400x1600 pixels) TFT LCD panel
251 - sharp,lq123p1jx31
252 # Sharp LS020B1DD01D 2.0" HQVGA TFT LCD panel
253 - sharp,ls020b1dd01d
Dsharp,ld-d5116z01b.yaml4 $id: http://devicetree.org/schemas/display/panel/sharp,ld-d5116z01b.yaml#
7 title: Sharp LD-D5116Z01B 12.3" WUXGA+ eDP panel
17 const: sharp,ld-d5116z01b
/kernel/linux/linux-4.19/drivers/video/backlight/
DKconfig31 tristate "LCD Panel support for SHARP corgi/spitz model"
34 Say y here to support the LCD panels usually found on SHARP
100 tristate "Sharp SL-6000 LCD Driver"
103 If you have an Sharp SL-6000 Zaurus say Y to enable a driver
200 tristate "Generic (aka Sharp Corgi) Backlight Driver"
204 known as the Corgi backlight driver. If you have a Sharp Zaurus
229 tristate "Sharp LOCOMO LCD/Backlight Driver"
233 If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
303 tristate "Sharp SL-6000 Backlight Driver"
306 If you have an Sharp SL-6000 Zaurus say Y to enable a driver
/kernel/linux/linux-4.19/sound/soc/pxa/
DKconfig45 tristate "SoC Audio support for Sharp Zaurus SL-C7x0"
50 Say Y if you want to add support for SoC audio on Sharp
54 tristate "SoC Audio support for Sharp Zaurus SL-Cxx00"
59 Say Y if you want to add support for SoC audio on Sharp
76 Say Y if you want to add support for SoC audio on Sharp
86 Say Y if you want to add support for SoC audio on Sharp
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/panel/
Dsharp,lq101r1sx01.txt1 Sharp Microelectronics 10.1" WQXGA TFT LCD panel
19 - compatible: should be "sharp,lq101r1sx01"
34 compatible = "sharp,lq101r1sx01";
46 compatible = "sharp,lq101r1sx01";
Dsharp,ls043t1le01.txt1 Sharp Microelectronics 4.3" qHD TFT LCD panel
4 - compatible: should be "sharp,ls043t1le01-qhd"
16 compatible = "sharp,ls043t1le01-qhd";
/kernel/linux/linux-5.10/sound/soc/pxa/
DKconfig45 tristate "SoC Audio support for Sharp Zaurus SL-C7x0"
50 Say Y if you want to add support for SoC audio on Sharp
54 tristate "SoC Audio support for Sharp Zaurus SL-Cxx00"
59 Say Y if you want to add support for SoC audio on Sharp
76 Say Y if you want to add support for SoC audio on Sharp
90 Say Y if you want to add support for SoC audio on Sharp
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-bus-usb33 Contact: Sarah Sharp <sarah.a.sharp@intel.com>
45 Contact: Sarah Sharp <sarah.a.sharp@intel.com>
66 Contact: Sarah Sharp <sarah.a.sharp@intel.com>
/kernel/linux/linux-4.19/Documentation/ABI/stable/
Dsysfs-bus-usb33 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>
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/light/
Dgp2ap020a00f.txt1 * Sharp GP2AP020A00F I2C Proximity/ALS sensor
8 - compatible : should be "sharp,gp2ap020a00f"
17 compatible = "sharp,gp2ap020a00f";

12345678910>>...16