Home
last modified time | relevance | path

Searched defs:ac (Results 1 – 25 of 171) sorted by relevance

1234567

/linux-6.3-rc2/net/ceph/
A Dauth.c24 static int init_protocol(struct ceph_auth_client *ac, int proto) in init_protocol()
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()
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()
308 int __ceph_auth_get_authorizer(struct ceph_auth_client *ac, in __ceph_auth_get_authorizer()
491 int ceph_auth_handle_reply_done(struct ceph_auth_client *ac, in ceph_auth_handle_reply_done()
507 bool ceph_auth_handle_bad_method(struct ceph_auth_client *ac, in ceph_auth_handle_bad_method()
[all …]
A Dauth_none.c15 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()
A Dauth_x.c22 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()
488 static int ceph_x_build_request(struct ceph_auth_client *ac, in ceph_x_build_request()
735 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer()
770 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer()
904 static void ceph_x_reset(struct ceph_auth_client *ac) in ceph_x_reset()
913 static void ceph_x_destroy(struct ceph_auth_client *ac) in ceph_x_destroy()
[all …]
/linux-6.3-rc2/drivers/s390/crypto/
A Dap_card.c25 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 …]
A Dzcrypt_cex4.c84 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
A Dzcrypt_cex2c.c71 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
A Dzcrypt_card.c54 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-6.3-rc2/drivers/input/misc/
A Dadxl34x.c300 struct adxl34x *ac = handle; in adxl34x_irq() local
417 struct adxl34x *ac = dev_get_drvdata(dev); in adxl34x_suspend() local
433 struct adxl34x *ac = dev_get_drvdata(dev); in adxl34x_resume() local
450 struct adxl34x *ac = dev_get_drvdata(dev); in adxl34x_disable_show() local
459 struct adxl34x *ac = dev_get_drvdata(dev); in adxl34x_disable_store() local
491 struct adxl34x *ac = dev_get_drvdata(dev); in adxl34x_calibrate_show() local
508 struct adxl34x *ac = dev_get_drvdata(dev); in adxl34x_calibrate_store() local
539 struct adxl34x *ac = dev_get_drvdata(dev); in adxl34x_rate_show() local
548 struct adxl34x *ac = dev_get_drvdata(dev); in adxl34x_rate_store() local
701 struct adxl34x *ac; in adxl34x_probe() local
[all …]
A Dadxl34x-i2c.c79 struct adxl34x *ac; in adxl34x_i2c_probe() local
103 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_remove() local
A Dadxl34x-spi.c70 struct adxl34x *ac; in adxl34x_spi_probe() local
92 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_remove() local
/linux-6.3-rc2/drivers/power/supply/
A Dsurface_charger.c67 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-6.3-rc2/drivers/media/pci/tw686x/
A Dtw686x-audio.c38 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-6.3-rc2/drivers/acpi/
A Dac.c77 static int acpi_ac_get_state(struct acpi_ac *ac) in acpi_ac_get_state()
107 struct acpi_ac *ac = to_acpi_ac(psy); in get_ac_property() local
133 struct acpi_ac *ac = acpi_driver_data(device); in acpi_ac_notify() local
168 struct acpi_ac *ac = container_of(nb, struct acpi_ac, battery_nb); in acpi_ac_battery_notify() local
221 struct acpi_ac *ac = NULL; in acpi_ac_add() local
269 struct acpi_ac *ac; in acpi_ac_resume() local
293 struct acpi_ac *ac = NULL; in acpi_ac_remove() local
/linux-6.3-rc2/drivers/net/ethernet/pensando/ionic/
A Dionic_rx_filter.c24 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-6.3-rc2/sound/soc/qcom/qdsp6/
A Dq6asm.c328 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()
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
608 struct audio_client *ac; in q6asm_stream_callback() local
752 struct audio_client *ac = NULL; in q6asm_srvc_callback() local
846 struct audio_client *ac; in q6asm_audio_client_alloc() local
1296 int q6asm_stream_media_format_block_ape(struct audio_client *ac, in q6asm_stream_media_format_block_ape()
1451 int q6asm_read(struct audio_client *ac, uint32_t stream_id) in q6asm_read()
[all …]
/linux-6.3-rc2/fs/ocfs2/
A Dsuballoc.c463 struct ocfs2_alloc_context *ac, in ocfs2_block_group_claim_bits()
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
911 struct ocfs2_alloc_context *ac, in ocfs2_steal_resource()
950 struct ocfs2_alloc_context *ac) in ocfs2_steal_meta()
1221 struct ocfs2_alloc_context **ac) in ocfs2_reserve_clusters()
1988 struct ocfs2_alloc_context *ac, in ocfs2_claim_metadata()
2123 struct ocfs2_alloc_context *ac, in ocfs2_claim_new_inode_at_loc()
2195 struct ocfs2_alloc_context *ac, in ocfs2_claim_new_inode()
2297 struct ocfs2_alloc_context *ac, in __ocfs2_claim_clusters()
[all …]
A Dlocalalloc.c616 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-6.3-rc2/fs/ext4/
A Dmballoc.c2127 int ext4_mb_try_best_found(struct ext4_allocation_context *ac, in ext4_mb_try_best_found()
2155 int ext4_mb_find_by_goal(struct ext4_allocation_context *ac, in ext4_mb_find_by_goal()
2339 void ext4_mb_scan_aligned(struct ext4_allocation_context *ac, in ext4_mb_scan_aligned()
2593 ext4_mb_regular_allocator(struct ext4_allocation_context *ac) in ext4_mb_regular_allocator()
3992 ext4_mb_normalize_request(struct ext4_allocation_context *ac, in ext4_mb_normalize_request()
4358 ext4_mb_use_preallocated(struct ext4_allocation_context *ac) in ext4_mb_use_preallocated()
4542 static void ext4_mb_put_pa(struct ext4_allocation_context *ac, in ext4_mb_put_pa()
4602 ext4_mb_new_inode_pa(struct ext4_allocation_context *ac) in ext4_mb_new_inode_pa()
4691 ext4_mb_new_group_pa(struct ext4_allocation_context *ac) in ext4_mb_new_group_pa()
5493 struct ext4_allocation_context *ac, u64 *seq) in ext4_mb_discard_preallocations_should_retry()
[all …]
/linux-6.3-rc2/lib/
A Dbase64.c34 u32 ac = 0; in base64_encode() local
75 u32 ac = 0; in base64_decode() local
/linux-6.3-rc2/drivers/crypto/axis/
A Dartpec6_crypto.c451 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
2071 struct artpec6_crypto *ac = from_timer(ac, t, timer); in artpec6_crypto_timeout() local
2080 struct artpec6_crypto *ac = (struct artpec6_crypto *)data; in artpec6_crypto_task() local
2487 static int init_crypto_hw(struct artpec6_crypto *ac) in init_crypto_hw()
2568 struct artpec6_crypto *ac = dev_id; in artpec6_crypto_irq() local
2853 struct artpec6_crypto *ac; in artpec6_crypto_probe() local
[all …]
/linux-6.3-rc2/net/mac80211/
A Dsta_info.c119 int ac, i; in __cleanup_single_sta() local
1010 int ac; in __sta_info_recalc_tim() local
1112 struct sta_info *sta, int ac) in sta_info_cleanup_expire_buffered_ac()
1193 int ac; in sta_info_cleanup_expire_buffered() local
1540 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup() local
1725 int ac; in ieee80211_sta_ps_more_data() local
1756 int ac; in ieee80211_sta_ps_get_frames() local
1830 int tid, ac; in ieee80211_sta_ps_deliver_response() local
2128 u8 ac = ieee80211_ac_from_tid(tid); in ieee80211_sta_register_airtime() local
2203 struct sta_info *sta, u8 ac, in ieee80211_sta_update_pending_airtime()
[all …]
A Ddebugfs_sta.c112 int ac; in sta_num_ps_buf_frames_read() local
208 int ac; in sta_airtime_read() local
237 int ac; in sta_airtime_write() local
261 int ac; in sta_aql_read() local
290 u32 ac, q_limit_l, q_limit_h; in sta_aql_write() local
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/
A Dtx.c197 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-6.3-rc2/drivers/net/ethernet/microsoft/mana/
A Dmana_en.c416 static int mana_send_request(struct mana_context *ac, void *in_buf, in mana_send_request()
577 static int mana_query_device_cfg(struct mana_context *ac, u32 proto_major_ver, in mana_query_device_cfg()
878 static void mana_destroy_eq(struct mana_context *ac) in mana_destroy_eq()
899 static int mana_create_eq(struct mana_context *ac) in mana_create_eq()
1461 struct mana_context *ac = apc->ac; in mana_create_txq() local
1824 struct mana_context *ac = apc->ac; in mana_add_rx_queues() local
2111 static int mana_probe_port(struct mana_context *ac, int port_idx, in mana_probe_port()
2250 struct mana_context *ac = gd->driver_data; in mana_probe() local
2326 struct mana_context *ac = gd->driver_data; in mana_remove() local
/linux-6.3-rc2/mm/
A Dslab.c199 struct array_cache ac; member
536 struct array_cache *ac = NULL; in alloc_arraycache() local
680 struct array_cache *ac, int node, in __drain_alien_cache()
710 struct array_cache *ac; in reap_alien() local
730 struct array_cache *ac; in drain_alien_cache() local
752 struct array_cache *ac; in __cache_free_alien() local
2137 struct array_cache *ac; in do_drain() local
2881 struct array_cache *ac, *shared; in cache_alloc_refill() local
3005 struct array_cache *ac; in ____cache_alloc() local
3404 struct array_cache *ac = cpu_cache_get(cachep); in ___cache_free() local
[all …]

Completed in 113 milliseconds

1234567