Home
last modified time | relevance | path

Searched defs:desc (Results 1151 - 1175 of 3974) sorted by relevance

1...<<41424344454647484950>>...159

/kernel/linux/linux-6.6/drivers/media/rc/
H A Dttusbir.c185 struct usb_endpoint_descriptor *desc; in ttusbir_probe() local
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/
H A Dmacb_ptp.c28 macb_ptp_desc(struct macb *bp, struct macb_dma_desc *desc) macb_ptp_desc() argument
274 gem_ptp_rxstamp(struct macb *bp, struct sk_buff *skb, struct macb_dma_desc *desc) gem_ptp_rxstamp() argument
295 gem_ptp_txstamp(struct macb *bp, struct sk_buff *skb, struct macb_dma_desc *desc) gem_ptp_txstamp() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/moxa/
H A Dmoxart_ether.c32 static inline void moxart_desc_write(u32 data, __le32 *desc) in moxart_desc_write() argument
37 static inline u32 moxart_desc_read(__le32 *desc) in moxart_desc_read() argument
120 void *desc; in moxart_mac_setup_desc_ring() local
212 void *desc; moxart_rx_poll() local
333 void *desc; moxart_mac_start_xmit() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfd3/
H A Dxsk.c336 struct xdp_desc desc[NFP_NET_XSK_TX_BATCH]; in nfp_nfd3_xsk_tx() local
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dcdev.c44 static int get_exclusive(struct ubi_volume_desc *desc) in get_exclusive() argument
71 static void revoke_exclusive(struct ubi_volume_desc *desc, int mode) in revoke_exclusive() argument
94 struct ubi_volume_desc *desc; vol_cdev_open() local
119 struct ubi_volume_desc *desc = file->private_data; vol_cdev_release() local
145 struct ubi_volume_desc *desc = file->private_data; vol_cdev_llseek() local
160 struct ubi_volume_desc *desc = file->private_data; vol_cdev_fsync() local
174 struct ubi_volume_desc *desc = file->private_data; vol_cdev_read() local
251 struct ubi_volume_desc *desc = file->private_data; vol_cdev_direct_write() local
327 struct ubi_volume_desc *desc = file->private_data; vol_cdev_write() local
382 struct ubi_volume_desc *desc = file->private_data; vol_cdev_ioctl() local
765 struct ubi_volume_desc *desc; rename_volumes() local
836 struct ubi_volume_desc *desc; ubi_cdev_ioctl() local
[all...]
H A Dgluebi.c46 struct ubi_volume_desc *desc; member
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/altera/
H A Daltera_sgdma.c232 struct sgdma_descrip __iomem *desc = NULL; in sgdma_rx_status() local
293 sgdma_setup_descrip(struct sgdma_descrip __iomem *desc, struct sgdma_descrip __iomem *ndesc, dma_addr_t ndesc_phys, dma_addr_t raddr, dma_addr_t waddr, u16 length, int generate_eop, int rfixed, int wfixed) sgdma_setup_descrip() argument
315 csrwr32(lower_32_bits(raddr), desc, sgdma_descroffs(raddr)); sgdma_setup_descrip() local
316 csrwr32(lower_32_bits(waddr), desc, sgdma_descroffs(waddr)); sgdma_setup_descrip() local
320 csrwr32(lower_32_bits(ndesc_phys), desc, sgdma_descroffs(next)); sgdma_setup_descrip() local
381 sgdma_async_write(struct altera_tse_private *priv, struct sgdma_descrip __iomem *desc) sgdma_async_write() argument
406 sgdma_txphysaddr(struct altera_tse_private *priv, struct sgdma_descrip __iomem *desc) sgdma_txphysaddr() argument
415 sgdma_rxphysaddr(struct altera_tse_private *priv, struct sgdma_descrip __iomem *desc) sgdma_rxphysaddr() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.c385 struct ena_eth_io_tx_desc *desc = NULL; in ena_com_prepare_tx() local
604 struct ena_eth_io_rx_desc *desc; ena_com_add_single_rx_desc() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c119 struct i40e_aq_desc *desc; in i40e_alloc_arq_bufs() local
726 struct i40e_aq_desc *desc; i40e_clean_asq() local
783 i40e_asq_send_command_atomic_exec(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details, bool is_atomic_context) i40e_asq_send_command_atomic_exec() argument
987 i40e_asq_send_command_atomic(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details, bool is_atomic_context) i40e_asq_send_command_atomic() argument
1006 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details) i40e_asq_send_command() argument
1029 i40e_asq_send_command_atomic_v2(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details, bool is_atomic_context, enum i40e_admin_queue_err *aq_status) i40e_asq_send_command_atomic_v2() argument
1051 i40e_asq_send_command_v2(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details, enum i40e_admin_queue_err *aq_status) i40e_asq_send_command_v2() argument
1067 i40e_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc, u16 opcode) i40e_fill_default_direct_cmd_desc() argument
1091 struct i40e_aq_desc *desc; i40e_clean_arq_element() local
[all...]
H A Di40e_adminq.h56 struct i40e_aq_desc desc; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_common.c259 void iavf_debug_aq(struct iavf_hw *hw, enum iavf_debug_mask mask, void *desc, in iavf_debug_aq() argument
331 struct iavf_aq_desc desc; in iavf_aq_queue_shutdown() local
362 struct iavf_aq_desc desc; in iavf_aq_get_set_rss_lut() local
430 struct iavf_aq_desc desc; iavf_aq_get_set_rss_key() local
744 struct iavf_aq_desc desc; iavf_aq_send_msg_to_pf() local
[all...]
H A Diavf_adminq.h57 struct iavf_aq_desc desc; member
H A Diavf_adminq.c105 struct iavf_aq_desc *desc; in iavf_alloc_arq_bufs() local
586 struct iavf_aq_desc *desc; iavf_clean_asq() local
641 iavf_asq_send_command(struct iavf_hw *hw, struct iavf_aq_desc *desc, void *buff, u16 buff_size, struct iavf_asq_cmd_details *cmd_details) iavf_asq_send_command() argument
836 iavf_fill_default_direct_cmd_desc(struct iavf_aq_desc *desc, u16 opcode) iavf_fill_default_direct_cmd_desc() argument
859 struct iavf_aq_desc *desc; iavf_clean_arq_element() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_controlq.h78 struct ice_aq_desc desc; member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dnic.c301 size_t efx_nic_describe_stats(const struct efx_hw_stat_desc *desc, size_t count, in efx_nic_describe_stats() argument
378 void efx_nic_update_stats(const struct efx_hw_stat_desc *desc, size_ argument
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-zpodd.c57 struct rm_feature_desc *desc; in zpodd_get_mech_type() local
/kernel/linux/linux-6.6/fs/btrfs/
H A Dverity.c524 static int finish_verity(struct btrfs_inode *inode, const void *desc, in finish_verity() argument
630 static int btrfs_end_enable_verity(struct file *filp, const void *desc, in btrfs_end_enable_verity() argument
/kernel/linux/linux-6.6/fs/ext4/
H A Dverity.c171 static int ext4_write_verity_descriptor(struct inode *inode, const void *desc, in ext4_write_verity_descriptor() argument
191 static int ext4_end_enable_verity(struct file *filp, const void *desc, in ext4_end_enable_verity() argument
/kernel/linux/linux-6.6/fs/hfs/
H A Dbnode.c144 struct hfs_bnode_desc desc; in hfs_bnode_dump() local
320 struct hfs_bnode_desc *desc; in hfs_bnode_find() local
[all...]
/kernel/linux/linux-6.6/fs/fuse/
H A Dreaddir.c339 struct fuse_page_desc desc = { .length = PAGE_SIZE }; in fuse_readdir_uncached() local
/kernel/linux/linux-6.6/fs/nfs/
H A Dfscache.h153 static inline void nfs_netfs_set_pageio_descriptor(struct nfs_pageio_descriptor *desc, in nfs_netfs_set_pageio_descriptor() argument
158 static inline void nfs_netfs_reset_pageio_descriptor(struct nfs_pageio_descriptor *desc) in nfs_netfs_reset_pageio_descriptor() argument
198 static inline void nfs_netfs_set_pageio_descriptor(struct nfs_pageio_descriptor *desc, in nfs_netfs_set_pageio_descriptor() argument
200 static inline void nfs_netfs_reset_pageio_descriptor(struct nfs_pageio_descriptor *desc) {} in nfs_netfs_reset_pageio_descriptor() argument
148 nfs_netfs_set_pgio_header(struct nfs_pgio_header *hdr, struct nfs_pageio_descriptor *desc) nfs_netfs_set_pgio_header() argument
196 nfs_netfs_set_pgio_header(struct nfs_pgio_header *hdr, struct nfs_pageio_descriptor *desc) nfs_netfs_set_pgio_header() argument
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dbtree.c317 struct hfs_bnode_desc desc; in hfs_bmap_new_bmap() local
H A Dbnode.c293 struct hfs_bnode_desc desc; in hfs_bnode_dump() local
470 struct hfs_bnode_desc *desc; in hfs_bnode_find() local
[all...]
/kernel/linux/linux-6.6/fs/ext2/
H A Dialloc.c49 struct ext2_group_desc *desc; in read_inode_bitmap() local
68 struct ext2_group_desc * desc; in ext2_release_inode() local
203 struct ext2_group_desc *desc, *best_desc = NULL; find_group_dir() local
266 struct ext2_group_desc *desc; find_group_orlov() local
363 struct ext2_group_desc *desc; find_group_other() local
614 struct ext2_group_desc *desc; ext2_count_free_inodes() local
[all...]
/kernel/linux/linux-6.6/fs/
H A Dfs_parser.c54 fs_lookup_key( const struct fs_parameter_spec *desc, struct fs_parameter *param, bool *negated) fs_lookup_key() argument
103 __fs_parse(struct p_log *log, const struct fs_parameter_spec *desc, struct fs_parameter *param, struct fs_parse_result *result) __fs_parse() argument
380 fs_validate_description(const char *name, const struct fs_parameter_spec *desc) fs_validate_description() argument
[all...]

Completed in 15 milliseconds

1...<<41424344454647484950>>...159