Home
last modified time | relevance | path

Searched refs:lctl (Results 1 – 11 of 11) sorted by relevance

/linux/sound/core/
A Dcontrol_led.c156 if (lctl->kctl == kctl && lctl->index_offset == ioff) in snd_ctl_led_set_state()
161 lctl = kzalloc(sizeof(*lctl), GFP_KERNEL); in snd_ctl_led_set_state()
162 if (lctl) { in snd_ctl_led_set_state()
194 if (lctl->kctl == kctl && lctl->index_offset == ioff) in snd_ctl_led_find()
195 return lctl; in snd_ctl_led_find()
208 if (lctl && (access == 0 || access != lctl->access)) { in snd_ctl_led_remove()
209 ret = lctl->access; in snd_ctl_led_remove()
211 kfree(lctl); in snd_ctl_led_remove()
286 kfree(lctl); in snd_ctl_led_ctl_destroy()
321 vd = &lctl->kctl->vd[lctl->index_offset]; in snd_ctl_led_reset()
[all …]
/linux/sound/soc/sof/intel/
A Dhda-mlink.c200 val = readl(lctl); in check_sublink_power()
221 val = readl(lctl); in hdaml_link_init()
224 writel(val, lctl); in hdaml_link_init()
226 return check_sublink_power(lctl, sublink, true); in hdaml_link_init()
234 val = readl(lctl); in hdaml_link_shutdown()
238 writel(val, lctl); in hdaml_link_shutdown()
247 val = readl(lctl); in hdaml_link_enable_interrupt()
253 writel(val, lctl); in hdaml_link_enable_interrupt()
260 val = readl(lctl); in hdaml_link_check_interrupt()
366 u32 val = readl(lctl); in hdaml_lctl_offload_enable()
[all …]
/linux/net/ipv6/
A Daddrconf.c6317 struct ctl_table lctl; in addrconf_sysctl_forward() local
6324 lctl = *ctl; in addrconf_sysctl_forward()
6325 lctl.data = &val; in addrconf_sysctl_forward()
6343 lctl = *ctl; in addrconf_sysctl_mtu()
6420 lctl = *ctl; in addrconf_sysctl_disable()
6421 lctl.data = &val; in addrconf_sysctl_disable()
6551 lctl.data = str; in addrconf_sysctl_stable_secret()
6618 lctl = *ctl; in addrconf_sysctl_ignore_routes_with_linkdown()
6619 lctl.data = &val; in addrconf_sysctl_ignore_routes_with_linkdown()
6713 lctl = *ctl; in addrconf_sysctl_disable_policy()
[all …]
/linux/tools/testing/selftests/kvm/include/s390x/
A Dsie.h73 __u16 lctl; /* 0x0044 */ member
/linux/Documentation/virt/kvm/s390/
A Ds390-pv.rst55 KVM cannot intercept lctl(g) and lpsw(e) anymore in order to be
/linux/arch/s390/kvm/
A Dvsie.c485 scb_s->lctl = scb_o->lctl; in shadow_scb()
A Dinterrupt.c431 vcpu->arch.sie_block->lctl = 0x0000; in __reset_intercept_indicators()
435 vcpu->arch.sie_block->lctl |= (LCTL_CR0 | LCTL_CR9 | in __reset_intercept_indicators()
448 vcpu->arch.sie_block->lctl |= LCTL_CR6; in set_intercept_indicators_io()
458 vcpu->arch.sie_block->lctl |= LCTL_CR0; in set_intercept_indicators_ext()
468 vcpu->arch.sie_block->lctl |= LCTL_CR14; in set_intercept_indicators_mchk()
/linux/drivers/net/wireless/intel/iwlegacy/
A Dcommon.c1222 u16 lctl; in il_power_initialize() local
1224 pcie_capability_read_word(il->pci_dev, PCI_EXP_LNKCTL, &lctl); in il_power_initialize()
1225 il->power_data.pci_pm = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in il_power_initialize()
4252 u16 lctl; in il_apm_init() local
4292 ret = pcie_capability_read_word(il->pci_dev, PCI_EXP_LNKCTL, &lctl); in il_apm_init()
4293 if (!ret && (lctl & PCI_EXP_LNKCTL_ASPM_L1)) { in il_apm_init()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
A Dtrans.c258 u16 lctl; in iwl_pcie_apm_config() local
268 pcie_capability_read_word(trans_pcie->pci_dev, PCI_EXP_LNKCTL, &lctl); in iwl_pcie_apm_config()
269 trans->pm_support = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in iwl_pcie_apm_config()
274 (lctl & PCI_EXP_LNKCTL_ASPM_L1) ? "En" : "Dis", in iwl_pcie_apm_config()
/linux/arch/s390/include/asm/
A Dkvm_host.h202 __u16 lctl; /* 0x0044 */ member
/linux/arch/s390/tools/
A Dopcodes.txt479 b7 lctl RS_CCRD

Completed in 56 milliseconds