| /linux/drivers/phy/spacemit/ |
| H A D | phy-k3-combo.c | 126 struct k3_lane_group *lg = &phy->groups[i]; in k3_combo_phy_init_lanes() local 138 lg->phy = devm_phy_create(phy->dev, NULL, ops); in k3_combo_phy_init_lanes() 139 if (IS_ERR(lg->phy)) in k3_combo_phy_init_lanes() 140 return PTR_ERR(lg->phy); in k3_combo_phy_init_lanes() 142 lg->is_pcie = !is_usb; in k3_combo_phy_init_lanes() 143 lg->data = data; in k3_combo_phy_init_lanes() 144 lg->base = phy->base; in k3_combo_phy_init_lanes() 145 phy_set_drvdata(lg->phy, lg); in k3_combo_phy_init_lanes() 162 struct k3_lane_group *lg; in k3_combo_phy_xlate() local 174 lg = &phy->groups[args->args[0]]; in k3_combo_phy_xlate() [all …]
|
| H A D | phy-k3-common.c | 138 static int k3_usb3phy_init_single(struct k3_lane_group *lg, void __iomem *base) in k3_usb3phy_init_single() argument 140 struct phy *phy = lg->phy; in k3_usb3phy_init_single() 227 struct k3_lane_group *lg = phy_get_drvdata(phy); in k3_usb3phy_init() local 230 for (i = 0; i < lg->data->lanes; i++) { in k3_usb3phy_init() 231 ret = k3_usb3phy_init_single(lg, lg->base + lg->data->offsets[i]); in k3_usb3phy_init() 247 struct k3_lane_group *lg = phy_get_drvdata(phy); in k3_pcie_phy_init() local 248 void __iomem *phy_base = lg->base + lg->data->offsets[0]; in k3_pcie_phy_init() 261 for (i = 0; i < lg->data->lanes; i++) { in k3_pcie_phy_init() 262 void __iomem *lane_base = lg->base + lg->data->offsets[i]; in k3_pcie_phy_init() 284 for (i = 0; i < lg->data->lanes; i++) { in k3_pcie_phy_init() [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A D | tuner-cardlist.rst | 34 25 LG PAL_I+FM (TAPC-I001D) 35 26 LG PAL_I (TAPC-I701D) 36 27 LG NTSC+FM (TPI8NSR01F) 37 28 LG PAL_BG+FM (TPI8PSB01D) 38 29 LG PAL_BG (TPI8PSB11D) 46 37 LG PAL (newer TAPC series) 48 39 LG NTSC (newer TAPC series) 56 47 LG NTSC (TAPE series) 73 64 LG TDVS-H06xF 75 66 LG TALN series
|
| H A D | lmedm04.rst | 38 The LG firmware can be found on the driver 39 disk DM04+_5.1A[LG] in BDADriver/driver 41 For DM04 LME2510 (LG Tuner) 53 will produce dvb-usb-lme2510-lg.fw 56 Other LG firmware can be extracted manually from US280D.sys 59 dd if=US280D.sys ibs=1 skip=42360 count=3924 of=dvb-usb-lme2510-lg.fw 61 For DM04 LME2510C (LG Tuner) 66 dd if=US280D.sys ibs=1 skip=35200 count=3850 of=dvb-usb-lme2510c-lg.fw
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-lg-laptop | 1 What: /sys/devices/platform/lg-laptop/reader_mode 8 What: /sys/devices/platform/lg-laptop/fn_lock 15 What: /sys/devices/platform/lg-laptop/battery_care_limit 23 What: /sys/devices/platform/lg-laptop/fan_mode 30 What: /sys/devices/platform/lg-laptop/usb_charge
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | lg-laptop.rst | 4 LG Gram laptop extra features 15 - FN-F1 (LG control panel) - Generates F15 26 Writing 0/1 to /sys/devices/platform/lg-laptop/reader_mode disables/enables 34 Writing 0/1 to /sys/devices/platform/lg-laptop/fn_lock disables/enables 51 Writing 0/1/2 to /sys/devices/platform/lg-laptop/fan_mode sets fan mode to 58 Writing 0/1 to /sys/devices/platform/lg-laptop/usb_charge disables/enables
|
| /linux/Documentation/devicetree/bindings/display/panel/ |
| H A D | lg,lg4573.yaml | 4 $id: http://devicetree.org/schemas/display/panel/lg,lg4573.yaml# 7 title: LG LG4573 TFT Liquid Crystal Display with SPI control bus 22 const: lg,lg4573 40 compatible = "lg,lg4573";
|
| H A D | lg,ld070wx3-sl01.yaml | 4 $id: http://devicetree.org/schemas/display/panel/lg,ld070wx3-sl01.yaml# 7 title: LG Corporation 7" WXGA TFT LCD panel 18 - const: lg,ld070wx3-sl01 45 compatible = "lg,ld070wx3-sl01";
|
| /linux/drivers/media/common/ |
| H A D | tveeprom.c | 118 { TUNER_LG_NTSC_FM, "LG TP18NSR01F"}, 119 { TUNER_LG_PAL_FM, "LG TP18PSB01D"}, 120 { TUNER_LG_PAL, "LG TP18PSB11D"}, 121 { TUNER_LG_PAL_I_FM, "LG TAPC-I001D"}, 123 { TUNER_LG_PAL_I, "LG TAPC-I701D"}, 126 { TUNER_ABSENT, "LG TPI8NSR11F"}, 134 { TUNER_PHILIPS_FM1216ME_MK3, "LG S001D MK3"}, 135 { TUNER_ABSENT, "LG M001D MK3"}, 136 { TUNER_PHILIPS_FM1216ME_MK3, "LG S701D MK3"}, 137 { TUNER_ABSENT, "LG M701D MK3"}, [all …]
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_qos.c | 212 struct sparx5_lg *lg; in sparx5_lg_get_group_by_rate() local 216 lg = &l->leak_groups[i]; in sparx5_lg_get_group_by_rate() 217 if (rate <= lg->max_rate) { in sparx5_lg_get_group_by_rate() 408 struct sparx5_lg *lg; in sparx5_leak_groups_init() local 417 lg = &layer->leak_groups[ii]; in sparx5_leak_groups_init() 418 lg->max_rate = ops->get_hsch_max_group_rate(i); in sparx5_leak_groups_init() 423 leak_time_us = (SPX5_SE_RATE_MAX * 1000) / lg->max_rate; in sparx5_leak_groups_init() 426 lg->leak_time = 1000 * leak_time_us; in sparx5_leak_groups_init() 429 lg->resolution = 1000 / leak_time_us; in sparx5_leak_groups_init() 434 lg->max_ses = (1000 * leak_time_us) / sys_clk_per_100ps; in sparx5_leak_groups_init() [all …]
|
| /linux/arch/s390/boot/ |
| H A D | head_kdump.S | 29 lg %r2,0(%r2) # already relocated: 37 lg %r2,0x418(%r4) # Get kdump base 38 lg %r3,0x420(%r4) # Get kdump size 76 lg %r14,.Lstartup_kdump-0b(%r13)
|
| /linux/sound/mips/ |
| H A D | ad1843.c | 298 int lg, rg, lm, rm; in ad1843_get_gain() local 302 ad1843_read_multi(ad1843, 2, gp->lfield, &lg, gp->rfield, &rg); in ad1843_get_gain() 304 lg = mask - lg; in ad1843_get_gain() 310 lg = 0; in ad1843_get_gain() 314 return lg << 0 | rg << 8; in ad1843_get_gain() 328 int lg = (newval >> 0) & mask; in ad1843_set_gain() local 330 int lm = (lg == 0) ? 1 : 0; in ad1843_set_gain() 334 lg = mask - lg; in ad1843_set_gain() 339 ad1843_write_multi(ad1843, 2, gp->lfield, lg, gp->rfield, rg); in ad1843_set_gain()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8992-lg-bullhead-rev-10.dts | 8 #include "msm8992-lg-bullhead.dtsi" 11 model = "LG Nexus 5X rev 1.0";
|
| H A D | msm8992-lg-bullhead-rev-101.dts | 8 #include "msm8992-lg-bullhead.dtsi" 11 model = "LG Nexus 5X rev 1.01";
|
| H A D | msm8916-lg-c50.dts | 10 model = "LG Leon LTE"; 11 compatible = "lg,c50", "qcom,msm8916";
|
| H A D | msm8992-lg-h815.dts | 3 * MSM8992 LG G4 (h815) device tree. 22 model = "LG G4 (H815)"; 23 compatible = "lg,h815", "qcom,msm8992";
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | cfp.c | 66 /* LG 160M */ 74 /* LG 80M */ 82 /* LG 40M */ 90 /* LG 20M */ 99 /* LG 160M */ 107 /* LG 80M */ 115 /* LG 40M */ 123 /* LG 20M */
|
| /linux/arch/arm64/boot/dts/lg/ |
| H A D | lg1312-ref.dts | 5 * Copyright (C) 2016, LG Electronics 16 model = "LG Electronics, DTV SoC LG1312 Reference Board";
|
| H A D | lg1313-ref.dts | 5 * Copyright (C) 2016, LG Electronics 16 model = "LG Electronics, DTV SoC LG1313 Reference Board";
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | Makefile | 47 tegra30-lg-p880.dtb \ 48 tegra30-lg-p895.dtb \
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| H A D | lmedm04.h | 5 * LME2510C + LG TDQY-P001F 6 * LME2510 + LG TDQY-P001F 12 * LG TDQY - P001F =(TDA8263 + TDA10086H)
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-lg-ld070wx3.c | 166 { .compatible = "lg,ld070wx3-sl01" }, 173 .name = "panel-lg-ld070wx3", 182 MODULE_DESCRIPTION("LG LD070WX3-SL01 DSI panel driver");
|
| /linux/tools/testing/selftests/net/ |
| H A D | tcp_mmap.c | 303 printf("received %lg MB (%lg %% mmap'ed) in %lg s, %lg Gbit\n" in child_thread() 304 " cpu usage user:%lg sys:%lg, %lg usec per MB, %lu c-switches, rcv_mss %u\n", in child_thread()
|
| /linux/Documentation/devicetree/bindings/iio/pressure/ |
| H A D | honeywell,hsc030pa.yaml | 70 100KD, 160KD, 250KD, 400KD, 250LG, 400LG, 600LG, 001KG, 1.6KG,
|
| /linux/drivers/platform/x86/ |
| H A D | lg-laptop.c | 3 * lg-laptop.c - LG Gram ACPI features and hotkeys Driver 41 MODULE_DESCRIPTION("LG WMI Hotkey Driver"); 106 #define PLATFORM_NAME "lg-laptop" 123 /* LG control panel */ 586 .name = "LG Battery Extension", 793 input_dev->name = "LG WMI hotkeys"; in lg_laptop_input_init() 1087 .name = "LG Gram Laptop Support",
|