Home
last modified time | relevance | path

Searched defs:ext (Results 351 - 375 of 933) sorted by relevance

1...<<11121314151617181920>>...38

/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c821 int ext; in kvmppc_guest_entry_inject_int() local
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dptrace.h37 unsigned long ext : 1; /* External Mask */ member
/kernel/linux/linux-5.10/arch/mips/kvm/
H A Dtrap_emul.c511 static int kvm_trap_emul_check_extension(struct kvm *kvm, long ext) in kvm_trap_emul_check_extension() argument
/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-intel-cht-wc.c108 static int cht_wc_extcon_get_id(struct cht_wc_extcon_data *ext, int pwrsrc_sts) in cht_wc_extcon_get_id() argument
126 static int cht_wc_extcon_get_charger(struct cht_wc_extcon_data *ext, in cht_wc_extcon_get_charger() argument
182 static void cht_wc_extcon_set_phymux(struct cht_wc_extcon_data *ext, u8 state) in cht_wc_extcon_set_phymux() argument
191 cht_wc_extcon_set_5v_boost(struct cht_wc_extcon_data *ext, bool enable) cht_wc_extcon_set_5v_boost() argument
209 cht_wc_extcon_set_otgmode(struct cht_wc_extcon_data *ext, bool enable) cht_wc_extcon_set_otgmode() argument
221 cht_wc_extcon_enable_charging(struct cht_wc_extcon_data *ext, bool enable) cht_wc_extcon_enable_charging() argument
234 cht_wc_extcon_set_state(struct cht_wc_extcon_data *ext, unsigned int cable, bool state) cht_wc_extcon_set_state() argument
242 cht_wc_extcon_pwrsrc_event(struct cht_wc_extcon_data *ext) cht_wc_extcon_pwrsrc_event() argument
295 struct cht_wc_extcon_data *ext = data; cht_wc_extcon_isr() local
315 cht_wc_extcon_sw_control(struct cht_wc_extcon_data *ext, bool enable) cht_wc_extcon_sw_control() argument
339 struct cht_wc_extcon_data *ext; cht_wc_extcon_probe() local
433 struct cht_wc_extcon_data *ext = platform_get_drvdata(pdev); cht_wc_extcon_remove() local
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmt9t112.c275 static int mt9t112_clock_info(const struct i2c_client *client, u32 ext) in mt9t112_clock_info() argument
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c662 struct hfi_mpeg4_header_extension *in = pdata, *ext = prop_data; in pkt_session_set_property_1x() local
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c387 int ext = input->index - solo_dev->nr_chans; in solo_enum_ext_input() local
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c508 struct nix_sqe_ext_s *ext; in otx2_sqe_add_ext() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbus.h223 int brcmf_bus_get_fwname(struct brcmf_bus *bus, const char *ext, in brcmf_bus_get_fwname() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/
H A Dhw.c61 static int alx_read_phy_core(struct alx_hw *hw, bool ext, u8 dev, in alx_read_phy_core() argument
98 static int alx_write_phy_core(struct alx_hw *hw, bool ext, u8 dev, in alx_write_phy_core() argument
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H A Dwext.c726 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra; in orinoco_ioctl_set_encodeext() local
820 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra; orinoco_ioctl_get_encodeext() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c888 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra; in _rtl92e_wx_set_encode_ext() local
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/
H A Dr8192U_wx.c716 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra; in r8192_wx_set_enc_ext() local
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_set_hash.c34 struct nft_set_ext ext; member
82 nft_rhash_lookup(const struct net *net, const struct nft_set *set, const u32 *key, const struct nft_set_ext **ext) nft_rhash_lookup() argument
118 nft_rhash_update(struct nft_set *set, const u32 *key, void *(*new)(struct nft_set *, const struct nft_expr *, struct nft_regs *regs), const struct nft_expr *expr, struct nft_regs *regs, const struct nft_set_ext **ext) nft_rhash_update() argument
165 nft_rhash_insert(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem, struct nft_set_ext **ext) nft_rhash_insert() argument
466 struct nft_set_ext ext; global() member
469 nft_hash_lookup(const struct net *net, const struct nft_set *set, const u32 *key, const struct nft_set_ext **ext) nft_hash_lookup() argument
507 nft_hash_lookup_fast(const struct net *net, const struct nft_set *set, const u32 *key, const struct nft_set_ext **ext) nft_hash_lookup_fast() argument
530 nft_jhash(const struct nft_set *set, const struct nft_hash *priv, const struct nft_set_ext *ext) nft_jhash() argument
547 nft_hash_insert(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem, struct nft_set_ext **ext) nft_hash_insert() argument
[all...]
H A Dnf_conntrack_h323_asn1.c518 unsigned int ext, bmp, i, opt, len = 0, bmp2, bmp2_len; in decode_seq() local
743 unsigned int type, ext, len = 0; in decode_choice() local
/kernel/linux/linux-5.10/net/wireless/
H A Dwext-compat.c629 struct iw_encode_ext *ext = (struct iw_encode_ext *) extra; in cfg80211_wext_siwencodeext() local
[all...]
/kernel/linux/linux-5.10/fs/9p/
H A Dvfs_inode.c131 char type = 0, ext[32]; in p9mode2unixmode() local
1112 char ext[32]; in v9fs_stat2inode() local
/kernel/linux/linux-5.10/include/scsi/fc/
H A Dfc_fcp.h155 struct fcp_resp_ext ext; member
/kernel/linux/linux-5.10/fs/affs/
H A Dfile.c119 affs_alloc_extblock(struct inode *inode, struct buffer_head *bh, u32 ext) in affs_alloc_extblock() argument
157 affs_get_extblock(struct inode *inode, u32 ext) in affs_get_extblock() argument
171 affs_get_extblock_slow(struct inode *inode, u32 ext) in affs_get_extblock_slow() argument
300 u32 ext; affs_get_block() local
863 u32 ext, ext_key; affs_truncate() local
[all...]
H A Daffs.h37 u32 ext; /* idx of the extended block */ member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_refcount.c921 struct xfs_refcount_irec ext, tmp; in xfs_refcount_adjust_extents() local
1454 struct xfs_refcount_irec ext, tmp; xfs_refcount_adjust_cow_extents() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_refcount_item.c312 struct xfs_phys_extent *ext; in xfs_refcount_update_log_item() local
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dab8500_btemp.c850 struct power_supply *ext = dev_get_drvdata(dev); in ab8500_btemp_get_ext_psy_data() local
/kernel/linux/linux-5.10/include/linux/
H A Dcounter.h60 const struct counter_signal_ext *ext; member
201 const struct counter_count_ext *ext; member
441 const struct counter_device_ext *ext; member
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/
H A Dhw.c61 static int alx_read_phy_core(struct alx_hw *hw, bool ext, u8 dev, in alx_read_phy_core() argument
98 static int alx_write_phy_core(struct alx_hw *hw, bool ext, u8 dev, in alx_write_phy_core() argument

Completed in 28 milliseconds

1...<<11121314151617181920>>...38