| /linux/arch/s390/kernel/ |
| H A D | entry.S | 118 lg %r9,\sie_control # get control block pointer 121 lg %r9,__LC_CURRENT(\lowcore) 160 lg %r15,0(%r4,%r3) # start of kernel stack of next 165 lg %r15,__THREAD_ksp(%r1,%r3) # load kernel stack of next 170 lg %r3,__TASK_stack_canary(%r3) 198 lg %r14,__LC_CURRENT(%r13) 209 lg %r14,__SF_SIE_CONTROL(%r15) # get control block pointer 213 lg %r14,__SF_SIE_CONTROL_PHYS(%r15) # get sie block phys addr 224 lg %r14,__SF_SIE_CONTROL(%r15) # get control block pointer 228 lg %r14,__LC_CURRENT(%r14) [all …]
|
| H A D | relocate_kernel.S | 34 lg %r5,0(%r2) # read another word for indirection page
|
| /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/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/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/Documentation/admin-guide/laptops/ |
| H A D | lg-laptop.rst | 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/admin-guide/media/ |
| H A 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/arch/arm/boot/dts/nvidia/ |
| H A D | Makefile | 47 tegra30-lg-p880.dtb \ 48 tegra30-lg-p895.dtb \
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8992-lg-bullhead-rev-10.dts | 8 #include "msm8992-lg-bullhead.dtsi"
|
| H A D | msm8992-lg-bullhead-rev-101.dts | 8 #include "msm8992-lg-bullhead.dtsi"
|
| H A D | msm8916-lg-c50.dts | 11 compatible = "lg,c50", "qcom,msm8916";
|
| H A D | msm8916-lg-m216.dts | 12 compatible = "lg,m216", "qcom,msm8916";
|
| H A D | msm8992-lg-h815.dts | 23 compatible = "lg,h815", "qcom,msm8992";
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_cmd.c | 662 int lg; in mthca_map_cmd() local 682 lg = ffs(mthca_icm_addr(&iter) | mthca_icm_size(&iter)) - 1; in mthca_map_cmd() 683 if (lg < MTHCA_ICM_PAGE_SHIFT) { in mthca_map_cmd() 691 for (i = 0; i < mthca_icm_size(&iter) >> lg; ++i) { in mthca_map_cmd() 694 virt += 1ULL << lg; in mthca_map_cmd() 698 cpu_to_be64((mthca_icm_addr(&iter) + (i << lg)) | in mthca_map_cmd() 699 (lg - MTHCA_ICM_PAGE_SHIFT)); in mthca_map_cmd() 700 ts += 1 << (lg - 10); in mthca_map_cmd() 783 u8 lg; in mthca_QUERY_FW() local 824 MTHCA_GET(lg, outbox, QUERY_FW_MAX_CMD_OFFSET); in mthca_QUERY_FW() [all …]
|
| /linux/arch/arm64/boot/dts/ |
| H A D | Makefile | 23 subdir-y += lg
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6dl-aristainetos2_7.dts | 21 compatible = "lg,lb070wv8";
|
| H A D | imx6dl-sielaff.dts | 97 compatible = "lg,lb070wv8";
|
| /linux/drivers/net/usb/ |
| H A D | Makefile | 39 obj-$(CONFIG_USB_VL600) += lg-vl600.o
|
| /linux/fs/ntfs/ |
| H A D | compress.c | 351 u16 lg, pt, length, max_non_overlap; in ntfs_decompress() local 385 lg = 0; in ntfs_decompress() 387 lg++; in ntfs_decompress() 397 dp_back_addr = dp_addr - (pt >> (12 - lg)) - 1; in ntfs_decompress() 402 length = (pt & (0xfff >> lg)) + 3; in ntfs_decompress()
|
| /linux/fs/ext4/ |
| H A D | mballoc.c | 3835 struct ext4_locality_group *lg; in ext4_mb_init() local 3836 lg = per_cpu_ptr(sbi->s_locality_groups, i); in ext4_mb_init() 3837 mutex_init(&lg->lg_mutex); in ext4_mb_init() 3839 INIT_LIST_HEAD(&lg->lg_prealloc_list[j]); in ext4_mb_init() 3840 spin_lock_init(&lg->lg_prealloc_lock); in ext4_mb_init() 4315 struct ext4_locality_group *lg = ac->ac_lg; in ext4_mb_normalize_group_request() local 4317 BUG_ON(lg == NULL); in ext4_mb_normalize_group_request() 4881 struct ext4_locality_group *lg; in ext4_mb_use_preallocated() local 5040 lg = ac->ac_lg; in ext4_mb_use_preallocated() 5041 if (lg == NULL) in ext4_mb_use_preallocated() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | fw.c | 1524 int lg; in mlx4_map_cmd() local 1543 lg = ffs(mlx4_icm_addr(&iter) | mlx4_icm_size(&iter)) - 1; in mlx4_map_cmd() 1544 if (lg < MLX4_ICM_PAGE_SHIFT) { in mlx4_map_cmd() 1553 for (i = 0; i < mlx4_icm_size(&iter) >> lg; ++i) { in mlx4_map_cmd() 1556 virt += 1ULL << lg; in mlx4_map_cmd() 1560 cpu_to_be64((mlx4_icm_addr(&iter) + (i << lg)) | in mlx4_map_cmd() 1561 (lg - MLX4_ICM_PAGE_SHIFT)); in mlx4_map_cmd() 1562 ts += 1 << (lg - 10); in mlx4_map_cmd() 1627 u8 lg; in mlx4_QUERY_FW() local 1667 MLX4_GET(lg, outbox, QUERY_FW_PPF_ID); in mlx4_QUERY_FW() [all …]
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-sniper.dts | 12 compatible = "lg,omap3-sniper", "ti,omap3630", "ti,omap3";
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-apq8026-lg-lenok.dts | 16 compatible = "lg,lenok", "qcom,apq8026";
|
| /linux/net/smc/ |
| H A D | smc_core.c | 1641 struct smc_link_group *lgr, *lg; in smc_smcd_terminate_all() local 1650 list_for_each_entry_safe(lgr, lg, &lgr_free_list, list) { in smc_smcd_terminate_all() 1665 struct smc_link_group *lgr, *lg; in smc_smcr_terminate_all() local 1675 list_for_each_entry_safe(lgr, lg, &smc_lgr_list.list, list) { in smc_smcr_terminate_all() 1684 list_for_each_entry_safe(lgr, lg, &lgr_free_list, list) { in smc_smcr_terminate_all()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-evb.dts | 59 compatible = "lg,lp079qx1-sp0v";
|