/linux-5.19.10/net/ceph/ |
D | auth.c | 24 static int init_protocol(struct ceph_auth_client *ac, int proto) in init_protocol() 39 void ceph_auth_set_global_id(struct ceph_auth_client *ac, u64 global_id) in ceph_auth_set_global_id() 60 struct ceph_auth_client *ac; in ceph_auth_init() local 81 void ceph_auth_destroy(struct ceph_auth_client *ac) in ceph_auth_destroy() 92 void ceph_auth_reset(struct ceph_auth_client *ac) in ceph_auth_reset() 121 int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len) in ceph_auth_build_hello() 164 static int build_request(struct ceph_auth_client *ac, bool add_header, in build_request() 198 int ceph_handle_auth_reply(struct ceph_auth_client *ac, in ceph_handle_auth_reply() 284 int ceph_build_auth(struct ceph_auth_client *ac, in ceph_build_auth() 296 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated() [all …]
|
D | auth_none.c | 15 static void reset(struct ceph_auth_client *ac) in reset() 22 static void destroy(struct ceph_auth_client *ac) in destroy() 28 static int is_authenticated(struct ceph_auth_client *ac) in is_authenticated() 35 static int should_authenticate(struct ceph_auth_client *ac) in should_authenticate() 42 static int ceph_auth_none_build_authorizer(struct ceph_auth_client *ac, in ceph_auth_none_build_authorizer() 63 static int build_request(struct ceph_auth_client *ac, void *buf, void *end) in build_request() 72 static int handle_reply(struct ceph_auth_client *ac, u64 global_id, in handle_reply() 94 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer() 131 int ceph_auth_none_init(struct ceph_auth_client *ac) in ceph_auth_none_init()
|
D | auth_x.c | 22 static int ceph_x_is_authenticated(struct ceph_auth_client *ac) in ceph_x_is_authenticated() 36 static int ceph_x_should_authenticate(struct ceph_auth_client *ac) in ceph_x_should_authenticate() 120 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler() 147 static void remove_ticket_handler(struct ceph_auth_client *ac, in remove_ticket_handler() 160 static int process_one_ticket(struct ceph_auth_client *ac, in process_one_ticket() 270 static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, in ceph_x_proc_ticket_reply() 351 static int ceph_x_build_authorizer(struct ceph_auth_client *ac, in ceph_x_build_authorizer() 458 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed) in ceph_x_validate_tickets() 488 static int ceph_x_build_request(struct ceph_auth_client *ac, in ceph_x_build_request() 600 static int handle_auth_session_key(struct ceph_auth_client *ac, u64 global_id, in handle_auth_session_key() [all …]
|
/linux-5.19.10/drivers/s390/crypto/ |
D | ap_card.c | 25 struct ap_card *ac = to_ap_card(dev); in hwtype_show() local 35 struct ap_card *ac = to_ap_card(dev); in raw_hwtype_show() local 45 struct ap_card *ac = to_ap_card(dev); in depth_show() local 55 struct ap_card *ac = to_ap_card(dev); in ap_functions_show() local 66 struct ap_card *ac = to_ap_card(dev); in request_count_show() local 82 struct ap_card *ac = to_ap_card(dev); in request_count_store() local 102 struct ap_card *ac = to_ap_card(dev); in requestq_count_show() local 121 struct ap_card *ac = to_ap_card(dev); in pendingq_count_show() local 146 struct ap_card *ac = to_ap_card(dev); in config_show() local 156 struct ap_card *ac = to_ap_card(dev); in config_store() local [all …]
|
D | zcrypt_cex4.c | 84 struct ap_card *ac = to_ap_card(dev); in cca_serialnr_show() local 224 struct ap_card *ac = to_ap_card(dev); in ep11_api_ordinalnr_show() local 245 struct ap_card *ac = to_ap_card(dev); in ep11_fw_version_show() local 268 struct ap_card *ac = to_ap_card(dev); in ep11_serialnr_show() local 302 struct ap_card *ac = to_ap_card(dev); in ep11_card_op_modes_show() local 476 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex4_card_probe() local 633 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex4_card_remove() local
|
D | zcrypt_cex2c.c | 71 struct ap_card *ac = to_ap_card(dev); in cca_serialnr_show() local 256 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex2c_card_probe() local 313 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex2c_card_remove() local
|
D | zcrypt_card.c | 54 struct ap_card *ac = to_ap_card(dev); in online_show() local 65 struct ap_card *ac = to_ap_card(dev); in online_store() local
|
/linux-5.19.10/drivers/input/misc/ |
D | adxl34x.c | 181 #define AC_READ(ac, reg) ((ac)->bops->read((ac)->dev, reg)) argument 182 #define AC_WRITE(ac, reg, val) ((ac)->bops->write((ac)->dev, reg, val)) argument 238 static void adxl34x_get_triple(struct adxl34x *ac, struct axis_triple *axis) in adxl34x_get_triple() 256 static void adxl34x_service_ev_fifo(struct adxl34x *ac) in adxl34x_service_ev_fifo() 278 static void adxl34x_send_key_events(struct adxl34x *ac, in adxl34x_send_key_events() 290 static void adxl34x_do_tap(struct adxl34x *ac, in adxl34x_do_tap() 300 struct adxl34x *ac = handle; in adxl34x_irq() local 401 static void __adxl34x_disable(struct adxl34x *ac) in __adxl34x_disable() 410 static void __adxl34x_enable(struct adxl34x *ac) in __adxl34x_enable() 415 void adxl34x_suspend(struct adxl34x *ac) in adxl34x_suspend() [all …]
|
D | adxl34x-i2c.c | 80 struct adxl34x *ac; in adxl34x_i2c_probe() local 104 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_remove() local 114 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_suspend() local 124 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_resume() local
|
D | adxl34x-spi.c | 70 struct adxl34x *ac; in adxl34x_spi_probe() local 92 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_remove() local 100 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_suspend() local 110 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_resume() local
|
/linux-5.19.10/drivers/power/supply/ |
D | surface_charger.c | 67 static int spwr_ac_update_unlocked(struct spwr_ac_device *ac) in spwr_ac_update_unlocked() 81 static int spwr_ac_update(struct spwr_ac_device *ac) in spwr_ac_update() 92 static int spwr_ac_recheck(struct spwr_ac_device *ac) in spwr_ac_recheck() 105 struct spwr_ac_device *ac; in spwr_notify_ac() local 142 struct spwr_ac_device *ac = power_supply_get_drvdata(psy); in spwr_ac_get_property() local 174 static void spwr_ac_init(struct spwr_ac_device *ac, struct ssam_device *sdev, in spwr_ac_init() 197 static int spwr_ac_register(struct spwr_ac_device *ac) in spwr_ac_register() 234 struct spwr_ac_device *ac; in surface_ac_probe() local 252 struct spwr_ac_device *ac = ssam_device_get_drvdata(sdev); in surface_ac_remove() local
|
/linux-5.19.10/drivers/media/pci/tw686x/ |
D | tw686x-audio.c | 38 struct tw686x_audio_channel *ac = &dev->audio_channels[ch]; in tw686x_audio_irq() local 107 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; in tw686x_pcm_open() local 124 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; in tw686x_pcm_close() local 133 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; in tw686x_pcm_prepare() local 214 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; in tw686x_pcm_trigger() local 253 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; in tw686x_pcm_pointer() local 296 struct tw686x_audio_channel *ac) in tw686x_audio_dma_free() 311 struct tw686x_audio_channel *ac) in tw686x_audio_dma_alloc() 384 struct tw686x_audio_channel *ac; in tw686x_audio_init() local
|
/linux-5.19.10/drivers/net/ethernet/pensando/ionic/ |
D | ionic_rx_filter.c | 24 struct ionic_rx_filter_add_cmd *ac; in ionic_rx_filter_replay() local 128 struct ionic_rx_filter_add_cmd *ac; in ionic_rx_filter_save() local 243 struct ionic_rx_filter_add_cmd *ac) in ionic_rx_filter_find() 305 struct ionic_rx_filter_add_cmd *ac) in ionic_lif_filter_add() 448 struct ionic_rx_filter_add_cmd ac = { in ionic_lif_addr_add() local 459 struct ionic_rx_filter_add_cmd ac = { in ionic_lif_vlan_add() local 468 struct ionic_rx_filter_add_cmd *ac) in ionic_lif_filter_del() 534 struct ionic_rx_filter_add_cmd ac = { in ionic_lif_addr_del() local 545 struct ionic_rx_filter_add_cmd ac = { in ionic_lif_vlan_del() local
|
/linux-5.19.10/drivers/acpi/ |
D | ac.c | 82 static int acpi_ac_get_state(struct acpi_ac *ac) in acpi_ac_get_state() 112 struct acpi_ac *ac = to_acpi_ac(psy); in get_ac_property() local 138 struct acpi_ac *ac = acpi_driver_data(device); in acpi_ac_notify() local 173 struct acpi_ac *ac = container_of(nb, struct acpi_ac, battery_nb); in acpi_ac_battery_notify() local 226 struct acpi_ac *ac = NULL; in acpi_ac_add() local 274 struct acpi_ac *ac; in acpi_ac_resume() local 298 struct acpi_ac *ac = NULL; in acpi_ac_remove() local
|
/linux-5.19.10/sound/soc/qcom/qdsp6/ |
D | q6asm.c | 279 static inline void q6asm_add_hdr(struct audio_client *ac, struct apr_hdr *hdr, in q6asm_add_hdr() 291 static int q6asm_apr_send_session_pkt(struct q6asm *a, struct audio_client *ac, in q6asm_apr_send_session_pkt() 328 static int __q6asm_memory_unmap(struct audio_client *ac, in __q6asm_memory_unmap() 372 static void q6asm_audio_client_free_buf(struct audio_client *ac, in q6asm_audio_client_free_buf() 392 int q6asm_unmap_memory_regions(unsigned int dir, struct audio_client *ac) in q6asm_unmap_memory_regions() 421 static int __q6asm_memory_map_regions(struct audio_client *ac, int dir, in __q6asm_memory_map_regions() 500 int q6asm_map_memory_regions(unsigned int dir, struct audio_client *ac, in q6asm_map_memory_regions() 550 struct audio_client *ac; in q6asm_audio_client_release() local 569 void q6asm_audio_client_free(struct audio_client *ac) in q6asm_audio_client_free() 578 struct audio_client *ac = NULL; in q6asm_get_audio_client() local [all …]
|
/linux-5.19.10/fs/ocfs2/ |
D | suballoc.c | 118 void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac) in ocfs2_free_ac_resource() 138 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac) in ocfs2_free_alloc_context() 419 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_contig() 463 struct ocfs2_alloc_context *ac, in ocfs2_block_group_claim_bits() 484 struct ocfs2_alloc_context *ac, in ocfs2_block_group_grow_discontig() 576 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_discontig() 661 struct ocfs2_alloc_context *ac = NULL; in ocfs2_block_group_alloc() local 763 struct ocfs2_alloc_context *ac, in ocfs2_reserve_suballoc_bits() 911 struct ocfs2_alloc_context *ac, in ocfs2_steal_resource() 944 struct ocfs2_alloc_context *ac) in ocfs2_steal_inode() [all …]
|
D | localalloc.c | 616 struct ocfs2_alloc_context *ac) in ocfs2_reserve_local_alloc_bits() 715 struct ocfs2_alloc_context *ac, in ocfs2_claim_local_alloc_bits() 771 struct ocfs2_alloc_context *ac, in ocfs2_free_local_alloc_bits() 1097 struct ocfs2_alloc_context **ac, in ocfs2_local_alloc_reserve_for_window() 1148 struct ocfs2_alloc_context *ac) in ocfs2_local_alloc_new_window() 1243 struct ocfs2_alloc_context *ac = NULL; in ocfs2_local_alloc_slide_window() local
|
/linux-5.19.10/fs/ext4/ |
D | mballoc.c | 870 static void ext4_mb_choose_next_group_cr0(struct ext4_allocation_context *ac, in ext4_mb_choose_next_group_cr0() 923 static void ext4_mb_choose_next_group_cr1(struct ext4_allocation_context *ac, in ext4_mb_choose_next_group_cr1() 994 static inline int should_optimize_scan(struct ext4_allocation_context *ac) in should_optimize_scan() 1010 next_linear_group(struct ext4_allocation_context *ac, int group, int ngroups) in next_linear_group() 1047 static void ext4_mb_choose_next_group(struct ext4_allocation_context *ac, in ext4_mb_choose_next_group() 2005 static void ext4_mb_use_best_found(struct ext4_allocation_context *ac, in ext4_mb_use_best_found() 2054 static void ext4_mb_check_limits(struct ext4_allocation_context *ac, in ext4_mb_check_limits() 2104 static void ext4_mb_measure_extent(struct ext4_allocation_context *ac, in ext4_mb_measure_extent() 2164 int ext4_mb_try_best_found(struct ext4_allocation_context *ac, in ext4_mb_try_best_found() 2192 int ext4_mb_find_by_goal(struct ext4_allocation_context *ac, in ext4_mb_find_by_goal() [all …]
|
/linux-5.19.10/net/mac80211/ |
D | sta_info.c | 86 int ac, i; in __cleanup_single_sta() local 785 static unsigned long ieee80211_tids_for_ac(int ac) in ieee80211_tids_for_ac() 809 int ac; in __sta_info_recalc_tim() local 911 struct sta_info *sta, int ac) in sta_info_cleanup_expire_buffered_ac() 992 int ac; in sta_info_cleanup_expire_buffered() local 1320 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup() local 1505 int ac; in ieee80211_sta_ps_more_data() local 1536 int ac; in ieee80211_sta_ps_get_frames() local 1610 int tid, ac; in ieee80211_sta_ps_deliver_response() local 1963 struct sta_info *sta, u8 ac, in ieee80211_sta_update_pending_airtime() [all …]
|
D | debugfs_sta.c | 112 int ac; in sta_num_ps_buf_frames_read() local 207 int ac; in sta_airtime_read() local 236 int ac; in sta_airtime_write() local 260 int ac; in sta_aql_read() local 289 u32 ac, q_limit_l, q_limit_h; in sta_aql_write() local
|
/linux-5.19.10/drivers/crypto/axis/ |
D | artpec6_crypto.c | 451 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_busy() local 459 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_submit() local 481 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_start_dma() local 1045 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_common_init() local 1074 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_common_destroy() local 1317 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_prepare_hash() local 1668 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_prepare_crypto() local 1836 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_prepare_aead() local 2041 static void artpec6_crypto_process_queue(struct artpec6_crypto *ac, in artpec6_crypto_process_queue() 2071 struct artpec6_crypto *ac = from_timer(ac, t, timer); in artpec6_crypto_timeout() local [all …]
|
/linux-5.19.10/drivers/net/ethernet/microsoft/mana/ |
D | mana_en.c | 401 static int mana_send_request(struct mana_context *ac, void *in_buf, in mana_send_request() 449 static int mana_query_device_cfg(struct mana_context *ac, u32 proto_major_ver, in mana_query_device_cfg() 703 static void mana_destroy_eq(struct mana_context *ac) in mana_destroy_eq() 724 static int mana_create_eq(struct mana_context *ac) in mana_create_eq() 1271 struct mana_context *ac = apc->ac; in mana_create_txq() local 1632 struct mana_context *ac = apc->ac; in mana_add_rx_queues() local 1897 static int mana_probe_port(struct mana_context *ac, int port_idx, in mana_probe_port() 1966 struct mana_context *ac = gd->driver_data; in mana_probe() local 2040 struct mana_context *ac = gd->driver_data; in mana_remove() local
|
/linux-5.19.10/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 197 int id, ret = -EBUSY, ac; in wl1271_tx_allocate() local 255 int ac, rate_idx; in wl1271_tx_fill_hdr() local 485 int i, q = -1, ac; in wlcore_select_ac() local 529 u8 hlid, u8 ac, in wlcore_lnk_dequeue_high_prio() 549 u8 ac, u8 *hlid, in wlcore_vif_dequeue_high_prio() 587 int ac; in wl1271_skb_dequeue() local
|
/linux-5.19.10/drivers/net/wireless/realtek/rtw89/ |
D | mac80211.c | 248 struct rtw89_vif *rtwvif, u16 ac) in ____rtw89_conf_tx_edca() 274 struct rtw89_vif *rtwvif, u16 ac) in ____rtw89_conf_tx_mu_edca() 301 struct rtw89_vif *rtwvif, u16 ac) in __rtw89_conf_tx() 310 u16 ac; in rtw89_conf_tx() local 428 struct ieee80211_vif *vif, u16 ac, in rtw89_ops_conf_tx()
|
/linux-5.19.10/fs/afs/ |
D | addr_list.c | 354 bool afs_iterate_addresses(struct afs_addr_cursor *ac) in afs_iterate_addresses() 389 int afs_end_cursor(struct afs_addr_cursor *ac) in afs_end_cursor()
|