/drivers/crypto/caam/ |
D | desc_constr.h | 84 static inline int desc_len(u32 * const desc) in desc_len() 89 static inline int desc_bytes(void * const desc) in desc_bytes() 94 static inline u32 *desc_end(u32 * const desc) in desc_end() 99 static inline void *sh_desc_pdb(u32 * const desc) in sh_desc_pdb() 104 static inline void init_desc(u32 * const desc, u32 options) in init_desc() 109 static inline void init_sh_desc(u32 * const desc, u32 options) in init_sh_desc() 115 static inline void init_sh_desc_pdb(u32 * const desc, u32 options, in init_sh_desc_pdb() 124 static inline void init_job_desc(u32 * const desc, u32 options) in init_job_desc() 129 static inline void init_job_desc_pdb(u32 * const desc, u32 options, in init_job_desc_pdb() 137 static inline void append_ptr(u32 * const desc, dma_addr_t ptr) in append_ptr() [all …]
|
D | caamalg_desc.c | 16 static inline void aead_append_src_dst(u32 *desc, u32 msg_type) in aead_append_src_dst() 24 static inline void append_dec_op1(u32 *desc, u32 type) in append_dec_op1() 56 void cnstr_shdsc_aead_null_encap(u32 * const desc, struct alginfo *adata, in cnstr_shdsc_aead_null_encap() 135 void cnstr_shdsc_aead_null_decap(u32 * const desc, struct alginfo *adata, in cnstr_shdsc_aead_null_decap() 210 static void init_sh_desc_key_aead(u32 * const desc, in init_sh_desc_key_aead() 288 void cnstr_shdsc_aead_encap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_encap() 382 void cnstr_shdsc_aead_decap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_decap() 499 void cnstr_shdsc_aead_givencap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_aead_givencap() 633 void cnstr_shdsc_gcm_encap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_gcm_encap() 760 void cnstr_shdsc_gcm_decap(u32 * const desc, struct alginfo *cdata, in cnstr_shdsc_gcm_decap() [all …]
|
D | pkc_desc.c | 14 void init_rsa_pub_desc(u32 *desc, struct rsa_pub_pdb *pdb) in init_rsa_pub_desc() 27 void init_rsa_priv_f1_desc(u32 *desc, struct rsa_priv_f1_pdb *pdb) in init_rsa_priv_f1_desc() 40 void init_rsa_priv_f2_desc(u32 *desc, struct rsa_priv_f2_pdb *pdb) in init_rsa_priv_f2_desc() 57 void init_rsa_priv_f3_desc(u32 *desc, struct rsa_priv_f3_pdb *pdb) in init_rsa_priv_f3_desc()
|
/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 194 struct desc { struct 195 u32 next; /* pointer to next buffer, unused */ 198 u16 buf_len; /* buffer length */ 199 u16 pkt_len; /* packet length */ 200 u32 data; /* pointer to data buffer in RAM */ 201 u8 dest_id; 202 u8 src_id; 203 u16 flags; 204 u8 qos; 205 u8 padlen; [all …]
|
/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common-v2.c | 66 const struct mtk_pin_desc *desc, in mtk_hw_pin_field_lookup() 129 const struct mtk_pin_desc *desc, in mtk_hw_pin_field_get() 175 int mtk_hw_set_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc, in mtk_hw_set_value() 194 int mtk_hw_get_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc, in mtk_hw_get_value() 215 const struct mtk_pin_desc *desc; in mtk_xt_find_eint_num() local 234 const struct mtk_pin_desc *desc; in mtk_xt_get_gpio_n() local 251 const struct mtk_pin_desc *desc; in mtk_xt_get_gpio_state() local 272 const struct mtk_pin_desc *desc; in mtk_xt_set_gpio_as_eint() local 353 const struct mtk_pin_desc *desc) in mtk_pinconf_bias_disable_set() 371 const struct mtk_pin_desc *desc, int *res) in mtk_pinconf_bias_disable_get() [all …]
|
/drivers/usb/class/ |
D | cdc-wdm.c | 113 struct wdm_device *desc; in wdm_find_device() local 128 struct wdm_device *desc; in wdm_find_device_by_minor() local 144 struct wdm_device *desc; in wdm_out_callback() local 160 struct wdm_device *desc = urb->context; in wdm_in_callback() local 235 struct wdm_device *desc; in wdm_int_callback() local 321 static void kill_urbs(struct wdm_device *desc) in kill_urbs() 329 static void free_urbs(struct wdm_device *desc) in free_urbs() 336 static void cleanup(struct wdm_device *desc) in cleanup() 352 struct wdm_device *desc = file->private_data; in wdm_write() local 453 static int service_outstanding_interrupt(struct wdm_device *desc) in service_outstanding_interrupt() [all …]
|
/drivers/scsi/lpfc/ |
D | lpfc_attr.h | 24 #define LPFC_ATTR(name, defval, minval, maxval, desc) \ argument 30 #define LPFC_ATTR_R(name, defval, minval, maxval, desc) \ argument 38 #define LPFC_ATTR_RW(name, defval, minval, maxval, desc) \ argument 49 #define LPFC_BBCR_ATTR_RW(name, defval, minval, maxval, desc) \ argument 59 #define LPFC_ATTR_HEX_R(name, defval, minval, maxval, desc) \ argument 67 #define LPFC_ATTR_HEX_RW(name, defval, minval, maxval, desc) \ argument 78 #define LPFC_VPORT_ATTR(name, defval, minval, maxval, desc) \ argument 84 #define LPFC_VPORT_ATTR_R(name, defval, minval, maxval, desc) \ argument 92 #define LPFC_VPORT_ULL_ATTR_R(name, defval, minval, maxval, desc) \ argument 100 #define LPFC_VPORT_ATTR_RW(name, defval, minval, maxval, desc) \ argument [all …]
|
/drivers/firmware/ |
D | qcom_scm-64.c | 65 static void __qcom_scm_call_do(const struct qcom_scm_desc *desc, in __qcom_scm_call_do() 88 static void qcom_scm_call_do(const struct qcom_scm_desc *desc, in qcom_scm_call_do() 116 const struct qcom_scm_desc *desc, in ___qcom_scm_call() 184 const struct qcom_scm_desc *desc, in qcom_scm_call() 203 const struct qcom_scm_desc *desc, in qcom_scm_call_atomic() 252 struct qcom_scm_desc desc = {0}; in __qcom_scm_is_call_available() local 269 struct qcom_scm_desc desc = {0}; in __qcom_scm_hdcp_req() local 316 struct qcom_scm_desc desc = {0}; in __qcom_scm_pas_supported() local 333 struct qcom_scm_desc desc = {0}; in __qcom_scm_pas_init_image() local 350 struct qcom_scm_desc desc = {0}; in __qcom_scm_pas_mem_setup() local [all …]
|
/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_err.c | 659 struct hclge_desc *desc, u32 cmd, u16 flag) in hclge_cmd_query_error() 681 struct hclge_desc desc; in hclge_clear_mac_tnl_int() local 692 struct hclge_desc desc[2]; in hclge_config_common_hw_err_int() local 729 struct hclge_desc desc; in hclge_config_ncsi_hw_err_int() local 751 struct hclge_desc desc; in hclge_config_igu_egu_hw_err_int() local 790 struct hclge_desc desc[2]; in hclge_config_ppp_error_interrupt() local 853 struct hclge_desc desc; in hclge_config_tm_hw_err_int() local 889 struct hclge_desc desc; in hclge_config_mac_err_int() local 909 struct hclge_desc desc; in hclge_config_mac_tnl_int() local 926 struct hclge_desc desc[2]; in hclge_config_ppu_error_interrupts() local [all …]
|
D | hclge_debugfs.c | 78 struct hclge_desc desc[HCLGE_GET_DFX_REG_TYPE_CNT]; in hclge_dbg_get_dfx_bd_num() local 100 struct hclge_desc *desc = desc_src; in hclge_dbg_cmd_send() local 129 struct hclge_desc *desc; in hclge_dbg_dump_reg_common() local 186 struct hclge_desc desc[2]; in hclge_dbg_dump_dcb() local 321 struct hclge_desc desc; in hclge_dbg_dump_tc() local 355 struct hclge_desc desc; in hclge_dbg_dump_tm_pg() local 450 struct hclge_desc desc; in hclge_dbg_dump_tm() local 560 struct hclge_desc desc; in hclge_dbg_dump_tm_map() local 644 struct hclge_desc desc; in hclge_dbg_dump_qos_pause_cfg() local 667 struct hclge_desc desc; in hclge_dbg_dump_qos_pri_map() local [all …]
|
/drivers/crypto/ccp/ |
D | ccp-dmaengine.c | 76 struct ccp_dma_desc *desc, *dtmp; in ccp_free_desc_resources() local 108 struct ccp_dma_desc *desc, *dtmp; in ccp_cleanup_desc_resources() local 139 static int ccp_issue_next_cmd(struct ccp_dma_desc *desc) in ccp_issue_next_cmd() 160 static void ccp_free_active_cmd(struct ccp_dma_desc *desc) in ccp_free_active_cmd() 177 struct ccp_dma_desc *desc) in __ccp_next_dma_desc() 191 struct ccp_dma_desc *desc) in ccp_handle_active_desc() 247 struct ccp_dma_desc *desc; in __ccp_pending_to_active() local 263 struct ccp_dma_desc *desc = data; in ccp_cmd_callback() local 299 struct ccp_dma_desc *desc = container_of(tx_desc, struct ccp_dma_desc, in ccp_tx_submit() local 335 struct ccp_dma_desc *desc; in ccp_alloc_dma_desc() local [all …]
|
/drivers/crypto/ |
D | padlock-sha.c | 31 static int padlock_sha_init(struct shash_desc *desc) in padlock_sha_init() 40 static int padlock_sha_update(struct shash_desc *desc, in padlock_sha_update() 48 static int padlock_sha_export(struct shash_desc *desc, void *out) in padlock_sha_export() 55 static int padlock_sha_import(struct shash_desc *desc, const void *in) in padlock_sha_import() 71 static int padlock_sha1_finup(struct shash_desc *desc, const u8 *in, in padlock_sha1_finup() 125 static int padlock_sha1_final(struct shash_desc *desc, u8 *out) in padlock_sha1_final() 132 static int padlock_sha256_finup(struct shash_desc *desc, const u8 *in, in padlock_sha256_finup() 186 static int padlock_sha256_final(struct shash_desc *desc, u8 *out) in padlock_sha256_final() 274 static int padlock_sha1_init_nano(struct shash_desc *desc) in padlock_sha1_init_nano() 285 static int padlock_sha1_update_nano(struct shash_desc *desc, in padlock_sha1_update_nano() [all …]
|
/drivers/gpio/ |
D | gpiolib-sysfs.c | 21 struct gpio_desc *desc; member 62 struct gpio_desc *desc = data->desc; in direction_show() local 81 struct gpio_desc *desc = data->desc; in direction_store() local 105 struct gpio_desc *desc = data->desc; in value_show() local 127 struct gpio_desc *desc = data->desc; in value_store() local 167 struct gpio_desc *desc = data->desc; in gpio_sysfs_request_irq() local 223 struct gpio_desc *desc = data->desc; in gpio_sysfs_free_irq() local 307 struct gpio_desc *desc = data->desc; in gpio_sysfs_set_active_low() local 333 struct gpio_desc *desc = data->desc; in active_low_show() local 370 struct gpio_desc *desc = data->desc; in gpio_is_visible() local [all …]
|
D | gpiolib.c | 163 int desc_to_gpio(const struct gpio_desc *desc) in desc_to_gpio() 174 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() 214 int gpiod_get_direction(struct gpio_desc *desc) in gpiod_get_direction() 310 struct gpio_desc *desc = &gdev->descs[i]; in gpio_name_to_desc() local 584 struct gpio_desc *desc; in linehandle_create() local 698 struct gpio_desc *desc; member 894 struct gpio_desc *desc; in lineevent_create() local 1064 struct gpio_desc *desc; in gpio_ioctl() local 1221 struct gpio_desc *desc; in gpiochip_machine_hog() local 1399 struct gpio_desc *desc = &gdev->descs[i]; in gpiochip_add_data_with_key() local [all …]
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_common.c | 281 void i40e_debug_aq(struct i40e_hw *hw, enum i40e_debug_mask mask, void *desc, in i40e_debug_aq() 357 struct i40e_aq_desc desc; in i40e_aq_queue_shutdown() local 389 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_lut() local 474 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_key() local 956 struct i40e_aq_desc desc; in i40e_aq_mac_address_read() local 982 struct i40e_aq_desc desc; in i40e_aq_mac_address_write() local 1554 struct i40e_aq_desc desc; in i40e_aq_get_phy_capabilities() local 1632 struct i40e_aq_desc desc; in i40e_aq_set_phy_config() local 1755 struct i40e_aq_desc desc; in i40e_aq_clear_pxe_mode() local 1783 struct i40e_aq_desc desc; in i40e_aq_set_link_restart_an() local [all …]
|
/drivers/mtd/ubi/ |
D | kapi.c | 89 void ubi_get_volume_info(struct ubi_volume_desc *desc, in ubi_get_volume_info() 117 struct ubi_volume_desc *desc; in ubi_open_volume() local 325 void ubi_close_volume(struct ubi_volume_desc *desc) in ubi_close_volume() 368 static int leb_read_sanity_check(struct ubi_volume_desc *desc, int lnum, in leb_read_sanity_check() 422 int ubi_leb_read(struct ubi_volume_desc *desc, int lnum, char *buf, int offset, in ubi_leb_read() 462 int ubi_leb_read_sg(struct ubi_volume_desc *desc, int lnum, struct ubi_sgl *sgl, in ubi_leb_read_sg() 513 int ubi_leb_write(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_write() 558 int ubi_leb_change(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_change() 599 int ubi_leb_erase(struct ubi_volume_desc *desc, int lnum) in ubi_leb_erase() 660 int ubi_leb_unmap(struct ubi_volume_desc *desc, int lnum) in ubi_leb_unmap() [all …]
|
D | cdev.c | 44 static int get_exclusive(struct ubi_volume_desc *desc) in get_exclusive() 71 static void revoke_exclusive(struct ubi_volume_desc *desc, int mode) in revoke_exclusive() 94 struct ubi_volume_desc *desc; in vol_cdev_open() local 119 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_release() local 145 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_llseek() local 160 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_fsync() local 174 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_read() local 251 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_direct_write() local 327 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_write() local 382 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_ioctl() local [all …]
|
/drivers/scsi/fnic/ |
D | fnic_res.h | 37 struct wq_enet_desc *desc = vnic_wq_next_desc(wq); in fnic_queue_wq_desc() local 61 struct wq_enet_desc *desc = vnic_wq_next_desc(wq); in fnic_queue_wq_eth_desc() local 91 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_icmnd_16() local 130 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_itmf() local 154 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_flogi_reg() local 174 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_fip_reg() local 196 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_fw_reset() local 210 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_lunmap() local 227 struct rq_enet_desc *desc = vnic_rq_next_desc(rq); in fnic_queue_rq_desc() local
|
/drivers/sh/intc/ |
D | handle.c | 18 static intc_enum __init intc_grp_id(struct intc_desc *desc, in intc_grp_id() 38 static unsigned int __init _intc_mask_data(struct intc_desc *desc, in _intc_mask_data() 89 intc_get_mask_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_mask_handle() 106 static unsigned int __init _intc_prio_data(struct intc_desc *desc, in _intc_prio_data() 158 intc_get_prio_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_prio_handle() 175 static unsigned int intc_ack_data(struct intc_desc *desc, in intc_ack_data() 231 void __init intc_enable_disable_enum(struct intc_desc *desc, in intc_enable_disable_enum() 258 intc_get_sense_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_sense_handle() 287 void intc_set_ack_handle(unsigned int irq, struct intc_desc *desc, in intc_set_ack_handle()
|
/drivers/net/usb/ |
D | cdc_ether.c | 24 static int is_rndis(struct usb_interface_descriptor *desc) in is_rndis() 31 static int is_activesync(struct usb_interface_descriptor *desc) in is_activesync() 38 static int is_wireless_rndis(struct usb_interface_descriptor *desc) in is_wireless_rndis() 45 static int is_novatel_rndis(struct usb_interface_descriptor *desc) in is_novatel_rndis() 54 #define is_rndis(desc) 0 argument 55 #define is_activesync(desc) 0 argument 56 #define is_wireless_rndis(desc) 0 argument 57 #define is_novatel_rndis(desc) 0 argument 295 struct usb_endpoint_descriptor *desc; in usbnet_generic_cdc_bind() local
|
/drivers/dma/ |
D | txx9dmac.c | 145 const struct txx9dmac_desc *desc) in desc_read_CHAR() 151 struct txx9dmac_desc *desc, dma_addr_t val) in desc_write_CHAR() 180 static struct txx9dmac_desc *txx9dmac_last_child(struct txx9dmac_desc *desc) in txx9dmac_last_child() 193 struct txx9dmac_desc *desc; in txx9dmac_desc_alloc() local 210 struct txx9dmac_desc *desc, *_desc; in txx9dmac_desc_get() local 242 struct txx9dmac_desc *desc) in txx9dmac_sync_desc_for_cpu() 261 struct txx9dmac_desc *desc) in txx9dmac_desc_put() 400 struct txx9dmac_desc *desc) in txx9dmac_descriptor_complete() 427 struct txx9dmac_desc *desc; in txx9dmac_dequeue() local 450 struct txx9dmac_desc *desc, *_desc; in txx9dmac_complete_all() local [all …]
|
D | iop-adma.h | 181 iop_desc_init_pq(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_pq() 188 iop_desc_set_pq_addr(struct iop_adma_desc_slot *desc, dma_addr_t *addr) in iop_desc_set_pq_addr() 194 iop_desc_set_pq_src_addr(struct iop_adma_desc_slot *desc, int src_idx, in iop_desc_set_pq_src_addr() 208 iop_desc_init_pq_zero_sum(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_pq_zero_sum() 215 iop_desc_set_pq_zero_sum_byte_count(struct iop_adma_desc_slot *desc, u32 len) in iop_desc_set_pq_zero_sum_byte_count() 223 iop_desc_set_pq_zero_sum_addr(struct iop_adma_desc_slot *desc, int pq_idx, in iop_desc_set_pq_zero_sum_addr() 284 static inline int iop_desc_is_aligned(struct iop_adma_desc_slot *desc, in iop_desc_is_aligned() 378 static inline u32 iop_desc_get_byte_count(struct iop_adma_desc_slot *desc, in iop_desc_get_byte_count() 411 static inline u32 iop_desc_get_src_addr(struct iop_adma_desc_slot *desc, in iop_desc_get_src_addr() 443 iop_desc_init_memcpy(struct iop_adma_desc_slot *desc, unsigned long flags) in iop_desc_init_memcpy() [all …]
|
D | fsl_raid.c | 88 struct fsl_re_desc *desc; in fsl_re_tx_submit() local 109 struct fsl_re_desc *desc, *_desc; in fsl_re_issue_pending() local 135 static void fsl_re_desc_done(struct fsl_re_desc *desc) in fsl_re_desc_done() 144 struct fsl_re_desc *desc, *_desc; in fsl_re_cleanup_descs() local 160 struct fsl_re_desc *desc, *_desc; in fsl_re_dequeue() local 252 struct fsl_re_desc *desc, in fsl_re_init_desc() 275 struct fsl_re_desc *desc = NULL; in fsl_re_chan_alloc_desc() local 322 struct fsl_re_desc *desc; in fsl_re_prep_dma_genq() local 409 struct fsl_re_desc *desc; in fsl_re_prep_dma_pq() local 531 struct fsl_re_desc *desc; in fsl_re_prep_dma_memcpy() local [all …]
|
D | at_hdmac.c | 105 struct at_desc *desc = NULL; in atc_alloc_descriptor() local 128 struct at_desc *desc, *_desc; in atc_desc_get() local 169 static void atc_desc_put(struct at_dma_chan *atchan, struct at_desc *desc) in atc_desc_put() 197 struct at_desc *desc) in atc_desc_chain() 262 struct at_desc *desc, *_desc; in atc_get_desc_by_cookie() local 307 struct at_desc *desc; in atc_get_bytes_left() local 441 atc_chain_complete(struct at_dma_chan *atchan, struct at_desc *desc) in atc_chain_complete() 490 struct at_desc *desc, *_desc; in atc_complete_all() local 669 struct at_desc *desc = txd_to_at_desc(tx); in atc_tx_submit() local 706 struct at_desc *desc = NULL; in atc_prep_dma_interleaved() local [all …]
|
/drivers/net/wireless/ath/ath5k/ |
D | desc.c | 76 struct ath5k_desc *desc, in ath5k_hw_setup_2word_tx_desc() 242 struct ath5k_desc *desc, in ath5k_hw_setup_4word_tx_desc() 380 struct ath5k_desc *desc, in ath5k_hw_setup_mrr_tx_desc() 443 struct ath5k_desc *desc, in ath5k_hw_proc_2word_tx_status() 495 struct ath5k_desc *desc, in ath5k_hw_proc_4word_tx_status() 560 struct ath5k_desc *desc, in ath5k_hw_setup_rx_desc() 602 struct ath5k_desc *desc, in ath5k_hw_proc_5210_rx_status() 696 struct ath5k_desc *desc, in ath5k_hw_proc_5212_rx_status()
|