Home
last modified time | relevance | path

Searched refs:acx (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/
H A Dacx.c10 #include "../wlcore/acx.h"
12 #include "acx.h"
22 wl1271_debug(DEBUG_ACX, "acx cfg bitmap %d blk %d spare %d field %d", in wl18xx_acx_host_if_cfg_bitmap()
52 struct wl18xx_acx_checksum_state *acx; in wl18xx_acx_set_checksum_state() local
55 wl1271_debug(DEBUG_ACX, "acx checksum state"); in wl18xx_acx_set_checksum_state()
57 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_set_checksum_state()
58 if (!acx) { in wl18xx_acx_set_checksum_state()
63 acx->checksum_state = CHECKSUM_OFFLOAD_ENABLED; in wl18xx_acx_set_checksum_state()
65 ret = wl1271_cmd_configure(wl, ACX_CSUM_CONFIG, acx, sizeo in wl18xx_acx_set_checksum_state()
78 struct wl18xx_acx_clear_statistics *acx; wl18xx_acx_clear_statistics() local
102 struct wlcore_peer_ht_operation_mode *acx; wl18xx_acx_peer_ht_operation_mode() local
141 struct wlcore_acx_peer_cap *acx; wl18xx_acx_set_peer_cap() local
192 struct wl18xx_acx_interrupt_notify *acx; wl18xx_acx_interrupt_notify_config() local
219 struct wl18xx_acx_rx_ba_filter *acx; wl18xx_acx_rx_ba_filter() local
244 struct acx_ap_sleep_cfg *acx; wl18xx_acx_ap_sleep() local
274 struct acx_dynamic_fw_traces_cfg *acx; wl18xx_acx_dynamic_fw_traces() local
301 struct acx_time_sync_cfg *acx; wl18xx_acx_time_sync_cfg() local
[all...]
H A DMakefile2 wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/
H A Dacx.c10 #include "../wlcore/acx.h"
12 #include "acx.h"
22 wl1271_debug(DEBUG_ACX, "acx cfg bitmap %d blk %d spare %d field %d", in wl18xx_acx_host_if_cfg_bitmap()
52 struct wl18xx_acx_checksum_state *acx; in wl18xx_acx_set_checksum_state() local
55 wl1271_debug(DEBUG_ACX, "acx checksum state"); in wl18xx_acx_set_checksum_state()
57 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl18xx_acx_set_checksum_state()
58 if (!acx) { in wl18xx_acx_set_checksum_state()
63 acx->checksum_state = CHECKSUM_OFFLOAD_ENABLED; in wl18xx_acx_set_checksum_state()
65 ret = wl1271_cmd_configure(wl, ACX_CSUM_CONFIG, acx, sizeo in wl18xx_acx_set_checksum_state()
78 struct wl18xx_acx_clear_statistics *acx; wl18xx_acx_clear_statistics() local
102 struct wlcore_peer_ht_operation_mode *acx; wl18xx_acx_peer_ht_operation_mode() local
141 struct wlcore_acx_peer_cap *acx; wl18xx_acx_set_peer_cap() local
192 struct wl18xx_acx_interrupt_notify *acx; wl18xx_acx_interrupt_notify_config() local
219 struct wl18xx_acx_rx_ba_filter *acx; wl18xx_acx_rx_ba_filter() local
244 struct acx_ap_sleep_cfg *acx; wl18xx_acx_ap_sleep() local
274 struct acx_dynamic_fw_traces_cfg *acx; wl18xx_acx_dynamic_fw_traces() local
301 struct acx_time_sync_cfg *acx; wl18xx_acx_time_sync_cfg() local
[all...]
H A DMakefile2 wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dacx.c10 #include "acx.h"
28 wl1271_debug(DEBUG_ACX, "acx wake up conditions (wake_up_event %d listen_interval %d)", in wl1271_acx_wake_up_conditions()
58 wl1271_debug(DEBUG_ACX, "acx sleep auth %d", sleep_auth); in wl1271_acx_sleep_auth()
85 struct acx_current_tx_power *acx; in wl1271_acx_tx_power() local
88 wl1271_debug(DEBUG_ACX, "acx dot11_cur_tx_pwr %d", power); in wl1271_acx_tx_power()
93 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1271_acx_tx_power()
94 if (!acx) { in wl1271_acx_tx_power()
99 acx->role_id = wlvif->role_id; in wl1271_acx_tx_power()
100 acx in wl1271_acx_tx_power()
160 struct acx_rx_msdu_lifetime *acx; wl1271_acx_rx_msdu_life_time() local
216 struct acx_dot11_grp_addr_tbl *acx; wl1271_acx_group_address_tbl() local
441 struct acx_conn_monit_params *acx; wl1271_acx_conn_monit_params() local
652 struct acx_preamble *acx; wl1271_acx_set_preamble() local
680 struct acx_ctsprotect *acx; wl1271_acx_cts_protect() local
724 struct acx_rate_policy *acx; wl1271_acx_sta_rate_policies() local
795 struct acx_rate_policy *acx; wl1271_acx_ap_rate_policy() local
828 struct acx_ac_cfg *acx; wl1271_acx_ac_cfg() local
864 struct acx_tid_config *acx; wl1271_acx_tid_cfg() local
898 struct acx_frag_threshold *acx; wl1271_acx_frag_threshold() local
931 struct acx_tx_config_options *acx; wl1271_acx_tx_config_options() local
1061 struct wl1271_acx_bet_enable *acx = NULL; wl1271_acx_bet_enable() local
1093 struct wl1271_acx_arp_filter *acx; wl1271_acx_arp_ip_filter() local
1125 struct wl1271_acx_pm_config *acx = NULL; wl1271_acx_pm_config() local
1155 struct wl1271_acx_keep_alive_mode *acx = NULL; wl1271_acx_keep_alive_mode() local
1183 struct wl1271_acx_keep_alive_config *acx = NULL; wl1271_acx_keep_alive_config() local
1215 struct wl1271_acx_rssi_snr_trigger *acx = NULL; wl1271_acx_rssi_snr_trigger() local
1256 struct wl1271_acx_rssi_snr_avg_weights *acx = NULL; wl1271_acx_rssi_snr_avg_weights() local
1289 struct wl1271_acx_ht_capabilities *acx; wl1271_acx_set_ht_capabilities() local
1338 struct wl1271_acx_ht_information *acx; wl1271_acx_set_ht_information() local
1374 struct wl1271_acx_ba_initiator_policy *acx; wl12xx_acx_set_ba_initiator_policy() local
1410 struct wl1271_acx_ba_receiver_setup *acx; wl12xx_acx_set_ba_receiver_session() local
1528 struct wl1271_acx_ap_max_tx_retry *acx = NULL; wl1271_acx_ap_max_tx_retry() local
1584 struct wl1271_acx_inconnection_sta *acx = NULL; wl1271_acx_set_inconnection_sta() local
1610 struct wl1271_acx_fm_coex *acx; wl1271_acx_fm_coex() local
1650 struct wl12xx_acx_set_rate_mgmt_params *acx = NULL; wl12xx_acx_set_rate_mgmt_params() local
1692 struct wl12xx_acx_config_hangover *acx; wl12xx_acx_config_hangover() local
1733 struct acx_roaming_stats *acx; wlcore_acx_average_rssi() local
1764 struct acx_default_rx_filter *acx; wl1271_acx_default_rx_filter_enable() local
1793 struct acx_rx_filter_cfg *acx; wl1271_acx_set_rx_filter() local
[all...]
H A DMakefile2 wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
H A Dcmd.c21 #include "acx.h"
853 * read acx from firmware
856 * @id: acx id
864 struct acx_header *acx = buf; in wl1271_cmd_interrogate() local
869 acx->id = cpu_to_le16(id); in wl1271_cmd_interrogate()
872 acx->len = cpu_to_le16(res_len - sizeof(*acx)); in wl1271_cmd_interrogate()
874 ret = wl1271_cmd_send(wl, CMD_INTERROGATE, acx, cmd_len, res_len); in wl1271_cmd_interrogate()
882 * write acx value to firmware
885 * @id: acx i
894 struct acx_header *acx = buf; wlcore_cmd_configure_failsafe() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dacx.c10 #include "acx.h"
28 wl1271_debug(DEBUG_ACX, "acx wake up conditions (wake_up_event %d listen_interval %d)", in wl1271_acx_wake_up_conditions()
58 wl1271_debug(DEBUG_ACX, "acx sleep auth %d", sleep_auth); in wl1271_acx_sleep_auth()
85 struct acx_current_tx_power *acx; in wl1271_acx_tx_power() local
88 wl1271_debug(DEBUG_ACX, "acx dot11_cur_tx_pwr %d", power); in wl1271_acx_tx_power()
93 acx = kzalloc(sizeof(*acx), GFP_KERNEL); in wl1271_acx_tx_power()
94 if (!acx) { in wl1271_acx_tx_power()
99 acx->role_id = wlvif->role_id; in wl1271_acx_tx_power()
100 acx in wl1271_acx_tx_power()
160 struct acx_rx_msdu_lifetime *acx; wl1271_acx_rx_msdu_life_time() local
216 struct acx_dot11_grp_addr_tbl *acx; wl1271_acx_group_address_tbl() local
441 struct acx_conn_monit_params *acx; wl1271_acx_conn_monit_params() local
652 struct acx_preamble *acx; wl1271_acx_set_preamble() local
680 struct acx_ctsprotect *acx; wl1271_acx_cts_protect() local
724 struct acx_rate_policy *acx; wl1271_acx_sta_rate_policies() local
795 struct acx_rate_policy *acx; wl1271_acx_ap_rate_policy() local
828 struct acx_ac_cfg *acx; wl1271_acx_ac_cfg() local
864 struct acx_tid_config *acx; wl1271_acx_tid_cfg() local
898 struct acx_frag_threshold *acx; wl1271_acx_frag_threshold() local
931 struct acx_tx_config_options *acx; wl1271_acx_tx_config_options() local
1061 struct wl1271_acx_bet_enable *acx = NULL; wl1271_acx_bet_enable() local
1093 struct wl1271_acx_arp_filter *acx; wl1271_acx_arp_ip_filter() local
1125 struct wl1271_acx_pm_config *acx = NULL; wl1271_acx_pm_config() local
1155 struct wl1271_acx_keep_alive_mode *acx = NULL; wl1271_acx_keep_alive_mode() local
1183 struct wl1271_acx_keep_alive_config *acx = NULL; wl1271_acx_keep_alive_config() local
1215 struct wl1271_acx_rssi_snr_trigger *acx = NULL; wl1271_acx_rssi_snr_trigger() local
1256 struct wl1271_acx_rssi_snr_avg_weights *acx = NULL; wl1271_acx_rssi_snr_avg_weights() local
1289 struct wl1271_acx_ht_capabilities *acx; wl1271_acx_set_ht_capabilities() local
1338 struct wl1271_acx_ht_information *acx; wl1271_acx_set_ht_information() local
1374 struct wl1271_acx_ba_initiator_policy *acx; wl12xx_acx_set_ba_initiator_policy() local
1410 struct wl1271_acx_ba_receiver_setup *acx; wl12xx_acx_set_ba_receiver_session() local
1528 struct wl1271_acx_ap_max_tx_retry *acx = NULL; wl1271_acx_ap_max_tx_retry() local
1584 struct wl1271_acx_inconnection_sta *acx = NULL; wl1271_acx_set_inconnection_sta() local
1610 struct wl1271_acx_fm_coex *acx; wl1271_acx_fm_coex() local
1650 struct wl12xx_acx_set_rate_mgmt_params *acx = NULL; wl12xx_acx_set_rate_mgmt_params() local
1692 struct wl12xx_acx_config_hangover *acx; wl12xx_acx_config_hangover() local
1733 struct acx_roaming_stats *acx; wlcore_acx_average_rssi() local
1764 struct acx_default_rx_filter *acx; wl1271_acx_default_rx_filter_enable() local
1793 struct acx_rx_filter_cfg *acx; wl1271_acx_set_rx_filter() local
[all...]
H A DMakefile2 wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
H A Dcmd.c21 #include "acx.h"
851 * wl1271_cmd_interrogate - read acx from firmware
854 * @id: acx id
862 struct acx_header *acx = buf; in wl1271_cmd_interrogate() local
867 acx->id = cpu_to_le16(id); in wl1271_cmd_interrogate()
870 acx->len = cpu_to_le16(res_len - sizeof(*acx)); in wl1271_cmd_interrogate()
872 ret = wl1271_cmd_send(wl, CMD_INTERROGATE, acx, cmd_len, res_len); in wl1271_cmd_interrogate()
880 * wlcore_cmd_configure_failsafe - write acx value to firmware
883 * @id: acx i
892 struct acx_header *acx = buf; wlcore_cmd_configure_failsafe() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-sony-acx424akp.c96 struct acx424akp *acx = bl_get_data(bl); in acx424akp_set_brightness() local
97 struct mipi_dsi_device *dsi = to_mipi_dsi_device(acx->dev); in acx424akp_set_brightness()
112 dev_dbg(acx->dev, "calculated duty cycle %02x\n", pwm_ratio); in acx424akp_set_brightness()
116 dev_err(acx->dev, "failed to set display PWM ratio (%d)\n", ret); in acx424akp_set_brightness()
132 dev_err(acx->dev, "failed to unlock CMD 2 (%d)\n", ret); in acx424akp_set_brightness()
138 dev_err(acx->dev, "failed to enter page 1 (%d)\n", ret); in acx424akp_set_brightness()
144 dev_err(acx->dev, "failed to disable MTP reload (%d)\n", ret); in acx424akp_set_brightness()
149 dev_err(acx->dev, "failed to set PWM divisor (%d)\n", ret); in acx424akp_set_brightness()
155 dev_err(acx->dev, "failed to lock CMD 2 (%d)\n", ret); in acx424akp_set_brightness()
164 dev_err(acx in acx424akp_set_brightness()
175 acx424akp_read_id(struct acx424akp *acx) acx424akp_read_id() argument
220 acx424akp_power_on(struct acx424akp *acx) acx424akp_power_on() argument
240 acx424akp_power_off(struct acx424akp *acx) acx424akp_power_off() argument
251 struct acx424akp *acx = panel_to_acx424akp(panel); acx424akp_prepare() local
324 struct acx424akp *acx = panel_to_acx424akp(panel); acx424akp_unprepare() local
360 struct acx424akp *acx = panel_to_acx424akp(panel); acx424akp_enable() local
373 struct acx424akp *acx = panel_to_acx424akp(panel); acx424akp_disable() local
387 struct acx424akp *acx = panel_to_acx424akp(panel); acx424akp_get_modes() local
422 struct acx424akp *acx; acx424akp_probe() local
494 struct acx424akp *acx = mipi_dsi_get_drvdata(dsi); acx424akp_remove() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H A Dacx.c2 #include "acx.h"
18 wl1251_debug(DEBUG_ACX, "acx frame rates"); in wl1251_acx_frame_rates()
47 wl1251_debug(DEBUG_ACX, "acx dot11_station_id"); in wl1251_acx_station_id()
67 wl1251_debug(DEBUG_ACX, "acx dot11_default_key (%d)", key_id); in wl1251_acx_default_key()
95 wl1251_debug(DEBUG_ACX, "acx wake up conditions"); in wl1251_acx_wake_up_conditions()
121 wl1251_debug(DEBUG_ACX, "acx sleep auth"); in wl1251_acx_sleep_auth()
140 wl1251_debug(DEBUG_ACX, "acx fw rev"); in wl1251_acx_fw_version()
169 struct acx_current_tx_power *acx; in wl1251_acx_tx_power() local
172 wl1251_debug(DEBUG_ACX, "acx dot11_cur_tx_pwr"); in wl1251_acx_tx_power()
177 acx in wl1251_acx_tx_power()
284 struct acx_rx_msdu_lifetime *acx; wl1251_acx_rx_msdu_life_time() local
384 struct acx_dot11_grp_addr_tbl *acx; wl1251_acx_group_address_tbl() local
518 struct acx_conn_monit_params *acx; wl1251_acx_conn_monit_params() local
748 struct acx_preamble *acx; wl1251_acx_set_preamble() local
773 struct acx_ctsprotect *acx; wl1251_acx_cts_protect() local
837 struct acx_rate_policy *acx; wl1251_acx_rate_policies() local
917 struct wl1251_acx_wr_tbtt_and_dtim *acx; wl1251_acx_wr_tbtt_and_dtim() local
944 struct wl1251_acx_bet_enable *acx; wl1251_acx_bet_enable() local
969 struct wl1251_acx_arp_filter *acx; wl1251_acx_arp_ip_filter() local
996 struct wl1251_acx_ac_cfg *acx; wl1251_acx_ac_cfg() local
1028 struct wl1251_acx_tid_cfg *acx; wl1251_acx_tid_cfg() local
[all...]
H A Dcmd.c12 #include "acx.h"
103 * read acx from firmware
106 * @id: acx id
112 struct acx_header *acx = buf; in wl1251_cmd_interrogate() local
117 acx->id = id; in wl1251_cmd_interrogate()
120 acx->len = len - sizeof(*acx); in wl1251_cmd_interrogate()
122 ret = wl1251_cmd_send(wl, CMD_INTERROGATE, acx, sizeof(*acx)); in wl1251_cmd_interrogate()
131 acx in wl1251_cmd_interrogate()
150 struct acx_header *acx = buf; wl1251_cmd_configure() local
[all...]
H A DMakefile3 acx.o boot.o init.o debugfs.o io.o
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dacx.c2 #include "acx.h"
18 wl1251_debug(DEBUG_ACX, "acx frame rates"); in wl1251_acx_frame_rates()
47 wl1251_debug(DEBUG_ACX, "acx dot11_station_id"); in wl1251_acx_station_id()
67 wl1251_debug(DEBUG_ACX, "acx dot11_default_key (%d)", key_id); in wl1251_acx_default_key()
95 wl1251_debug(DEBUG_ACX, "acx wake up conditions"); in wl1251_acx_wake_up_conditions()
121 wl1251_debug(DEBUG_ACX, "acx sleep auth"); in wl1251_acx_sleep_auth()
140 wl1251_debug(DEBUG_ACX, "acx fw rev"); in wl1251_acx_fw_version()
169 struct acx_current_tx_power *acx; in wl1251_acx_tx_power() local
172 wl1251_debug(DEBUG_ACX, "acx dot11_cur_tx_pwr"); in wl1251_acx_tx_power()
177 acx in wl1251_acx_tx_power()
284 struct acx_rx_msdu_lifetime *acx; wl1251_acx_rx_msdu_life_time() local
384 struct acx_dot11_grp_addr_tbl *acx; wl1251_acx_group_address_tbl() local
518 struct acx_conn_monit_params *acx; wl1251_acx_conn_monit_params() local
748 struct acx_preamble *acx; wl1251_acx_set_preamble() local
773 struct acx_ctsprotect *acx; wl1251_acx_cts_protect() local
837 struct acx_rate_policy *acx; wl1251_acx_rate_policies() local
917 struct wl1251_acx_wr_tbtt_and_dtim *acx; wl1251_acx_wr_tbtt_and_dtim() local
944 struct wl1251_acx_bet_enable *acx; wl1251_acx_bet_enable() local
969 struct wl1251_acx_arp_filter *acx; wl1251_acx_arp_ip_filter() local
996 struct wl1251_acx_ac_cfg *acx; wl1251_acx_ac_cfg() local
1028 struct wl1251_acx_tid_cfg *acx; wl1251_acx_tid_cfg() local
[all...]
H A Dcmd.c12 #include "acx.h"
103 * wl1251_cmd_interrogate - Read acx from firmware
106 * @id: acx id
112 struct acx_header *acx = buf; in wl1251_cmd_interrogate() local
117 acx->id = id; in wl1251_cmd_interrogate()
120 acx->len = len - sizeof(*acx); in wl1251_cmd_interrogate()
122 ret = wl1251_cmd_send(wl, CMD_INTERROGATE, acx, sizeof(*acx)); in wl1251_cmd_interrogate()
131 acx in wl1251_cmd_interrogate()
150 struct acx_header *acx = buf; wl1251_cmd_configure() local
[all...]
H A DMakefile3 acx.o boot.o init.o debugfs.o io.o
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/
H A DMakefile2 wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/
H A DMakefile2 wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dptrace.h42 unsigned long acx; member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dptrace.h42 unsigned long acx; member
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dptrace.c893 REG_OFFSET_NAME(acx, acx),
1153 tmp = regs->acx; in arch_ptrace()
1242 regs->acx = data; in arch_ptrace()
H A Dsignal.c451 err |= __put_user(regs->acx, &sc->sc_acx); in setup_sigcontext()
528 err |= __get_user(regs->acx, &sc->sc_acx); in restore_sigcontext()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dptrace.c900 REG_OFFSET_NAME(acx, acx),
1160 tmp = regs->acx; in arch_ptrace()
1249 regs->acx = data; in arch_ptrace()
H A Dsignal.c450 err |= __put_user(regs->acx, &sc->sc_acx); in setup_sigcontext()
527 err |= __get_user(regs->acx, &sc->sc_acx); in restore_sigcontext()

Completed in 16 milliseconds

12