Searched refs:lctl (Results 1 – 9 of 9) sorted by relevance
157 if (lctl->kctl == kctl && lctl->index_offset == ioff) in snd_ctl_led_set_state()162 lctl = kzalloc(sizeof(*lctl), GFP_KERNEL); in snd_ctl_led_set_state()163 if (lctl) { in snd_ctl_led_set_state()164 lctl->card = card; in snd_ctl_led_set_state()192 if (lctl->kctl == kctl && lctl->index_offset == ioff) in snd_ctl_led_find()193 return lctl; in snd_ctl_led_find()206 if (lctl && (access == 0 || access != lctl->access)) { in snd_ctl_led_remove()209 kfree(lctl); in snd_ctl_led_remove()293 kfree(lctl); in snd_ctl_led_ctl_destroy()335 vd = &lctl->kctl->vd[lctl->index_offset]; in snd_ctl_led_reset()[all …]
6212 struct ctl_table lctl; in addrconf_sysctl_forward() local6219 lctl = *ctl; in addrconf_sysctl_forward()6220 lctl.data = &val; in addrconf_sysctl_forward()6238 lctl = *ctl; in addrconf_sysctl_mtu()6315 lctl = *ctl; in addrconf_sysctl_disable()6316 lctl.data = &val; in addrconf_sysctl_disable()6445 lctl.data = str; in addrconf_sysctl_stable_secret()6511 lctl = *ctl; in addrconf_sysctl_ignore_routes_with_linkdown()6512 lctl.data = &val; in addrconf_sysctl_ignore_routes_with_linkdown()6607 lctl = *ctl; in addrconf_sysctl_disable_policy()[all …]
55 KVM cannot intercept lctl(g) and lpsw(e) anymore in order to be
474 scb_s->lctl = scb_o->lctl; in shadow_scb()
436 vcpu->arch.sie_block->lctl = 0x0000; in __reset_intercept_indicators()440 vcpu->arch.sie_block->lctl |= (LCTL_CR0 | LCTL_CR9 | in __reset_intercept_indicators()453 vcpu->arch.sie_block->lctl |= LCTL_CR6; in set_intercept_indicators_io()463 vcpu->arch.sie_block->lctl |= LCTL_CR0; in set_intercept_indicators_ext()473 vcpu->arch.sie_block->lctl |= LCTL_CR14; in set_intercept_indicators_mchk()
1219 u16 lctl; in il_power_initialize() local1221 pcie_capability_read_word(il->pci_dev, PCI_EXP_LNKCTL, &lctl); in il_power_initialize()1222 il->power_data.pci_pm = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in il_power_initialize()4240 u16 lctl; in il_apm_init() local4280 ret = pcie_capability_read_word(il->pci_dev, PCI_EXP_LNKCTL, &lctl); in il_apm_init()4281 if (!ret && (lctl & PCI_EXP_LNKCTL_ASPM_L1)) { in il_apm_init()
257 u16 lctl; in iwl_pcie_apm_config() local267 pcie_capability_read_word(trans_pcie->pci_dev, PCI_EXP_LNKCTL, &lctl); in iwl_pcie_apm_config()268 trans->pm_support = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in iwl_pcie_apm_config()273 (lctl & PCI_EXP_LNKCTL_ASPM_L1) ? "En" : "Dis", in iwl_pcie_apm_config()
203 __u16 lctl; /* 0x0044 */ member
479 b7 lctl RS_CCRD
Completed in 46 milliseconds