/Linux-v4.19/drivers/extcon/ |
D | extcon-intel-cht-wc.c | 105 static int cht_wc_extcon_get_id(struct cht_wc_extcon_data *ext, int pwrsrc_sts) in cht_wc_extcon_get_id() argument 119 static int cht_wc_extcon_get_charger(struct cht_wc_extcon_data *ext, in cht_wc_extcon_get_charger() argument 128 ret = regmap_read(ext->regmap, CHT_WC_USBSRC, &usbsrc); in cht_wc_extcon_get_charger() 130 dev_err(ext->dev, "Error reading usbsrc: %d\n", ret); in cht_wc_extcon_get_charger() 147 dev_warn(ext->dev, "Could not detect charger type\n"); in cht_wc_extcon_get_charger() 149 dev_warn(ext->dev, "Timeout detecting charger type\n"); in cht_wc_extcon_get_charger() 156 dev_warn(ext->dev, in cht_wc_extcon_get_charger() 175 static void cht_wc_extcon_set_phymux(struct cht_wc_extcon_data *ext, u8 state) in cht_wc_extcon_set_phymux() argument 179 ret = regmap_write(ext->regmap, CHT_WC_PHYCTRL, state); in cht_wc_extcon_set_phymux() 181 dev_err(ext->dev, "Error writing phyctrl: %d\n", ret); in cht_wc_extcon_set_phymux() [all …]
|
/Linux-v4.19/net/netfilter/ |
D | nft_set_hash.c | 34 struct nft_set_ext ext; member 54 return jhash(nft_set_ext_key(&he->ext), len, seed); in nft_rhash_obj() 63 if (memcmp(nft_set_ext_key(&he->ext), x->key, x->set->klen)) in nft_rhash_cmp() 65 if (nft_set_elem_expired(&he->ext)) in nft_rhash_cmp() 67 if (!nft_set_elem_active(&he->ext, x->genmask)) in nft_rhash_cmp() 81 const u32 *key, const struct nft_set_ext **ext) in nft_rhash_lookup() argument 93 *ext = &he->ext; in nft_rhash_lookup() 122 const struct nft_set_ext **ext) in nft_rhash_update() argument 152 *ext = &he->ext; in nft_rhash_update() 163 struct nft_set_ext **ext) in nft_rhash_insert() argument [all …]
|
D | nft_set_rbtree.c | 30 struct nft_set_ext ext; member 35 return nft_set_ext_exists(&rbe->ext, NFT_SET_EXT_FLAGS) && in nft_rbtree_interval_end() 36 (*nft_set_ext_flags(&rbe->ext) & NFT_SET_ELEM_INTERVAL_END); in nft_rbtree_interval_end() 42 return memcmp(this, nft_set_ext_key(&interval->ext), set->klen) == 0; in nft_rbtree_equal() 46 const u32 *key, const struct nft_set_ext **ext, in __nft_rbtree_lookup() argument 63 this = nft_set_ext_key(&rbe->ext); in __nft_rbtree_lookup() 76 if (!nft_set_elem_active(&rbe->ext, genmask)) { in __nft_rbtree_lookup() 83 *ext = &rbe->ext; in __nft_rbtree_lookup() 89 nft_set_elem_active(&interval->ext, genmask) && in __nft_rbtree_lookup() 91 *ext = &interval->ext; in __nft_rbtree_lookup() [all …]
|
D | nft_set_bitmap.c | 20 struct nft_set_ext ext; member 80 const u32 *key, const struct nft_set_ext **ext) in nft_bitmap_lookup() argument 99 if (memcmp(nft_set_ext_key(&be->ext), in nft_bitmap_elem_find() 100 nft_set_ext_key(&this->ext), set->klen) || in nft_bitmap_elem_find() 101 !nft_set_elem_active(&be->ext, genmask)) in nft_bitmap_elem_find() 117 if (memcmp(nft_set_ext_key(&be->ext), elem->key.val.data, set->klen) || in nft_bitmap_get() 118 !nft_set_elem_active(&be->ext, genmask)) in nft_bitmap_get() 128 struct nft_set_ext **ext) in nft_bitmap_insert() argument 137 *ext = &be->ext; in nft_bitmap_insert() 141 nft_bitmap_location(set, nft_set_ext_key(&new->ext), &idx, &off); in nft_bitmap_insert() [all …]
|
/Linux-v4.19/include/net/netfilter/ |
D | nf_conntrack_extend.h | 52 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist() argument 54 return !!ext->offset[id]; in __nf_ct_ext_exist() 59 return (ct->ext && __nf_ct_ext_exist(ct->ext, id)); in nf_ct_ext_exist() 67 return (void *)ct->ext + ct->ext->offset[id]; in __nf_ct_ext_find() 69 #define nf_ct_ext_find(ext, id) \ argument 70 ((id##_TYPE *)__nf_ct_ext_find((ext), (id))) 80 if (ct->ext) in nf_ct_ext_free() 81 kfree_rcu(ct->ext, rcu); in nf_ct_ext_free()
|
D | nf_tables.h | 305 const struct nft_set_ext **ext); 313 const struct nft_set_ext **ext); 318 struct nft_set_ext **ext); 556 static inline void nft_set_ext_init(struct nft_set_ext *ext, in nft_set_ext_init() argument 559 memcpy(ext->offset, tmpl->offset, sizeof(ext->offset)); in nft_set_ext_init() 562 static inline bool __nft_set_ext_exists(const struct nft_set_ext *ext, u8 id) in __nft_set_ext_exists() argument 564 return !!ext->offset[id]; in __nft_set_ext_exists() 567 static inline bool nft_set_ext_exists(const struct nft_set_ext *ext, u8 id) in nft_set_ext_exists() argument 569 return ext && __nft_set_ext_exists(ext, id); in nft_set_ext_exists() 572 static inline void *nft_set_ext(const struct nft_set_ext *ext, u8 id) in nft_set_ext() argument [all …]
|
/Linux-v4.19/tools/testing/selftests/ |
D | gen_kselftest_tar.sh | 15 ext=".tar.gz" 20 ext=".tar" 24 ext=".tar.gz" 28 ext=".tar.bz2" 32 ext=".tar.xz" 46 tar $copts kselftest${ext} $install_dir 47 echo "Kselftest archive kselftest${ext} created!"
|
/Linux-v4.19/include/linux/netfilter/ipset/ |
D | ip_set_counter.h | 57 const struct ip_set_ext *ext, u32 flags) in ip_set_update_counter() argument 59 if (ext->packets != ULLONG_MAX && in ip_set_update_counter() 61 ip_set_add_bytes(ext->bytes, counter); in ip_set_update_counter() 62 ip_set_add_packets(ext->packets, counter); in ip_set_update_counter() 79 const struct ip_set_ext *ext) in ip_set_init_counter() argument 81 if (ext->bytes != ULLONG_MAX) in ip_set_init_counter() 82 atomic64_set(&(counter)->bytes, (long long)(ext->bytes)); in ip_set_init_counter() 83 if (ext->packets != ULLONG_MAX) in ip_set_init_counter() 84 atomic64_set(&(counter)->packets, (long long)(ext->packets)); in ip_set_init_counter()
|
/Linux-v4.19/fs/ext4/ |
D | ext4_extents.h | 180 static inline void ext4_ext_mark_unwritten(struct ext4_extent *ext) in ext4_ext_mark_unwritten() argument 183 BUG_ON((le16_to_cpu(ext->ee_len) & ~EXT_INIT_MAX_LEN) == 0); in ext4_ext_mark_unwritten() 184 ext->ee_len |= cpu_to_le16(EXT_INIT_MAX_LEN); in ext4_ext_mark_unwritten() 187 static inline int ext4_ext_is_unwritten(struct ext4_extent *ext) in ext4_ext_is_unwritten() argument 190 return (le16_to_cpu(ext->ee_len) > EXT_INIT_MAX_LEN); in ext4_ext_is_unwritten() 193 static inline int ext4_ext_get_actual_len(struct ext4_extent *ext) in ext4_ext_get_actual_len() argument 195 return (le16_to_cpu(ext->ee_len) <= EXT_INIT_MAX_LEN ? in ext4_ext_get_actual_len() 196 le16_to_cpu(ext->ee_len) : in ext4_ext_get_actual_len() 197 (le16_to_cpu(ext->ee_len) - EXT_INIT_MAX_LEN)); in ext4_ext_get_actual_len() 200 static inline void ext4_ext_mark_initialized(struct ext4_extent *ext) in ext4_ext_mark_initialized() argument [all …]
|
/Linux-v4.19/fs/hfsplus/ |
D | extents.c | 26 k1id = k1->ext.cnid; in hfsplus_ext_cmp_key() 27 k2id = k2->ext.cnid; in hfsplus_ext_cmp_key() 31 if (k1->ext.fork_type != k2->ext.fork_type) in hfsplus_ext_cmp_key() 32 return k1->ext.fork_type < k2->ext.fork_type ? -1 : 1; in hfsplus_ext_cmp_key() 34 k1s = k1->ext.start_block; in hfsplus_ext_cmp_key() 35 k2s = k2->ext.start_block; in hfsplus_ext_cmp_key() 45 key->ext.cnid = cpu_to_be32(cnid); in hfsplus_ext_build_key() 46 key->ext.start_block = cpu_to_be32(block); in hfsplus_ext_build_key() 47 key->ext.fork_type = type; in hfsplus_ext_build_key() 48 key->ext.pad = 0; in hfsplus_ext_build_key() [all …]
|
/Linux-v4.19/drivers/media/common/saa7146/ |
D | saa7146_core.c | 308 if (dev->ext) { in interrupt_hw() 309 if (dev->ext->irq_mask & isr) { in interrupt_hw() 310 if (dev->ext->irq_func) in interrupt_hw() 311 dev->ext->irq_func(dev, &isr); in interrupt_hw() 312 isr &= ~dev->ext->irq_mask; in interrupt_hw() 356 struct saa7146_extension *ext = pci_ext->ext; in saa7146_init_one() local 447 dev->ext = ext; in saa7146_init_one() 465 if (ext->probe && ext->probe(dev)) { in saa7146_init_one() 470 if (ext->attach(dev, pci_ext)) { in saa7146_init_one() 523 dev->ext->detach(dev); in saa7146_remove_one() [all …]
|
/Linux-v4.19/drivers/hid/ |
D | hid-wiimote-modules.c | 823 static void wiimod_nunchuk_in_ext(struct wiimote_data *wdata, const __u8 *ext) in wiimod_nunchuk_in_ext() argument 857 bx = ext[0]; in wiimod_nunchuk_in_ext() 858 by = ext[1]; in wiimod_nunchuk_in_ext() 862 x = ext[2] << 2; in wiimod_nunchuk_in_ext() 863 y = ext[3] << 2; in wiimod_nunchuk_in_ext() 864 z = ext[4] << 2; in wiimod_nunchuk_in_ext() 867 x |= (ext[5] >> 3) & 0x02; in wiimod_nunchuk_in_ext() 868 y |= (ext[5] >> 4) & 0x02; in wiimod_nunchuk_in_ext() 870 z |= (ext[5] >> 5) & 0x06; in wiimod_nunchuk_in_ext() 872 x |= (ext[5] >> 2) & 0x03; in wiimod_nunchuk_in_ext() [all …]
|
/Linux-v4.19/fs/hfs/ |
D | extent.c | 24 key->ext.FkType = type; in hfs_ext_build_key() 25 key->ext.FNum = cpu_to_be32(cnid); in hfs_ext_build_key() 26 key->ext.FABN = cpu_to_be16(block); in hfs_ext_build_key() 55 fnum1 = key1->ext.FNum; in hfs_ext_keycmp() 56 fnum2 = key2->ext.FNum; in hfs_ext_keycmp() 59 if (key1->ext.FkType != key2->ext.FkType) in hfs_ext_keycmp() 60 return key1->ext.FkType < key2->ext.FkType ? -1 : 1; in hfs_ext_keycmp() 62 block1 = key1->ext.FABN; in hfs_ext_keycmp() 63 block2 = key2->ext.FABN; in hfs_ext_keycmp() 74 static u16 hfs_ext_find_block(struct hfs_extent *ext, u16 off) in hfs_ext_find_block() argument [all …]
|
/Linux-v4.19/net/netfilter/ipset/ |
D | ip_set_hash_ipmark.c | 91 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipmark4_kadt() local 97 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipmark4_kadt() 107 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmark4_uadt() local 122 ret = ip_set_get_extensions(set, tb, &ext); in hash_ipmark4_uadt() 131 ret = adtfn(set, &e, &ext, &ext, flags); in hash_ipmark4_uadt() 154 ret = adtfn(set, &e, &ext, &ext, flags); in hash_ipmark4_uadt() 217 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipmark6_kadt() local 223 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipmark6_kadt() 233 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmark6_uadt() local 255 ret = ip_set_get_extensions(set, tb, &ext); in hash_ipmark6_uadt() [all …]
|
D | ip_set_hash_ip.c | 88 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ip4_kadt() local 97 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ip4_kadt() 107 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ip4_uadt() local 121 ret = ip_set_get_extensions(set, tb, &ext); in hash_ip4_uadt() 131 return adtfn(set, &e, &ext, &ext, flags); in hash_ip4_uadt() 155 ret = adtfn(set, &e, &ext, &ext, flags); in hash_ip4_uadt() 225 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ip6_kadt() local 232 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ip6_kadt() 242 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ip6_uadt() local 263 ret = ip_set_get_extensions(set, tb, &ext); in hash_ip6_uadt() [all …]
|
D | ip_set_hash_ipport.c | 97 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipport4_kadt() local 104 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipport4_kadt() 114 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipport4_uadt() local 131 ret = ip_set_get_extensions(set, tb, &ext); in hash_ipport4_uadt() 153 ret = adtfn(set, &e, &ext, &ext, flags); in hash_ipport4_uadt() 187 ret = adtfn(set, &e, &ext, &ext, flags); in hash_ipport4_uadt() 255 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipport6_kadt() local 262 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipport6_kadt() 272 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipport6_uadt() local 297 ret = ip_set_get_extensions(set, tb, &ext); in hash_ipport6_uadt() [all …]
|
D | ip_set_hash_ipportip.c | 99 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipportip4_kadt() local 107 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipportip4_kadt() 117 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip4_uadt() local 134 ret = ip_set_get_extensions(set, tb, &ext); in hash_ipportip4_uadt() 160 ret = adtfn(set, &e, &ext, &ext, flags); in hash_ipportip4_uadt() 194 ret = adtfn(set, &e, &ext, &ext, flags); in hash_ipportip4_uadt() 265 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipportip6_kadt() local 273 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipportip6_kadt() 283 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip6_uadt() local 308 ret = ip_set_get_extensions(set, tb, &ext); in hash_ipportip6_uadt() [all …]
|
D | ip_set_hash_ipmac.c | 96 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipmac4_kadt() local 112 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipmac4_kadt() 121 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmac4_uadt() local 139 ip_set_get_extensions(set, tb, &ext); in hash_ipmac4_uadt() 146 return adtfn(set, &e, &ext, &ext, flags); in hash_ipmac4_uadt() 212 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipmac6_kadt() local 228 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipmac6_kadt() 240 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmac6_uadt() local 258 ip_set_get_extensions(set, tb, &ext); in hash_ipmac6_uadt() 266 return adtfn(set, &e, &ext, &ext, flags); in hash_ipmac6_uadt()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/ |
D | match.c | 330 u8 *ext; in nfp_flower_compile_flow_match() local 336 ext = nfp_flow->unmasked_data; in nfp_flower_compile_flow_match() 340 nfp_flower_compile_meta_tci((struct nfp_flower_meta_tci *)ext, in nfp_flower_compile_flow_match() 345 ext += sizeof(struct nfp_flower_meta_tci); in nfp_flower_compile_flow_match() 350 nfp_flower_compile_ext_meta((struct nfp_flower_ext_meta *)ext, in nfp_flower_compile_flow_match() 354 ext += sizeof(struct nfp_flower_ext_meta); in nfp_flower_compile_flow_match() 359 err = nfp_flower_compile_port((struct nfp_flower_in_port *)ext, in nfp_flower_compile_flow_match() 372 ext += sizeof(struct nfp_flower_in_port); in nfp_flower_compile_flow_match() 377 nfp_flower_compile_mac((struct nfp_flower_mac_mpls *)ext, in nfp_flower_compile_flow_match() 382 ext += sizeof(struct nfp_flower_mac_mpls); in nfp_flower_compile_flow_match() [all …]
|
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_wx.c | 522 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra; in libipw_wx_set_encodeext() local 541 if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) { in libipw_wx_set_encodeext() 546 if (idx != 0 && ext->alg != IW_ENCODE_ALG_WEP) in libipw_wx_set_encodeext() 556 ext->alg == IW_ENCODE_ALG_NONE) { in libipw_wx_set_encodeext() 581 switch (ext->alg) { in libipw_wx_set_encodeext() 596 dev->name, ext->alg); in libipw_wx_set_encodeext() 608 dev->name, ext->alg); in libipw_wx_set_encodeext() 634 if (ext->key_len > 0 && (*crypt)->ops->set_key && in libipw_wx_set_encodeext() 635 (*crypt)->ops->set_key(ext->key, ext->key_len, ext->rx_seq, in libipw_wx_set_encodeext() 643 if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) { in libipw_wx_set_encodeext() [all …]
|
/Linux-v4.19/sound/core/seq/ |
D | seq_memory.c | 77 return event->data.ext.len & ~SNDRV_SEQ_EXT_MASK; in get_var_len() 89 if (event->data.ext.len & SNDRV_SEQ_EXT_USRPTR) { in snd_seq_dump_var_event() 91 char __user *curptr = (char __force __user *)event->data.ext.ptr; in snd_seq_dump_var_event() 106 if (!(event->data.ext.len & SNDRV_SEQ_EXT_CHAINED)) in snd_seq_dump_var_event() 107 return func(private_data, event->data.ext.ptr, len); in snd_seq_dump_var_event() 109 cell = (struct snd_seq_event_cell *)event->data.ext.ptr; in snd_seq_dump_var_event() 158 if (event->data.ext.len & SNDRV_SEQ_EXT_USRPTR) { in snd_seq_expand_var_event() 161 if (copy_from_user(buf, (void __force __user *)event->data.ext.ptr, len)) in snd_seq_expand_var_event() 199 if (cell->event.data.ext.len & SNDRV_SEQ_EXT_CHAINED) { in snd_seq_cell_free() 201 curp = cell->event.data.ext.ptr; in snd_seq_cell_free() [all …]
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_wx.c | 512 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra; in ieee80211_wx_set_encode_ext() local 530 if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) { in ieee80211_wx_set_encode_ext() 537 if (idx != 0 && ext->alg != IW_ENCODE_ALG_WEP) in ieee80211_wx_set_encode_ext() 549 ext->alg == IW_ENCODE_ALG_NONE) { in ieee80211_wx_set_encode_ext() 570 switch (ext->alg) { in ieee80211_wx_set_encode_ext() 585 dev->name, ext->alg); in ieee80211_wx_set_encode_ext() 594 dev->name, ext->alg); in ieee80211_wx_set_encode_ext() 595 printk("========>unknown crypto alg %d\n", ext->alg); in ieee80211_wx_set_encode_ext() 621 if (ext->key_len > 0 && (*crypt)->ops->set_key && in ieee80211_wx_set_encode_ext() 622 (*crypt)->ops->set_key(ext->key, ext->key_len, ext->rx_seq, in ieee80211_wx_set_encode_ext() [all …]
|
/Linux-v4.19/fs/affs/ |
D | file.c | 19 static struct buffer_head *affs_get_extblock_slow(struct inode *inode, u32 ext); 118 affs_alloc_extblock(struct inode *inode, struct buffer_head *bh, u32 ext) in affs_alloc_extblock() argument 156 affs_get_extblock(struct inode *inode, u32 ext) in affs_get_extblock() argument 160 if (ext == AFFS_I(inode)->i_ext_last) in affs_get_extblock() 164 bh = affs_get_extblock_slow(inode, ext); in affs_get_extblock() 170 affs_get_extblock_slow(struct inode *inode, u32 ext) in affs_get_extblock_slow() argument 178 if (ext == AFFS_I(inode)->i_ext_last + 1) { in affs_get_extblock_slow() 182 if (ext < AFFS_I(inode)->i_extcnt) in affs_get_extblock_slow() 184 BUG_ON(ext > AFFS_I(inode)->i_extcnt); in affs_get_extblock_slow() 185 bh = affs_alloc_extblock(inode, bh, ext); in affs_get_extblock_slow() [all …]
|
/Linux-v4.19/sound/pci/ac97/ |
D | ac97_proc.c | 110 unsigned short val, tmp, ext, mext; in snd_ac97_proc_read_main() local 189 ext = snd_ac97_read(ac97, AC97_EXTENDED_ID); in snd_ac97_proc_read_main() 190 if (ext == 0) in snd_ac97_proc_read_main() 194 (ext & AC97_EI_ADDR_MASK) >> AC97_EI_ADDR_SHIFT, in snd_ac97_proc_read_main() 195 (ext & AC97_EI_REV_MASK) >> AC97_EI_REV_SHIFT, in snd_ac97_proc_read_main() 196 ext & AC97_EI_AMAP ? " AMAP" : "", in snd_ac97_proc_read_main() 197 ext & AC97_EI_LDAC ? " LDAC" : "", in snd_ac97_proc_read_main() 198 ext & AC97_EI_SDAC ? " SDAC" : "", in snd_ac97_proc_read_main() 199 ext & AC97_EI_CDAC ? " CDAC" : "", in snd_ac97_proc_read_main() 200 (ext & AC97_EI_DACS_SLOT_MASK) >> AC97_EI_DACS_SLOT_SHIFT, in snd_ac97_proc_read_main() [all …]
|
/Linux-v4.19/scripts/ |
D | patch-kernel | 109 ext=".gz" 113 ext=".bz" 117 ext=".bz2" 121 ext=".xz" 125 ext=".zip" 129 ext=".Z" 133 ext="" 149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir 171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir
|