Searched refs:lctl (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/sound/core/ |
| H A D | control_led.c | 156 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-6.15/sound/soc/sof/intel/ |
| H A D | hda-mlink.c | 211 val = readl(lctl); in check_sublink_power() 232 val = readl(lctl); in hdaml_link_init() 235 writel(val, lctl); in hdaml_link_init() 237 return check_sublink_power(lctl, sublink, true); in hdaml_link_init() 245 val = readl(lctl); in hdaml_link_shutdown() 249 writel(val, lctl); in hdaml_link_shutdown() 258 val = readl(lctl); in hdaml_link_enable_interrupt() 264 writel(val, lctl); in hdaml_link_enable_interrupt() 271 val = readl(lctl); in hdaml_link_check_interrupt() 377 u32 val = readl(lctl); in hdaml_lctl_offload_enable() [all …]
|
| /linux-6.15/sound/soc/ |
| H A D | soc-ops-test.c | 56 .lctl = cctl, .rctl = cctl, \ 95 long lctl; member 461 param->lctl, param->rctl, in access_test_desc() 469 param->lctl, param->rctl, in access_test_desc() 493 result.value.integer.value[0] = param->lctl; in soc_ops_test_access() 515 KUNIT_EXPECT_EQ(test, result.value.integer.value[0], param->lctl); in soc_ops_test_access()
|
| /linux-6.15/net/ipv6/ |
| H A D | addrconf.c | 6336 struct ctl_table lctl; in addrconf_sysctl_forward() local 6343 lctl = *ctl; in addrconf_sysctl_forward() 6344 lctl.data = &val; in addrconf_sysctl_forward() 6362 lctl = *ctl; in addrconf_sysctl_mtu() 6440 lctl = *ctl; in addrconf_sysctl_disable() 6441 lctl.data = &val; in addrconf_sysctl_disable() 6575 lctl.data = str; in addrconf_sysctl_stable_secret() 6642 lctl = *ctl; in addrconf_sysctl_ignore_routes_with_linkdown() 6643 lctl.data = &val; in addrconf_sysctl_ignore_routes_with_linkdown() 6737 lctl = *ctl; in addrconf_sysctl_disable_policy() [all …]
|
| /linux-6.15/tools/testing/selftests/kvm/include/s390/ |
| H A D | sie.h | 73 __u16 lctl; /* 0x0044 */ member
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | kvm_host_types.h | 167 __u16 lctl; /* 0x0044 */ member
|
| /linux-6.15/Documentation/virt/kvm/s390/ |
| H A D | s390-pv.rst | 55 KVM cannot intercept lctl(g) and lpsw(e) anymore in order to be
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | vsie.c | 503 scb_s->lctl = scb_o->lctl; in shadow_scb()
|
| H A D | interrupt.c | 423 vcpu->arch.sie_block->lctl = 0x0000; in __reset_intercept_indicators() 427 vcpu->arch.sie_block->lctl |= (LCTL_CR0 | LCTL_CR9 | in __reset_intercept_indicators() 440 vcpu->arch.sie_block->lctl |= LCTL_CR6; in set_intercept_indicators_io() 450 vcpu->arch.sie_block->lctl |= LCTL_CR0; in set_intercept_indicators_ext() 460 vcpu->arch.sie_block->lctl |= LCTL_CR14; in set_intercept_indicators_mchk()
|
| /linux-6.15/drivers/net/wireless/intel/iwlegacy/ |
| H A D | common.c | 1222 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() 4221 u16 lctl; in il_apm_init() local 4261 ret = pcie_capability_read_word(il->pci_dev, PCI_EXP_LNKCTL, &lctl); in il_apm_init() 4262 if (!ret && (lctl & PCI_EXP_LNKCTL_ASPM_L1)) { in il_apm_init()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | trans.c | 259 u16 lctl; in iwl_pcie_apm_config() local 269 pcie_capability_read_word(trans_pcie->pci_dev, PCI_EXP_LNKCTL, &lctl); in iwl_pcie_apm_config() 270 trans->pm_support = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in iwl_pcie_apm_config() 275 (lctl & PCI_EXP_LNKCTL_ASPM_L1) ? "En" : "Dis", in iwl_pcie_apm_config()
|
| /linux-6.15/arch/s390/tools/ |
| H A D | opcodes.txt | 479 b7 lctl RS_CCRD
|