Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 2443) sorted by relevance

12345678910>>...98

/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx_mib.c19 struct wfx_hif_mib_current_tx_power_level arg = { in wfx_hif_set_output_power() local
30 struct wfx_hif_mib_beacon_wake_up_period arg = { in wfx_hif_set_beacon_wakeup_period() local
44 struct wfx_hif_mib_rcpi_rssi_threshold arg = { in wfx_hif_set_rcpi_rssi_threshold() local
64 struct wfx_hif_mib_extended_count_table *arg) in wfx_hif_get_counters_table()
79 struct wfx_hif_mib_mac_address arg = { }; in wfx_hif_set_macaddr() local
89 struct wfx_hif_mib_rx_filter arg = { }; in wfx_hif_set_rx_filter() local
102 struct wfx_hif_mib_bcn_filter_table *arg; in wfx_hif_set_beacon_filter_table() local
118 struct wfx_hif_mib_bcn_filter_enable arg = { in wfx_hif_beacon_filter_control() local
128 struct wfx_hif_mib_gl_operational_power_mode arg = { in wfx_hif_set_operational_mode() local
140 struct wfx_hif_mib_template_frame *arg; in wfx_hif_set_template_frame() local
[all …]
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c206 static void v4l_print_querycap(const void *arg, bool write_only) in v4l_print_querycap()
217 static void v4l_print_enuminput(const void *arg, bool write_only) in v4l_print_enuminput()
227 static void v4l_print_enumoutput(const void *arg, bool write_only) in v4l_print_enumoutput()
236 static void v4l_print_audio(const void *arg, bool write_only) in v4l_print_audio()
248 static void v4l_print_audioout(const void *arg, bool write_only) in v4l_print_audioout()
260 static void v4l_print_fmtdesc(const void *arg, bool write_only) in v4l_print_fmtdesc()
270 static void v4l_print_format(const void *arg, bool write_only) in v4l_print_format()
353 static void v4l_print_framebuffer(const void *arg, bool write_only) in v4l_print_framebuffer()
363 static void v4l_print_buftype(const void *arg, bool write_only) in v4l_print_buftype()
368 static void v4l_print_modulator(const void *arg, bool write_only) in v4l_print_modulator()
[all …]
/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c41 static int show_threshold(struct thermal_threshold *th, __maybe_unused void *arg) in show_threshold()
49 static int show_trip(struct thermal_trip *tt, __maybe_unused void *arg) in show_trip()
57 static int show_temp(struct thermal_zone *tz, __maybe_unused void *arg) in show_temp()
66 static int show_governor(struct thermal_zone *tz, __maybe_unused void *arg) in show_governor()
75 static int show_tz(struct thermal_zone *tz, __maybe_unused void *arg) in show_tz()
90 static int set_threshold(struct thermal_zone *tz, __maybe_unused void *arg) in set_threshold()
114 static int tz_create(const char *name, int tz_id, __maybe_unused void *arg) in tz_create()
121 static int tz_delete(int tz_id, __maybe_unused void *arg) in tz_delete()
128 static int tz_disable(int tz_id, void *arg) in tz_disable()
138 static int tz_enable(int tz_id, void *arg) in tz_enable()
[all …]
/linux/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c1150 void *arg, uint32_t evt) in lpfc_disc_illegal()
1173 void *arg, uint32_t evt) in lpfc_cmpl_plogi_illegal()
1193 void *arg, uint32_t evt) in lpfc_rcv_plogi_unused_node()
1207 void *arg, uint32_t evt) in lpfc_rcv_els_unused_node()
1215 void *arg, uint32_t evt) in lpfc_rcv_logo_unused_node()
1227 void *arg, uint32_t evt) in lpfc_cmpl_logo_unused_node()
1234 void *arg, uint32_t evt) in lpfc_device_rm_unused_node()
1242 void *arg, uint32_t evt) in lpfc_device_recov_unused_node()
1249 void *arg, uint32_t evt) in lpfc_rcv_plogi_plogi_issue()
1295 void *arg, uint32_t evt) in lpfc_rcv_prli_plogi_issue()
[all …]
/linux/drivers/infiniband/sw/rxe/
H A Drxe_hdr.h84 static inline u8 __bth_opcode(void *arg) in __bth_opcode()
91 static inline void __bth_set_opcode(void *arg, u8 opcode) in __bth_set_opcode()
98 static inline u8 __bth_se(void *arg) in __bth_se()
105 static inline void __bth_set_se(void *arg, int se) in __bth_set_se()
115 static inline u8 __bth_mig(void *arg) in __bth_mig()
122 static inline void __bth_set_mig(void *arg, u8 mig) in __bth_set_mig()
132 static inline u8 __bth_pad(void *arg) in __bth_pad()
139 static inline void __bth_set_pad(void *arg, u8 pad) in __bth_set_pad()
147 static inline u8 __bth_tver(void *arg) in __bth_tver()
154 static inline void __bth_set_tver(void *arg, u8 tver) in __bth_set_tver()
[all …]
/linux/drivers/s390/net/
H A Dctcm_fsms.c229 static void ctcm_action_nop(fsm_instance *fi, int event, void *arg) in ctcm_action_nop()
246 static void chx_txdone(fsm_instance *fi, int event, void *arg) in chx_txdone()
334 void ctcm_chx_txidle(fsm_instance *fi, int event, void *arg) in ctcm_chx_txidle()
355 static void chx_rx(fsm_instance *fi, int event, void *arg) in chx_rx()
431 static void chx_firstio(fsm_instance *fi, int event, void *arg) in chx_firstio()
509 static void chx_rxidle(fsm_instance *fi, int event, void *arg) in chx_rxidle()
548 static void ctcm_chx_setmode(fsm_instance *fi, int event, void *arg) in ctcm_chx_setmode()
588 static void ctcm_chx_start(fsm_instance *fi, int event, void *arg) in ctcm_chx_start()
651 static void ctcm_chx_haltio(fsm_instance *fi, int event, void *arg) in ctcm_chx_haltio()
739 static void ctcm_chx_stopped(fsm_instance *fi, int event, void *arg) in ctcm_chx_stopped()
[all …]
/linux/drivers/scsi/elx/libefc/
H A Defc_fabric.c52 enum efc_sm_event evt, void *arg) in __efc_fabric_common()
74 void *arg) in __efc_fabric_init()
132 enum efc_sm_event evt, void *arg) in __efc_fabric_flogi_wait_rsp()
238 enum efc_sm_event evt, void *arg) in __efc_vport_fabric_init()
260 enum efc_sm_event evt, void *arg) in __efc_fabric_fdisc_wait_rsp()
354 enum efc_sm_event evt, void *arg) in __efc_fabric_wait_domain_attach()
395 void *arg) in __efc_fabric_idle()
412 __efc_ns_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) in __efc_ns_init()
433 enum efc_sm_event evt, void *arg) in __efc_ns_plogi_wait_rsp()
469 enum efc_sm_event evt, void *arg) in __efc_ns_wait_node_attach()
[all …]
H A Defc_domain.c14 efc_domain_cb(void *arg, int event, void *data) in efc_domain_cb()
104 _efc_domain_free(struct kref *arg) in _efc_domain_free()
160 void (*callback)(struct efc *efc, void *arg), in efc_register_domain_free_cb()
172 enum efc_sm_event evt, void *arg) in __efc_domain_common()
194 enum efc_sm_event evt, void *arg) in __efc_domain_common_shutdown()
231 void *arg) in __efc_domain_init()
358 enum efc_sm_event evt, void *arg) in __efc_domain_wait_alloc()
460 enum efc_sm_event evt, void *arg) in __efc_domain_allocated()
545 enum efc_sm_event evt, void *arg) in __efc_domain_wait_attach()
625 __efc_domain_ready(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) in __efc_domain_ready()
[all …]
H A Defc_device.c45 enum efc_sm_event evt, void *arg) in __efc_d_common()
83 enum efc_sm_event evt, void *arg) in __efc_d_wait_del_node()
146 enum efc_sm_event evt, void *arg) in __efc_d_wait_del_ini_tgt()
199 enum efc_sm_event evt, void *arg) in __efc_d_initiate_shutdown()
315 enum efc_sm_event evt, void *arg) in __efc_d_wait_loop()
372 enum efc_sm_event evt, void *arg) in __efc_d_wait_plogi_acc_cmpl()
409 enum efc_sm_event evt, void *arg) in __efc_d_wait_logo_rsp()
504 __efc_d_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) in __efc_d_init()
688 enum efc_sm_event evt, void *arg) in __efc_d_wait_plogi_rsp()
810 enum efc_sm_event evt, void *arg) in __efc_d_wait_plogi_rsp_recvd_prli()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/sspl/
H A Dspl_fixpt31_32.c12 long long arg) in abs_i64()
150 struct spl_fixed31_32 spl_fixpt_sqr(struct spl_fixed31_32 arg) in spl_fixpt_sqr()
190 struct spl_fixed31_32 spl_fixpt_recip(struct spl_fixed31_32 arg) in spl_fixpt_recip()
202 struct spl_fixed31_32 spl_fixpt_sinc(struct spl_fixed31_32 arg) in spl_fixpt_sinc()
246 struct spl_fixed31_32 spl_fixpt_sin(struct spl_fixed31_32 arg) in spl_fixpt_sin()
253 struct spl_fixed31_32 spl_fixpt_cos(struct spl_fixed31_32 arg) in spl_fixpt_cos()
285 static struct spl_fixed31_32 spl_fixed31_32_exp_from_taylor_series(struct spl_fixed31_32 arg) in spl_fixed31_32_exp_from_taylor_series()
313 struct spl_fixed31_32 spl_fixpt_exp(struct spl_fixed31_32 arg) in spl_fixpt_exp()
356 struct spl_fixed31_32 spl_fixpt_log(struct spl_fixed31_32 arg) in spl_fixpt_log()
430 unsigned int spl_fixpt_u4d19(struct spl_fixed31_32 arg) in spl_fixpt_u4d19()
[all …]
H A Dspl_fixpt31_32.h69 static inline struct spl_fixed31_32 spl_fixpt_from_int(int arg) in spl_fixpt_from_int()
87 static inline struct spl_fixed31_32 spl_fixpt_neg(struct spl_fixed31_32 arg) in spl_fixpt_neg()
100 static inline struct spl_fixed31_32 spl_fixpt_abs(struct spl_fixed31_32 arg) in spl_fixpt_abs()
171 struct spl_fixed31_32 arg, in spl_fixpt_clamp()
192 static inline struct spl_fixed31_32 spl_fixpt_shl(struct spl_fixed31_32 arg, unsigned int shift) in spl_fixpt_shl()
206 static inline struct spl_fixed31_32 spl_fixpt_shr(struct spl_fixed31_32 arg, unsigned int shift) in spl_fixpt_shr()
428 static inline int spl_fixpt_floor(struct spl_fixed31_32 arg) in spl_fixpt_floor()
442 static inline int spl_fixpt_round(struct spl_fixed31_32 arg) in spl_fixpt_round()
462 static inline int spl_fixpt_ceil(struct spl_fixed31_32 arg) in spl_fixpt_ceil()
499 static inline struct spl_fixed31_32 spl_fixpt_truncate(struct spl_fixed31_32 arg, unsigned int frac… in spl_fixpt_truncate()
/linux/drivers/gpu/drm/amd/display/dc/basics/
H A Dfixpt31_32.c34 long long arg) in abs_i64()
170 struct fixed31_32 dc_fixpt_sqr(struct fixed31_32 arg) in dc_fixpt_sqr()
208 struct fixed31_32 dc_fixpt_recip(struct fixed31_32 arg) in dc_fixpt_recip()
219 struct fixed31_32 dc_fixpt_sinc(struct fixed31_32 arg) in dc_fixpt_sinc()
263 struct fixed31_32 dc_fixpt_sin(struct fixed31_32 arg) in dc_fixpt_sin()
270 struct fixed31_32 dc_fixpt_cos(struct fixed31_32 arg) in dc_fixpt_cos()
302 static struct fixed31_32 fixed31_32_exp_from_taylor_series(struct fixed31_32 arg) in fixed31_32_exp_from_taylor_series()
330 struct fixed31_32 dc_fixpt_exp(struct fixed31_32 arg) in dc_fixpt_exp()
373 struct fixed31_32 dc_fixpt_log(struct fixed31_32 arg) in dc_fixpt_log()
447 unsigned int dc_fixpt_u4d19(struct fixed31_32 arg) in dc_fixpt_u4d19()
[all …]
/linux/net/sctp/
H A Dsm_statefuns.c236 void *arg, struct sctp_cmd_seq *commands) in sctp_sf_do_4_C()
321 void *arg, in sctp_sf_do_5_1B_init()
521 void *arg, in sctp_sf_do_5_1C_ack()
703 void *arg, in sctp_sf_do_5_1D_ce()
924 void *arg, in sctp_sf_do_5_1E_ca()
1017 void *arg, in sctp_sf_heartbeat()
1043 void *arg, in sctp_sf_sendbeat_8_3()
1091 void *arg, in sctp_sf_send_reconf()
1120 void *arg, in sctp_sf_send_probe()
1168 void *arg, struct sctp_cmd_seq *commands) in sctp_sf_beat_8_3()
[all …]
/linux/drivers/isdn/mISDN/
H A Dlayer2.c155 l2up_create(struct layer2 *l2, u_int prim, int len, void *arg) in l2up_create()
216 l2down_create(struct layer2 *l2, u_int prim, u_int id, int len, void *arg) in l2down_create()
278 l2_timeout(struct FsmInst *fi, int event, void *arg) in l2_timeout()
303 l2mgr(struct layer2 *l2, u_int prim, void *arg) { in l2mgr()
714 l2_mdl_error_ua(struct FsmInst *fi, int event, void *arg) in l2_mdl_error_ua()
727 l2_mdl_error_dm(struct FsmInst *fi, int event, void *arg) in l2_mdl_error_dm()
742 l2_st8_mdl_error_dm(struct FsmInst *fi, int event, void *arg) in l2_st8_mdl_error_dm()
756 l2_go_st3(struct FsmInst *fi, int event, void *arg) in l2_go_st3()
763 l2_mdl_assign(struct FsmInst *fi, int event, void *arg) in l2_mdl_assign()
773 l2_queue_ui_assign(struct FsmInst *fi, int event, void *arg) in l2_queue_ui_assign()
[all …]
H A Dlayer1.c109 l1_reset(struct FsmInst *fi, int event, void *arg) in l1_reset()
115 l1_deact_cnf(struct FsmInst *fi, int event, void *arg) in l1_deact_cnf()
125 l1_deact_req_s(struct FsmInst *fi, int event, void *arg) in l1_deact_req_s()
135 l1_power_up_s(struct FsmInst *fi, int event, void *arg) in l1_power_up_s()
147 l1_go_F5(struct FsmInst *fi, int event, void *arg) in l1_go_F5()
153 l1_go_F8(struct FsmInst *fi, int event, void *arg) in l1_go_F8()
159 l1_info2_ind(struct FsmInst *fi, int event, void *arg) in l1_info2_ind()
168 l1_info4_ind(struct FsmInst *fi, int event, void *arg) in l1_info4_ind()
185 l1_timer3(struct FsmInst *fi, int event, void *arg) in l1_timer3()
202 l1_timer_act(struct FsmInst *fi, int event, void *arg) in l1_timer_act()
[all …]
/linux/drivers/misc/
H A Dkgdbts.c217 static unsigned long lookup_addr(char *arg) in lookup_addr()
231 static void break_helper(char *bp_type, char *arg, unsigned long vaddr) in break_helper()
245 static void sw_break(char *arg) in sw_break()
250 static void sw_rem_break(char *arg) in sw_rem_break()
255 static void hw_break(char *arg) in hw_break()
260 static void hw_rem_break(char *arg) in hw_rem_break()
265 static void hw_write_break(char *arg) in hw_write_break()
270 static void hw_rem_write_break(char *arg) in hw_rem_write_break()
275 static void hw_access_break(char *arg) in hw_access_break()
280 static void hw_rem_access_break(char *arg) in hw_rem_access_break()
[all …]
/linux/drivers/tee/optee/
H A Drpc.c16 static void handle_rpc_func_cmd_get_time(struct optee_msg_arg *arg) in handle_rpc_func_cmd_get_time()
38 struct optee_msg_arg *arg) in handle_rpc_func_cmd_i2c_transfer()
125 struct optee_msg_arg *arg) in handle_rpc_func_cmd_i2c_transfer()
132 struct optee_msg_arg *arg) in handle_rpc_func_cmd_wq()
166 static void handle_rpc_func_cmd_wait(struct optee_msg_arg *arg) in handle_rpc_func_cmd_wait()
189 struct optee_msg_arg *arg) in handle_rpc_supp_cmd()
267 struct optee_msg_arg *arg) in handle_rpc_func_rpmb_probe_reset()
319 struct optee_msg_arg *arg) in handle_rpc_func_rpmb_probe_next()
371 struct optee_msg_arg *arg) in handle_rpc_func_rpmb_frames()
414 struct optee_msg_arg *arg) in optee_rpc_cmd()
/linux/fs/jfs/
H A Djfs_debug.h55 #define jfs_info(fmt, arg...) do { \ argument
61 #define jfs_debug(fmt, arg...) do { \ argument
67 #define jfs_warn(fmt, arg...) do { \ argument
73 #define jfs_err(fmt, arg...) do { \ argument
84 #define jfs_info(fmt, arg...) do {} while (0) argument
85 #define jfs_debug(fmt, arg...) do {} while (0) argument
86 #define jfs_warn(fmt, arg...) do {} while (0) argument
87 #define jfs_err(fmt, arg...) do {} while (0) argument
/linux/drivers/media/firewire/
H A Dfiredtv-ci.c44 static int fdtv_ca_get_caps(void *arg) in fdtv_ca_get_caps()
55 static int fdtv_ca_get_slot_info(struct firedtv *fdtv, void *arg) in fdtv_ca_get_slot_info()
73 static int fdtv_ca_app_info(struct firedtv *fdtv, void *arg) in fdtv_ca_app_info()
80 static int fdtv_ca_info(struct firedtv *fdtv, void *arg) in fdtv_ca_info()
87 static int fdtv_ca_get_mmi(struct firedtv *fdtv, void *arg) in fdtv_ca_get_mmi()
94 static int fdtv_ca_get_msg(struct firedtv *fdtv, void *arg) in fdtv_ca_get_msg()
122 static int fdtv_ca_pmt(struct firedtv *fdtv, void *arg) in fdtv_ca_pmt()
143 static int fdtv_ca_send_msg(struct firedtv *fdtv, void *arg) in fdtv_ca_send_msg()
174 static int fdtv_ca_ioctl(struct file *file, unsigned int cmd, void *arg) in fdtv_ca_ioctl()
/linux/drivers/staging/gpib/common/
H A Dgpib_os.c611 long ibioctl(struct file *filep, unsigned int cmd, unsigned long arg) in ibioctl()
820 struct gpib_board *board, unsigned long arg) in board_type_ioctl()
873 unsigned long arg) in read_ioctl()
949 struct gpib_board *board, unsigned long arg) in command_ioctl()
1034 unsigned long arg) in write_ioctl()
1105 static int status_bytes_ioctl(struct gpib_board *board, unsigned long arg) in status_bytes_ioctl()
1224 static int open_dev_ioctl(struct file *filep, struct gpib_board *board, unsigned long arg) in open_dev_ioctl()
1275 static int close_dev_ioctl(struct file *filep, struct gpib_board *board, unsigned long arg) in close_dev_ioctl()
1302 static int serial_poll_ioctl(struct gpib_board *board, unsigned long arg) in serial_poll_ioctl()
1324 unsigned long arg) in wait_ioctl()
[all …]
/linux/drivers/dma-buf/
H A Dst-dma-fence.c97 static int sanitycheck(void *arg) in sanitycheck()
113 static int test_signaling(void *arg) in test_signaling()
160 static int test_add_callback(void *arg) in test_add_callback()
187 static int test_late_add_callback(void *arg) in test_late_add_callback()
218 static int test_rm_callback(void *arg) in test_rm_callback()
250 static int test_late_rm_callback(void *arg) in test_late_rm_callback()
282 static int test_status(void *arg) in test_status()
310 static int test_error(void *arg) in test_error()
341 static int test_wait(void *arg) in test_wait()
383 static int test_wait_timeout(void *arg) in test_wait_timeout()
[all …]
H A Dst-dma-fence-chain.c77 static int sanitycheck(void *arg) in sanitycheck()
181 static int find_seqno(void *arg) in find_seqno()
259 static int find_signaled(void *arg) in find_signaled()
297 static int find_out_of_order(void *arg) in find_out_of_order()
341 static int find_gap(void *arg) in find_gap()
394 static int __find_race(void *arg) in __find_race()
442 static int find_race(void *arg) in find_race()
496 static int signal_forward(void *arg) in signal_forward()
528 static int signal_backward(void *arg) in signal_backward()
561 static int __wait_fence_chains(void *arg) in __wait_fence_chains()
[all …]
/linux/drivers/gpu/drm/amd/display/include/
H A Dfixed31_32.h87 static inline struct fixed31_32 dc_fixpt_from_int(int arg) in dc_fixpt_from_int()
105 static inline struct fixed31_32 dc_fixpt_neg(struct fixed31_32 arg) in dc_fixpt_neg()
118 static inline struct fixed31_32 dc_fixpt_abs(struct fixed31_32 arg) in dc_fixpt_abs()
189 struct fixed31_32 arg, in dc_fixpt_clamp()
210 static inline struct fixed31_32 dc_fixpt_shl(struct fixed31_32 arg, unsigned char shift) in dc_fixpt_shl()
224 static inline struct fixed31_32 dc_fixpt_shr(struct fixed31_32 arg, unsigned char shift) in dc_fixpt_shr()
446 static inline int dc_fixpt_floor(struct fixed31_32 arg) in dc_fixpt_floor()
460 static inline int dc_fixpt_round(struct fixed31_32 arg) in dc_fixpt_round()
480 static inline int dc_fixpt_ceil(struct fixed31_32 arg) in dc_fixpt_ceil()
517 static inline struct fixed31_32 dc_fixpt_truncate(struct fixed31_32 arg, unsigned int frac_bits) in dc_fixpt_truncate()
/linux/drivers/net/ppp/
H A Dppp_deflate.c60 static void z_comp_free(void *arg) in z_comp_free()
137 static int z_comp_init(void *arg, unsigned char *options, int opt_len, in z_comp_init()
166 static void z_comp_reset(void *arg) in z_comp_reset()
185 static int z_compress(void *arg, unsigned char *rptr, unsigned char *obuf, in z_compress()
266 static void z_comp_stats(void *arg, struct compstat *stats) in z_comp_stats()
277 static void z_decomp_free(void *arg) in z_decomp_free()
351 static int z_decomp_init(void *arg, unsigned char *options, int opt_len, in z_decomp_init()
381 static void z_decomp_reset(void *arg) in z_decomp_reset()
410 static int z_decompress(void *arg, unsigned char *ibuf, int isize, in z_decompress()
516 static void z_incomp(void *arg, unsigned char *ibuf, int icnt) in z_incomp()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_sw_fence.c80 static int test_self(void *arg) in test_self()
96 static int test_dag(void *arg) in test_dag()
175 static int test_AB(void *arg) in test_AB()
223 static int test_ABC(void *arg) in test_ABC()
303 static int test_AB_C(void *arg) in test_AB_C()
380 static int test_C_AB(void *arg) in test_C_AB()
450 static int test_chain(void *arg) in test_chain()
523 static int test_ipc(void *arg) in test_ipc()
579 static int test_timer(void *arg) in test_timer()
669 static int test_dma_fence(void *arg) in test_dma_fence()

12345678910>>...98