| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/ |
| H A D | panel-sharp-lq101r1sx01.c | 38 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 …]
|
| H A D | panel-sharp-ls037v7dw01.c | 3 * Sharp LS037V7DW01 LCD Panel Driver 7 * Based on the omapdrm-specific panel-sharp-ls037v7dw01 driver 207 { .compatible = "sharp,ls037v7dw01", }, 217 .name = "panel-sharp-ls037v7dw01", 225 MODULE_DESCRIPTION("Sharp LS037V7DW01 Panel Driver");
|
| H A D | Kconfig | 391 tristate "Sharp LQ101R1SX01 panel" 396 Say Y here if you want to enable support for Sharp LQ101R1SX01 402 will be called panel-sharp-lq101r1sx01. 405 tristate "Sharp LS037V7DW01 VGA LCD panel" 408 Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 412 tristate "Sharp LS043T1LE01 qHD video mode panel" 417 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/light/ |
| H A D | sharp,gp2ap002.yaml | 4 $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 …]
|
| H A D | gp2ap020a00f.txt | 1 * Sharp GP2AP020A00F I2C Proximity/ALS sensor 8 - compatible : should be "sharp,gp2ap020a00f" 17 compatible = "sharp,gp2ap020a00f";
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | Kconfig | 236 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | ir-sharp-decoder.c | 2 /* 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");
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/ |
| H A D | BuildOptions.cmake | 65 set(RKAIQ_HAVE_SHARP_V1 FALSE CACHE INTERNAL "Build rkaiq's SHARP version 1" FORCE) 66 set(RKAIQ_HAVE_SHARP_V3 FALSE CACHE INTERNAL "Build rkaiq's SHARP version 3" FORCE) 67 set(RKAIQ_HAVE_SHARP_V4 FALSE CACHE INTERNAL "Build rkaiq's SHARP version 4" FORCE) 68 set(RKAIQ_HAVE_SHARP_V33 FALSE CACHE INTERNAL "Build rkaiq's SHARP version 33" FORCE) 69 … set(RKAIQ_HAVE_SHARP_V33_LITE TRUE CACHE INTERNAL "Build rkaiq's SHARP version 33Lite" FORCE) 155 set(RKAIQ_HAVE_SHARP_V1 FALSE CACHE INTERNAL "Build rkaiq's SHARP version 1" FORCE) 156 set(RKAIQ_HAVE_SHARP_V3 FALSE CACHE INTERNAL "Build rkaiq's SHARP version 3" FORCE) 157 set(RKAIQ_HAVE_SHARP_V4 FALSE CACHE INTERNAL "Build rkaiq's SHARP version 4" FORCE) 158 set(RKAIQ_HAVE_SHARP_V33 TRUE CACHE INTERNAL "Build rkaiq's SHARP version 33" FORCE) 159 …set(RKAIQ_HAVE_SHARP_V33_LITE FALSE CACHE INTERNAL "Build rkaiq's SHARP version 33Lite" FORCE) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/img-ir/ |
| H A D | img-ir-sharp.c | 3 * 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
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/ |
| H A D | sharp,lq101r1sx01.yaml | 4 $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";
|
| H A D | panel-simple.yaml | 244 # 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
|
| H A D | sharp,ls043t1le01.yaml | 4 $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";
|
| H A D | sharp,lq150x1lg11.yaml | 4 $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";
|
| H A D | sharp,ls037v7dw01.yaml | 4 $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";
|
| H A D | sharp,ld-d5116z01b.yaml | 4 $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
|
| /OK3568_Linux_fs/kernel/sound/soc/pxa/ |
| H A D | Kconfig | 45 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
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-bus-usb | 33 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>
|
| /OK3568_Linux_fs/kernel/drivers/video/backlight/ |
| H A D | Kconfig | 25 tristate "LCD Panel support for SHARP corgi/spitz model" 28 Say y here to support the LCD panels usually found on SHARP 94 tristate "Sharp SL-6000 LCD Driver" 97 If you have an Sharp SL-6000 Zaurus say Y to enable a driver 205 tristate "Sharp LOCOMO LCD/Backlight Driver" 209 If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to 279 tristate "Sharp SL-6000 Backlight Driver" 282 If you have an Sharp SL-6000 Zaurus say Y to enable a driver
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | buffer_join_miter.hpp | 28 \brief Let the buffer create sharp corners 31 It creates a sharp corners around each convex vertex. It can be applied 33 If corners are sharp by themselves, the miters might become very long. Therefore 57 //! \param miter_limit The miter limit, to avoid excessively long miters around sharp corners 63 //! Fills output_range with a sharp shape around a vertex
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | RkAiqCalibDb.cpp | 180 sizeof(CalibDb_Sharp_ModeCell_t) * calib->sharp.mode_num, in persistCalib() 181 (char*)(calib->sharp.mode_cell)); in persistCalib() 217 sizeof(CalibDb_Sharp_ModeCell_t) * calib->sharp.mode_num, in reconstructCalib() 218 (char**)(&calib->sharp.mode_cell)); in reconstructCalib() 383 // sharp in _calc_checksum() 384 data = (uint32_t*)(pCalibDb->sharp.mode_cell); in _calc_checksum() 385 size = pCalibDb->sharp.mode_num * sizeof(CalibDb_Sharp_ModeCell_t); in _calc_checksum() 600 CalibDb_Sharp_2_t *sharp = in releaseCalibDb() local 601 (CalibDb_Sharp_2_t*)CALIBDB_GET_MODULE_PTR(pCalibDb, sharp); in releaseCalibDb() 602 if(sharp && sharp->mode_cell != NULL) { in releaseCalibDb() [all …]
|
| /OK3568_Linux_fs/buildroot/package/mono-gtksharp3/ |
| H A D | mono-gtksharp3.hash | 1 # sha256 from https://download.gnome.org/sources/gtk-sharp/2.99/gtk-sharp-2.99.3.sha256sum 2 sha256 6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2 gtk-sharp-2.99.3.tar.xz
|
| /OK3568_Linux_fs/kernel/drivers/mtd/parsers/ |
| H A D | sharpslpart.c | 2 * sharpslpart.c - MTD partition parser for NAND flash using the SHARP FTL 3 * for logical addressing, as used on the PXA models of the SHARP SL Series. 7 * Based on SHARP GPL 2.4 sources: 12 * Copyright (C) 2002 SHARP 57 * struct sharpsl_ftl - Sharp FTL Logical Table 62 * used by the SHARP SL FTL. 213 pr_info("Sharp SL FTL: %d blocks used (%d logical, %d reserved)\n", in sharpsl_nand_init_ftl() 399 MODULE_DESCRIPTION("MTD partitioning for NAND flash on Sharp SL Series");
|
| /OK3568_Linux_fs/buildroot/package/libiio/ |
| H A D | libiio.mk | 90 $(TARGET_DIR)/usr/lib/cli/libiio-sharp-$(LIBIIO_VERSION)/libiio-sharp.dll 94 $(STAGING_DIR)/usr/lib/cli/libiio-sharp-$(LIBIIO_VERSION)/libiio-sharp.dll
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | RkAiqVersion.h | 64 * - NR,Sharp,BLC,DPCC: support 13 levels iso value 77 * - NR & sharp: support free iso level on machine 83 * - sharp: fix bug of select iso level 87 * - NR & sharp: fix bug for free iso level 141 * - support sharp fbc rotation 144 * - nr,sharp: add IQ para set & get interface 229 * - sharp: make more sharp strength for api 545 * - Support nr/sharp/cpsl/cp/ie module APIs 547 * - Fix ae/debayer/nr/sharp params 577 * - DRC/DEHAZE/MERGE/NR/SHARP: Consider PreDGain and OB offset [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/ |
| H A D | lmedm04.h | 4 * DM04/QQBOX DVB-S USB BOX LME2510C + SHARP:BS2F7HZ7395 8 * MVB7395 (LME2510C+SHARP:BS2F7HZ7395) 9 * SHARP:BS2F7HZ7395 = (STV0288+Sharp IX2505V)
|