Home
last modified time | relevance | path

Searched refs:lg (Results 1 – 25 of 39) sorted by relevance

12

/linux/arch/s390/kernel/
H A Dentry.S118 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 Drelocate_kernel.S34 lg %r5,0(%r2) # read another word for indirection page
/linux/sound/mips/
H A Dad1843.c298 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 Dsysfs-platform-lg-laptop1 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 Dhead_kdump.S29 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 Dlg-laptop.rst26 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/arch/arm64/boot/dts/qcom/
H A Dsdm845-lg-judyp.dts10 #include "sdm845-lg-common.dtsi"
14 compatible = "lg,judyp", "qcom,sdm845";
H A Dsdm845-lg-judyln.dts10 #include "sdm845-lg-common.dtsi"
14 compatible = "lg,judyln", "qcom,sdm845";
H A Dmsm8992-lg-bullhead-rev-10.dts8 #include "msm8992-lg-bullhead.dtsi"
H A Dmsm8992-lg-bullhead-rev-101.dts8 #include "msm8992-lg-bullhead.dtsi"
H A Dmsm8916-lg-c50.dts11 compatible = "lg,c50", "qcom,msm8916";
H A Dmsm8916-lg-m216.dts12 compatible = "lg,m216", "qcom,msm8916";
/linux/Documentation/admin-guide/media/
H A Dlmedm04.rst53 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 DMakefile47 tegra30-lg-p880.dtb \
48 tegra30-lg-p895.dtb \
H A Dtegra30-lg-p895.dts4 #include "tegra30-lg-x3.dtsi"
8 compatible = "lg,p895", "nvidia,tegra30";
490 compatible = "lg,tegra-audio-max98089-p895",
/linux/net/rose/
H A Drose_subr.c242 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()
H A Daf_rose.c1229 int lg; in rose_sendmsg() local
1249 lg = (ROSE_PACLEN > skb->len) ? skb->len : ROSE_PACLEN; in rose_sendmsg()
1252 skb_copy_from_linear_data(skb, skb_put(skbn, lg), lg); in rose_sendmsg()
1253 skb_pull(skb, lg); in rose_sendmsg()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c662 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 DMakefile23 subdir-y += lg
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-aristainetos2_7.dts21 compatible = "lg,lb070wv8";
/linux/fs/ext4/
H A Dmballoc.c3831 struct ext4_locality_group *lg; in ext4_mb_init() local
3832 lg = per_cpu_ptr(sbi->s_locality_groups, i); in ext4_mb_init()
3833 mutex_init(&lg->lg_mutex); in ext4_mb_init()
3835 INIT_LIST_HEAD(&lg->lg_prealloc_list[j]); in ext4_mb_init()
3836 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()
4887 struct ext4_locality_group *lg; in ext4_mb_use_preallocated() local
5046 lg = ac->ac_lg; in ext4_mb_use_preallocated()
5047 if (lg == NULL) in ext4_mb_use_preallocated()
[all …]
/linux/drivers/net/usb/
H A DMakefile39 obj-$(CONFIG_USB_VL600) += lg-vl600.o
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c1524 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/drivers/platform/x86/
H A DMakefile128 obj-$(CONFIG_LG_LAPTOP) += lg-laptop.o
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-sapphire-excavator.dts91 compatible = "lg,lp079qx1-sp0v";

12