Home
last modified time | relevance | path

Searched defs:arg (Results 7876 - 7900 of 8050) sorted by relevance

1...<<311312313314315316317318319320>>...322

/kernel/linux/linux-6.6/drivers/android/
H A Dbinder.c5422 static long binder_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in binder_ioctl() argument
5136 binder_ioctl_write_read(struct file *filp, unsigned int cmd, unsigned long arg, struct binder_thread *thread) binder_ioctl_write_read() argument
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c3800 static int ext4_lazyinit_thread(void *arg) in ext4_lazyinit_thread() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsend.c8071 long btrfs_ioctl_send(struct inode *inode, struct btrfs_ioctl_send_args *arg) in btrfs_ioctl_send() argument
[all...]
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c658 int setup_async_work(struct ksmbd_work *work, void (*fn)(void **), void **arg) in setup_async_work() argument
/kernel/linux/linux-6.6/include/linux/
H A Dsecurity.h986 security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) security_file_ioctl() argument
992 security_file_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) security_file_ioctl_compat() argument
1022 security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) security_file_fcntl() argument
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c6175 ahd_shutdown(void *arg) in ahd_shutdown() argument
6327 ahd_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in ahd_dmamap_cb() argument
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dfsl_lpuart.c527 static void lpuart_dma_tx_complete(void *arg) in lpuart_dma_tx_complete() argument
1254 static void lpuart_dma_rx_complete(void *arg) in lpuart_dma_rx_complete() argument
/kernel/linux/linux-6.6/drivers/soc/tegra/
H A Dpmc.c2081 u32 arg; in tegra_io_pad_pinconf_get() local
2122 u32 arg; in tegra_io_pad_pinconf_set() local
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dsony-laptop.c832 int i, r, result, arg; in sony_nc_handles_setup() local
898 int arg, ret = 0; in sony_call_snc_handle() local
1018 int arg = bd->props.brightness + 1; in sony_backlight_update_status() local
1191 unsigned int arg in sony_nc_notify() local
1295 unsigned int i, result, bitmask, arg; sony_nc_function_setup() local
1506 unsigned int i, result, bitmask, arg; sony_nc_function_resume() local
1564 int arg = 1; sony_nc_resume() local
3196 int arg = 1; sony_nc_add() local
4120 sonypi_misc_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) sonypi_misc_ioctl() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c3886 static irqreturn_t dispc_irq_handler(int irq, void *arg) in dispc_irq_handler() argument
/kernel/linux/linux-6.6/drivers/block/
H A Dfloppy.c1870 static void floppy_shutdown(struct work_struct *arg) in floppy_shutdown() argument
2927 static int user_reset_fdc(int drive, int arg, bool interruptible) in user_reset_fdc() argument
3658 compat_set_geometry(struct block_device *bdev, blk_mode_t mode, unsigned int cmd, struct compat_floppy_struct __user *arg) compat_set_geometry() argument
3684 compat_get_prm(int drive, struct compat_floppy_struct __user *arg) compat_get_prm() argument
3706 compat_setdrvprm(int drive, struct compat_floppy_drive_params __user *arg) compat_setdrvprm() argument
3742 compat_getdrvprm(int drive, struct compat_floppy_drive_params __user *arg) compat_getdrvprm() argument
3776 compat_getdrvstat(int drive, bool poll, struct compat_floppy_drive_struct __user *arg) compat_getdrvstat() argument
3815 compat_getfdcstat(int drive, struct compat_floppy_fdc_state __user *arg) compat_getfdcstat() argument
3844 compat_werrorget(int drive, struct compat_floppy_write_errors __user *arg) compat_werrorget() argument
[all...]
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcgroup.c4116 static int cgroup_seqfile_show(struct seq_file *m, void *arg) in cgroup_seqfile_show() argument
/kernel/linux/linux-6.6/drivers/dma/
H A Dpl330.c673 _emit_LPEND(unsigned dry_run, u8 buf[], const struct _arg_LPEND *arg) _emit_LPEND() argument
847 _emit_GO(unsigned dry_run, u8 buf[], const struct _arg_GO *arg) _emit_GO() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c1427 static void mvpp2_interrupts_mask(void *arg) in mvpp2_interrupts_mask() argument
1449 static void mvpp2_interrupts_unmask(void *arg) in mvpp2_interrupts_unmask() argument
2640 static void mvpp2_txq_sent_counter_clear(void *arg) in mvpp2_txq_sent_counter_clear() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.c203 void *arg; member
2251 prestera_hw_event_handler_register(struct prestera_switch *sw, enum prestera_event_type type, prestera_event_cb_t fn, void *arg) prestera_hw_event_handler_register() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h1387 static inline void set_param_l(u64 *arg, u32 val) in set_param_l() argument
1392 static inline void set_param_h(u64 *arg, u32 val) in set_param_h() argument
1397 static inline u32 get_param_l(u64 *arg) in get_param_l() argument
1402 static inline u32 get_param_h(u64 *arg) in get_param_h() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dmac.c241 struct wmi_vdev_install_key_arg arg = { in ath10k_send_key() local
940 struct wmi_tdls_peer_update_cmd_arg arg = {}; ath10k_mac_tdls_peer_update() local
1034 struct wmi_vdev_start_request_arg arg = {}; ath10k_monitor_vdev_start() local
1488 struct wmi_vdev_start_request_arg arg = {}; ath10k_vdev_start_restart() local
1994 struct wmi_sta_keepalive_arg arg = {}; ath10k_mac_vif_disable_keepalive() local
2161 ath10k_peer_assoc_h_basic(struct ath10k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct wmi_peer_assoc_complete_arg *arg) ath10k_peer_assoc_h_basic() argument
2185 ath10k_peer_assoc_h_crypto(struct ath10k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct wmi_peer_assoc_complete_arg *arg) ath10k_peer_assoc_h_crypto() argument
2239 ath10k_peer_assoc_h_rates(struct ath10k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct wmi_peer_assoc_complete_arg *arg) ath10k_peer_assoc_h_rates() argument
2301 ath10k_peer_assoc_h_ht(struct ath10k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct wmi_peer_assoc_complete_arg *arg) ath10k_peer_assoc_h_ht() argument
2551 ath10k_peer_assoc_h_vht(struct ath10k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct wmi_peer_assoc_complete_arg *arg) ath10k_peer_assoc_h_vht() argument
2659 ath10k_peer_assoc_h_qos(struct ath10k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct wmi_peer_assoc_complete_arg *arg) ath10k_peer_assoc_h_qos() argument
2728 ath10k_peer_assoc_h_phymode(struct ath10k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct wmi_peer_assoc_complete_arg *arg) ath10k_peer_assoc_h_phymode() argument
2797 ath10k_peer_assoc_prepare(struct ath10k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct wmi_peer_assoc_complete_arg *arg) ath10k_peer_assoc_prepare() argument
3202 struct wmi_per_peer_per_tid_cfg_arg arg = {}; ath10k_new_peer_tid_config() local
3371 struct wmi_scan_chan_list_arg arg = {0}; ath10k_update_channel_list() local
3687 struct ath10k_mac_tx_pause *arg = data; ath10k_mac_handle_tx_pause_iter() local
3699 struct ath10k_mac_tx_pause arg = { ath10k_mac_handle_tx_pause_vdev() local
4537 struct wmi_stop_scan_arg arg = { ath10k_scan_stop() local
4621 ath10k_start_scan(struct ath10k *ar, const struct wmi_start_scan_arg *arg) ath10k_start_scan() argument
6370 struct wmi_start_scan_arg arg; ath10k_hw_scan() local
7057 ath10k_mac_set_tid_config(struct ath10k *ar, struct ieee80211_sta *sta, struct ieee80211_vif *vif, u32 changed, struct wmi_per_peer_per_tid_cfg_arg *arg) ath10k_mac_set_tid_config() argument
7191 ath10k_mac_parse_tid_config(struct ath10k *ar, struct ieee80211_sta *sta, struct ieee80211_vif *vif, struct cfg80211_tid_cfg *tid_conf, struct wmi_per_peer_per_tid_cfg_arg *arg) ath10k_mac_parse_tid_config() argument
7275 struct wmi_per_peer_per_tid_cfg_arg arg; ath10k_mac_reset_tid_config() local
7323 struct wmi_per_peer_per_tid_cfg_arg arg = {}; ath10k_sta_tid_cfg_wk() local
7719 struct wmi_sta_uapsd_auto_trig_arg arg = {}; ath10k_conf_tx_uapsd() local
7900 struct wmi_start_scan_arg arg; ath10k_remain_on_channel() local
8847 struct ath10k_mac_change_chanctx_arg *arg = data; ath10k_mac_change_chanctx_cnt_iter() local
8859 struct ath10k_mac_change_chanctx_arg *arg = data; ath10k_mac_change_chanctx_fill_iter() local
8881 struct ath10k_mac_change_chanctx_arg arg = { .ctx = ctx }; ath10k_mac_op_change_chanctx() local
9358 struct wmi_per_peer_per_tid_cfg_arg arg = {}; ath10k_mac_op_set_tid_config() local
[all...]
H A Dwmi.c1698 ath10k_wmi_put_wmi_channel(struct ath10k *ar, struct wmi_channel *ch, const struct wmi_channel_arg *arg) ath10k_wmi_put_wmi_channel() argument
2169 ath10k_wmi_op_pull_scan_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_scan_ev_arg *arg) ath10k_wmi_op_pull_scan_ev() argument
2190 struct wmi_scan_ev_arg arg = {}; ath10k_wmi_event_scan() local
2283 ath10k_wmi_op_pull_mgmt_rx_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_mgmt_rx_ev_arg *arg) ath10k_wmi_op_pull_mgmt_rx_ev() argument
2334 ath10k_wmi_10_4_op_pull_mgmt_rx_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_mgmt_rx_ev_arg *arg) ath10k_wmi_10_4_op_pull_mgmt_rx_ev() argument
2445 struct wmi_tlv_mgmt_tx_compl_ev_arg arg; ath10k_wmi_event_mgmt_tx_compl() local
2471 struct wmi_tlv_mgmt_tx_bundle_compl_ev_arg arg; ath10k_wmi_event_mgmt_tx_bundle_compl() local
2501 struct wmi_mgmt_rx_ev_arg arg = {}; ath10k_wmi_event_mgmt_rx() local
2651 ath10k_wmi_op_pull_ch_info_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_ch_info_ev_arg *arg) ath10k_wmi_op_pull_ch_info_ev() argument
2670 ath10k_wmi_10_4_op_pull_ch_info_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_ch_info_ev_arg *arg) ath10k_wmi_10_4_op_pull_ch_info_ev() argument
2774 struct wmi_ch_info_ev_arg arg = {}; ath10k_wmi_event_chan_info() local
2821 struct wmi_echo_ev_arg arg = {}; ath10k_wmi_event_echo() local
3421 ath10k_wmi_op_pull_vdev_start_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_vdev_start_ev_arg *arg) ath10k_wmi_op_pull_vdev_start_ev() argument
3440 struct wmi_vdev_start_ev_arg arg = {}; ath10k_wmi_event_vdev_start_resp() local
3477 ath10k_wmi_op_pull_peer_kick_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_peer_kick_ev_arg *arg) ath10k_wmi_op_pull_peer_kick_ev() argument
3493 struct wmi_peer_kick_ev_arg arg = {}; ath10k_wmi_event_peer_sta_kickout() local
3662 ath10k_wmi_op_pull_swba_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_swba_ev_arg *arg) ath10k_wmi_op_pull_swba_ev() argument
3707 ath10k_wmi_10_2_4_op_pull_swba_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_swba_ev_arg *arg) ath10k_wmi_10_2_4_op_pull_swba_ev() argument
3751 ath10k_wmi_10_4_op_pull_swba_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_swba_ev_arg *arg) ath10k_wmi_10_4_op_pull_swba_ev() argument
3815 struct wmi_swba_ev_arg arg = {}; ath10k_wmi_event_host_swba() local
4298 ath10k_wmi_op_pull_phyerr_ev_hdr(struct ath10k *ar, struct sk_buff *skb, struct wmi_phyerr_hdr_arg *arg) ath10k_wmi_op_pull_phyerr_ev_hdr() argument
4316 ath10k_wmi_10_4_op_pull_phyerr_ev_hdr(struct ath10k *ar, struct sk_buff *skb, struct wmi_phyerr_hdr_arg *arg) ath10k_wmi_10_4_op_pull_phyerr_ev_hdr() argument
4336 ath10k_wmi_op_pull_phyerr_ev(struct ath10k *ar, const void *phyerr_buf, int left_len, struct wmi_phyerr_ev_arg *arg) ath10k_wmi_op_pull_phyerr_ev() argument
4380 ath10k_wmi_10_4_op_pull_phyerr_ev(struct ath10k *ar, const void *phyerr_buf, int left_len, struct wmi_phyerr_ev_arg *arg) ath10k_wmi_10_4_op_pull_phyerr_ev() argument
4489 ath10k_wmi_10_4_op_pull_dfs_status_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_dfs_status_ev_arg *arg) ath10k_wmi_10_4_op_pull_dfs_status_ev() argument
4531 struct wmi_roam_ev_arg arg = {}; ath10k_wmi_event_roam() local
5418 ath10k_wmi_main_op_pull_svc_rdy_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_svc_rdy_ev_arg *arg) ath10k_wmi_main_op_pull_svc_rdy_ev() argument
5460 ath10k_wmi_10x_op_pull_svc_rdy_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_svc_rdy_ev_arg *arg) ath10k_wmi_10x_op_pull_svc_rdy_ev() argument
5510 struct wmi_svc_rdy_ev_arg arg = {}; ath10k_wmi_event_service_ready_work() local
5680 ath10k_wmi_op_pull_rdy_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_rdy_ev_arg *arg) ath10k_wmi_op_pull_rdy_ev() argument
5697 ath10k_wmi_op_pull_roam_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_roam_ev_arg *arg) ath10k_wmi_op_pull_roam_ev() argument
5712 ath10k_wmi_op_pull_echo_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_echo_ev_arg *arg) ath10k_wmi_op_pull_echo_ev() argument
5725 struct wmi_rdy_ev_arg arg = {}; ath10k_wmi_event_ready() local
5750 struct wmi_svc_avail_ev_arg arg = {}; ath10k_wmi_event_service_available() local
6857 ath10k_wmi_start_scan_verify(const struct wmi_start_scan_arg *arg) ath10k_wmi_start_scan_verify() argument
6872 ath10k_wmi_start_scan_tlvs_len(const struct wmi_start_scan_arg *arg) ath10k_wmi_start_scan_tlvs_len() argument
6899 ath10k_wmi_put_start_scan_common(struct wmi_start_scan_common *cmn, const struct wmi_start_scan_arg *arg) ath10k_wmi_put_start_scan_common() argument
6929 ath10k_wmi_put_start_scan_tlvs(struct wmi_start_scan_tlvs *tlvs, const struct wmi_start_scan_arg *arg) ath10k_wmi_put_start_scan_tlvs() argument
6994 ath10k_wmi_op_gen_start_scan(struct ath10k *ar, const struct wmi_start_scan_arg *arg) ath10k_wmi_op_gen_start_scan() argument
7023 ath10k_wmi_10x_op_gen_start_scan(struct ath10k *ar, const struct wmi_start_scan_arg *arg) ath10k_wmi_10x_op_gen_start_scan() argument
7049 ath10k_wmi_start_scan_init(struct ath10k *ar, struct wmi_start_scan_arg *arg) ath10k_wmi_start_scan_init() argument
7076 ath10k_wmi_op_gen_stop_scan(struct ath10k *ar, const struct wmi_stop_scan_arg *arg) ath10k_wmi_op_gen_stop_scan() argument
7155 ath10k_wmi_op_gen_vdev_start(struct ath10k *ar, const struct wmi_vdev_start_request_arg *arg, bool restart) ath10k_wmi_op_gen_vdev_start() argument
7295 ath10k_wmi_op_gen_vdev_install_key(struct ath10k *ar, const struct wmi_vdev_install_key_arg *arg) ath10k_wmi_op_gen_vdev_install_key() argument
7331 ath10k_wmi_op_gen_vdev_spectral_conf(struct ath10k *ar, const struct wmi_vdev_spectral_conf_arg *arg) ath10k_wmi_op_gen_vdev_spectral_conf() argument
7546 ath10k_wmi_op_gen_scan_chan_list(struct ath10k *ar, const struct wmi_scan_chan_list_arg *arg) ath10k_wmi_op_gen_scan_chan_list() argument
7573 ath10k_wmi_peer_assoc_fill(struct ath10k *ar, void *buf, const struct wmi_peer_assoc_complete_arg *arg) ath10k_wmi_peer_assoc_fill() argument
7615 ath10k_wmi_peer_assoc_fill_main(struct ath10k *ar, void *buf, const struct wmi_peer_assoc_complete_arg *arg) ath10k_wmi_peer_assoc_fill_main() argument
7625 ath10k_wmi_peer_assoc_fill_10_1(struct ath10k *ar, void *buf, const struct wmi_peer_assoc_complete_arg *arg) ath10k_wmi_peer_assoc_fill_10_1() argument
7632 ath10k_wmi_peer_assoc_fill_10_2(struct ath10k *ar, void *buf, const struct wmi_peer_assoc_complete_arg *arg) ath10k_wmi_peer_assoc_fill_10_2() argument
7651 ath10k_wmi_peer_assoc_fill_10_4(struct ath10k *ar, void *buf, const struct wmi_peer_assoc_complete_arg *arg) ath10k_wmi_peer_assoc_fill_10_4() argument
7662 ath10k_wmi_peer_assoc_check_arg(const struct wmi_peer_assoc_complete_arg *arg) ath10k_wmi_peer_assoc_check_arg() argument
7675 ath10k_wmi_op_gen_peer_assoc(struct ath10k *ar, const struct wmi_peer_assoc_complete_arg *arg) ath10k_wmi_op_gen_peer_assoc() argument
7700 ath10k_wmi_10_1_op_gen_peer_assoc(struct ath10k *ar, const struct wmi_peer_assoc_complete_arg *arg) ath10k_wmi_10_1_op_gen_peer_assoc() argument
7725 ath10k_wmi_10_2_op_gen_peer_assoc(struct ath10k *ar, const struct wmi_peer_assoc_complete_arg *arg) ath10k_wmi_10_2_op_gen_peer_assoc() argument
7750 ath10k_wmi_10_4_op_gen_peer_assoc(struct ath10k *ar, const struct wmi_peer_assoc_complete_arg *arg) ath10k_wmi_10_4_op_gen_peer_assoc() argument
7843 ath10k_wmi_set_wmm_param(struct wmi_wmm_params *params, const struct wmi_wmm_params_arg *arg) ath10k_wmi_set_wmm_param() argument
7855 ath10k_wmi_op_gen_pdev_set_wmm(struct ath10k *ar, const struct wmi_wmm_params_all_arg *arg) ath10k_wmi_op_gen_pdev_set_wmm() argument
8898 ath10k_wmi_10_4_gen_tdls_peer_update(struct ath10k *ar, const struct wmi_tdls_peer_update_cmd_arg *arg, const struct wmi_tdls_peer_capab_arg *cap, const struct wmi_channel_arg *chan_arg) ath10k_wmi_10_4_gen_tdls_peer_update() argument
8958 ath10k_wmi_10_4_gen_radar_found(struct ath10k *ar, const struct ath10k_radar_found_info *arg) ath10k_wmi_10_4_gen_radar_found() argument
8984 ath10k_wmi_10_4_gen_per_peer_per_tid_cfg(struct ath10k *ar, const struct wmi_per_peer_per_tid_cfg_arg *arg) ath10k_wmi_10_4_gen_per_peer_per_tid_cfg() argument
9059 ath10k_wmi_10_2_4_op_gen_bb_timing(struct ath10k *ar, const struct wmi_bb_timing_cfg_arg *arg) ath10k_wmi_10_2_4_op_gen_bb_timing() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dwmi.c863 ath11k_wmi_put_wmi_channel(struct wmi_channel *chan, struct wmi_vdev_start_req_arg *arg) ath11k_wmi_put_wmi_channel() argument
917 ath11k_wmi_vdev_start(struct ath11k *ar, struct wmi_vdev_start_req_arg *arg, bool restart) ath11k_wmi_vdev_start() argument
1778 ath11k_wmi_vdev_install_key(struct ath11k *ar, struct wmi_vdev_install_key_arg *arg) ath11k_wmi_vdev_install_key() argument
2075 ath11k_wmi_start_scan_init(struct ath11k *ar, struct scan_req_params *arg) ath11k_wmi_start_scan_init() argument
6080 ath11k_pull_peer_sta_kickout_ev(struct ath11k_base *ab, struct sk_buff *skb, struct wmi_peer_sta_kickout_arg *arg) ath11k_pull_peer_sta_kickout_ev() argument
6234 ath11k_pull_vdev_install_key_compl_ev(struct ath11k_base *ab, struct sk_buff *skb, struct wmi_vdev_install_key_complete_arg *arg) ath11k_pull_vdev_install_key_compl_ev() argument
7784 struct wmi_peer_sta_kickout_arg arg = {}; ath11k_peer_sta_kickout_event() local
9756 ath11k_wmi_sta_keepalive(struct ath11k *ar, const struct wmi_sta_keepalive_arg *arg) ath11k_wmi_sta_keepalive() argument
[all...]
H A Dmac.c928 struct wmi_vdev_start_req_arg arg = {}; in ath11k_mac_monitor_vdev_start() local
1716 ath11k_peer_assoc_h_basic(struct ath11k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct peer_assoc_params *arg) ath11k_peer_assoc_h_basic() argument
1741 ath11k_peer_assoc_h_crypto(struct ath11k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct peer_assoc_params *arg) ath11k_peer_assoc_h_crypto() argument
1802 ath11k_peer_assoc_h_rates(struct ath11k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct peer_assoc_params *arg) ath11k_peer_assoc_h_rates() argument
1864 ath11k_peer_assoc_h_ht(struct ath11k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct peer_assoc_params *arg) ath11k_peer_assoc_h_ht() argument
2061 ath11k_peer_assoc_h_vht(struct ath11k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct peer_assoc_params *arg) ath11k_peer_assoc_h_vht() argument
2259 ath11k_peer_assoc_h_he(struct ath11k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct peer_assoc_params *arg) ath11k_peer_assoc_h_he() argument
2504 ath11k_peer_assoc_h_he_6ghz(struct ath11k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct peer_assoc_params *arg) ath11k_peer_assoc_h_he_6ghz() argument
2554 ath11k_peer_assoc_h_smps(struct ieee80211_sta *sta, struct peer_assoc_params *arg) ath11k_peer_assoc_h_smps() argument
2586 ath11k_peer_assoc_h_qos(struct ath11k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct peer_assoc_params *arg) ath11k_peer_assoc_h_qos() argument
2749 ath11k_peer_assoc_h_phymode(struct ath11k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct peer_assoc_params *arg) ath11k_peer_assoc_h_phymode() argument
2828 ath11k_peer_assoc_prepare(struct ath11k *ar, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct peer_assoc_params *arg, bool reassoc) ath11k_peer_assoc_prepare() argument
3801 struct scan_cancel_param arg = { ath11k_scan_stop() local
3887 ath11k_start_scan(struct ath11k *ar, struct scan_req_params *arg) ath11k_start_scan() argument
3939 struct scan_req_params *arg = NULL; ath11k_mac_op_hw_scan() local
4116 struct wmi_vdev_install_key_arg arg = { ath11k_install_key() local
7198 struct wmi_vdev_start_req_arg arg = {}; ath11k_mac_vdev_start_restart() local
7367 struct ath11k_mac_change_chanctx_arg *arg = data; ath11k_mac_change_chanctx_cnt_iter() local
7379 struct ath11k_mac_change_chanctx_arg *arg = data; ath11k_mac_change_chanctx_fill_iter() local
7495 struct ath11k_mac_change_chanctx_arg arg = { .ctx = ctx }; ath11k_mac_update_active_vif_chan() local
8913 struct scan_req_params arg; ath11k_mac_op_remain_on_channel() local
9819 struct wmi_sta_keepalive_arg arg = {}; ath11k_mac_vif_set_keepalive() local
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dds90ub960.c3113 static irqreturn_t ub960_handle_events(int irq, void *arg) in ub960_handle_events() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dhw.h552 void *arg; member
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-bm1880.c1157 unsigned int arg = 0; in bm1880_pinconf_cfg_get() local
1217 unsigned int arg = pinconf_to_config_argument(configs[i]); in bm1880_pinconf_cfg_set() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dphy.c873 rtw89_phy_cfg_bb_gain_error(struct rtw89_dev *rtwdev, union rtw89_phy_bb_gain_arg arg, u32 data) rtw89_phy_cfg_bb_gain_error() argument
912 rtw89_phy_cfg_bb_rpl_ofst(struct rtw89_dev *rtwdev, union rtw89_phy_bb_gain_arg arg, u32 data) rtw89_phy_cfg_bb_rpl_ofst() argument
994 rtw89_phy_cfg_bb_gain_bypass(struct rtw89_dev *rtwdev, union rtw89_phy_bb_gain_arg arg, u32 data) rtw89_phy_cfg_bb_gain_bypass() argument
1021 rtw89_phy_cfg_bb_gain_op1db(struct rtw89_dev *rtwdev, union rtw89_phy_bb_gain_arg arg, u32 data) rtw89_phy_cfg_bb_gain_op1db() argument
1061 union rtw89_phy_bb_gain_arg arg = { .addr = reg->addr }; rtw89_phy_config_bb_gain() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c2218 static void mac80211_hwsim_beacon_tx(void *arg, u8 *mac, in mac80211_hwsim_beacon_tx() argument

Completed in 161 milliseconds

1...<<311312313314315316317318319320>>...322