| /Linux-v5.10/drivers/pinctrl/intel/ |
| D | pinctrl-lynxpoint.c | 207 static struct intel_community *lp_get_community(struct intel_pinctrl *lg, in lp_get_community() argument 213 for (i = 0; i < lg->ncommunities; i++) { in lp_get_community() 214 comm = &lg->communities[i]; in lp_get_community() 225 struct intel_pinctrl *lg = gpiochip_get_data(chip); in lp_gpio_reg() local 229 comm = lp_get_community(lg, offset); in lp_gpio_reg() 245 static bool lp_gpio_acpi_use(struct intel_pinctrl *lg, unsigned int pin) in lp_gpio_acpi_use() argument 249 acpi_use = lp_gpio_reg(&lg->chip, pin, LP_ACPI_OWNED); in lp_gpio_acpi_use() 275 struct intel_pinctrl *lg = pinctrl_dev_get_drvdata(pctldev); in lp_get_groups_count() local 277 return lg->soc->ngroups; in lp_get_groups_count() 283 struct intel_pinctrl *lg = pinctrl_dev_get_drvdata(pctldev); in lp_get_group_name() local [all …]
|
| /Linux-v5.10/Documentation/ABI/testing/ |
| 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 22 What: /sys/devices/platform/lg-laptop/fan_mode 29 What: /sys/devices/platform/lg-laptop/usb_charge
|
| /Linux-v5.10/arch/s390/purgatory/ |
| D | head.S | 66 lg %r4,kernel_entry-\base(%r13) 67 lg %r5,load_psw_mask-\base(%r13) 104 lg %r11,kernel_type-.base_crash(%r13) 141 lg %r9,crash_size-.base_crash(%r13) 145 lg %r10,crash_start-.base_crash(%r13) 191 lg %r9,crash_start-.base_dst(%r13) 206 lg %r5,__KEXEC_SHA_REGION_START(%r7) 220 lg %r6,__KEXEC_SHA_REGION_LEN(%r7)
|
| /Linux-v5.10/sound/mips/ |
| 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-v5.10/arch/s390/kernel/ |
| D | entry.S | 135 lg %r13,__LC_STEAL_TIMER 142 lg %r13,__LC_SYSTEM_TIMER 149 1: lg %r14,__LC_ASYNC_STACK # are we already on the target stack? 158 3: lg %r15,__LC_ASYNC_STACK # load async stack 163 lg \w1,__LC_EXIT_TIMER 164 lg \w2,__LC_LAST_UPDATE_TIMER 282 lg %r15,0(%r4,%r3) # start of kernel stack of next 286 lg %r15,__THREAD_ksp(%r1,%r3) # load kernel stack of next 302 lg %r12,__LC_CURRENT 312 lg %r14,__LC_GMAP # get gmap pointer [all …]
|
| D | base.S | 24 lg %r9,0(%r1) 45 lg %r9,0(%r1)
|
| D | relocate_kernel.S | 34 lg %r5,0(%r2) # read another word for indirection page
|
| /Linux-v5.10/Documentation/admin-guide/laptops/ |
| D | lg-laptop.rst | 28 Writing 0/1 to /sys/devices/platform/lg-laptop/reader_mode disables/enables 36 Writing 0/1 to /sys/devices/platform/lg-laptop/fn_lock disables/enables 43 Writing 80/100 to /sys/devices/platform/lg-laptop/battery_care_limit 53 Writing 1/0 to /sys/devices/platform/lg-laptop/fan_mode disables/enables 60 Writing 0/1 to /sys/devices/platform/lg-laptop/usb_charge disables/enables
|
| D | index.rst | 13 lg-laptop
|
| /Linux-v5.10/arch/s390/boot/ |
| D | head_kdump.S | 30 lg %r2,0(%r2) # already relocated: 38 lg %r2,0x418(%r4) # Get kdump base 39 lg %r3,0x420(%r4) # Get kdump size 77 lg %r14,.Lstartup_kdump-0b(%r13)
|
| D | text_dma.S | 107 lg %r2,0(%r4) # Disable lowcore protection
|
| /Linux-v5.10/Documentation/admin-guide/media/ |
| D | lmedm04.rst | 53 will produce dvb-usb-lme2510-lg.fw 59 dd if=US280D.sys ibs=1 skip=42360 count=3924 of=dvb-usb-lme2510-lg.fw 66 dd if=US280D.sys ibs=1 skip=35200 count=3850 of=dvb-usb-lme2510c-lg.fw
|
| /Linux-v5.10/net/rose/ |
| D | rose_subr.c | 242 unsigned char l, lg, n = 0; in rose_parse_national() local 311 for (pt = p + 2, lg = 0 ; lg < l ; pt += AX25_ADDR_LEN, lg += AX25_ADDR_LEN) { in rose_parse_national()
|
| D | af_rose.c | 1163 int lg; in rose_sendmsg() local 1183 lg = (ROSE_PACLEN > skb->len) ? skb->len : ROSE_PACLEN; in rose_sendmsg() 1186 skb_copy_from_linear_data(skb, skb_put(skbn, lg), lg); in rose_sendmsg() 1187 skb_pull(skb, lg); in rose_sendmsg()
|
| /Linux-v5.10/fs/ntfs/ |
| D | compress.c | 332 u16 lg, pt, length, max_non_overlap; in ntfs_decompress() local 367 lg = 0; in ntfs_decompress() 369 lg++; in ntfs_decompress() 379 dp_back_addr = dp_addr - (pt >> (12 - lg)) - 1; in ntfs_decompress() 384 length = (pt & (0xfff >> lg)) + 3; in ntfs_decompress()
|
| /Linux-v5.10/drivers/gpu/drm/panel/ |
| D | Makefile | 18 obj-$(CONFIG_DRM_PANEL_LG_LB035Q02) += panel-lg-lb035q02.o 19 obj-$(CONFIG_DRM_PANEL_LG_LG4573) += panel-lg-lg4573.o
|
| /Linux-v5.10/drivers/scsi/qla2xxx/ |
| D | qla_mbx.c | 2445 struct logio_entry_24xx *lg; in qla24xx_login_fabric() local 2459 lg = dma_pool_zalloc(ha->s_dma_pool, GFP_KERNEL, &lg_dma); in qla24xx_login_fabric() 2460 if (lg == NULL) { in qla24xx_login_fabric() 2466 lg->entry_type = LOGINOUT_PORT_IOCB_TYPE; in qla24xx_login_fabric() 2467 lg->entry_count = 1; in qla24xx_login_fabric() 2468 lg->handle = make_handle(req->id, lg->handle); in qla24xx_login_fabric() 2469 lg->nport_handle = cpu_to_le16(loop_id); in qla24xx_login_fabric() 2470 lg->control_flags = cpu_to_le16(LCF_COMMAND_PLOGI); in qla24xx_login_fabric() 2472 lg->control_flags |= cpu_to_le16(LCF_COND_PLOGI); in qla24xx_login_fabric() 2474 lg->control_flags |= cpu_to_le16(LCF_SKIP_PRLI); in qla24xx_login_fabric() [all …]
|
| /Linux-v5.10/arch/s390/kernel/vdso64/ |
| D | vdso_user_wrapper.S | 27 lg %r14,STACK_FRAME_OVERHEAD(%r15)
|
| /Linux-v5.10/arch/arm64/boot/dts/ |
| D | Makefile | 17 subdir-y += lg
|
| /Linux-v5.10/drivers/infiniband/hw/mthca/ |
| D | mthca_cmd.c | 663 int lg; in mthca_map_cmd() local 683 lg = ffs(mthca_icm_addr(&iter) | mthca_icm_size(&iter)) - 1; in mthca_map_cmd() 684 if (lg < MTHCA_ICM_PAGE_SHIFT) { in mthca_map_cmd() 692 for (i = 0; i < mthca_icm_size(&iter) >> lg; ++i) { in mthca_map_cmd() 695 virt += 1ULL << lg; in mthca_map_cmd() 699 cpu_to_be64((mthca_icm_addr(&iter) + (i << lg)) | in mthca_map_cmd() 700 (lg - MTHCA_ICM_PAGE_SHIFT)); in mthca_map_cmd() 701 ts += 1 << (lg - 10); in mthca_map_cmd() 784 u8 lg; in mthca_QUERY_FW() local 825 MTHCA_GET(lg, outbox, QUERY_FW_MAX_CMD_OFFSET); in mthca_QUERY_FW() [all …]
|
| /Linux-v5.10/fs/ext4/ |
| D | mballoc.c | 2911 struct ext4_locality_group *lg; in ext4_mb_init() local 2912 lg = per_cpu_ptr(sbi->s_locality_groups, i); in ext4_mb_init() 2913 mutex_init(&lg->lg_mutex); in ext4_mb_init() 2915 INIT_LIST_HEAD(&lg->lg_prealloc_list[j]); in ext4_mb_init() 2916 spin_lock_init(&lg->lg_prealloc_lock); in ext4_mb_init() 3391 struct ext4_locality_group *lg = ac->ac_lg; in ext4_mb_normalize_group_request() local 3393 BUG_ON(lg == NULL); in ext4_mb_normalize_group_request() 3749 struct ext4_locality_group *lg; in ext4_mb_use_preallocated() local 3793 lg = ac->ac_lg; in ext4_mb_use_preallocated() 3794 if (lg == NULL) in ext4_mb_use_preallocated() [all …]
|
| /Linux-v5.10/drivers/net/usb/ |
| D | Makefile | 39 obj-$(CONFIG_USB_VL600) += lg-vl600.o
|
| /Linux-v5.10/drivers/hid/ |
| D | Makefile | 15 hid-logitech-y := hid-lg.o 69 obj-$(CONFIG_HID_LOGITECH) += hid-lg-g15.o
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/ |
| D | fw.c | 1521 int lg; in mlx4_map_cmd() local 1540 lg = ffs(mlx4_icm_addr(&iter) | mlx4_icm_size(&iter)) - 1; in mlx4_map_cmd() 1541 if (lg < MLX4_ICM_PAGE_SHIFT) { in mlx4_map_cmd() 1550 for (i = 0; i < mlx4_icm_size(&iter) >> lg; ++i) { in mlx4_map_cmd() 1553 virt += 1ULL << lg; in mlx4_map_cmd() 1557 cpu_to_be64((mlx4_icm_addr(&iter) + (i << lg)) | in mlx4_map_cmd() 1558 (lg - MLX4_ICM_PAGE_SHIFT)); in mlx4_map_cmd() 1559 ts += 1 << (lg - 10); in mlx4_map_cmd() 1624 u8 lg; in mlx4_QUERY_FW() local 1664 MLX4_GET(lg, outbox, QUERY_FW_PPF_ID); in mlx4_QUERY_FW() [all …]
|
| /Linux-v5.10/arch/arm/boot/dts/ |
| D | imx6dl-aristainetos2_7.dts | 57 compatible = "lg,lb070wv8";
|