Home
last modified time | relevance | path

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

12345678910>>...97

/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/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c1163 void *arg, uint32_t evt) in lpfc_disc_illegal()
1186 void *arg, uint32_t evt) in lpfc_cmpl_plogi_illegal()
1207 void *arg, uint32_t evt) in lpfc_rcv_plogi_unused_node()
1221 void *arg, uint32_t evt) in lpfc_rcv_els_unused_node()
1229 void *arg, uint32_t evt) in lpfc_rcv_logo_unused_node()
1243 void *arg, uint32_t evt) in lpfc_cmpl_logo_unused_node()
1250 void *arg, uint32_t evt) in lpfc_device_rm_unused_node()
1258 void *arg, uint32_t evt) in lpfc_device_recov_unused_node()
1265 void *arg, uint32_t evt) in lpfc_rcv_plogi_plogi_issue()
1313 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/gpu/drm/amd/display/dc/basics/
H A Dfixpt31_32.c34 long long arg) in abs_i64()
174 struct fixed31_32 dc_fixpt_sqr(struct fixed31_32 arg) in dc_fixpt_sqr()
214 struct fixed31_32 dc_fixpt_recip(struct fixed31_32 arg) in dc_fixpt_recip()
228 struct fixed31_32 dc_fixpt_sinc(struct fixed31_32 arg) in dc_fixpt_sinc()
272 struct fixed31_32 dc_fixpt_sin(struct fixed31_32 arg) in dc_fixpt_sin()
279 struct fixed31_32 dc_fixpt_cos(struct fixed31_32 arg) in dc_fixpt_cos()
311 static struct fixed31_32 fixed31_32_exp_from_taylor_series(struct fixed31_32 arg) in fixed31_32_exp_from_taylor_series()
339 struct fixed31_32 dc_fixpt_exp(struct fixed31_32 arg) in dc_fixpt_exp()
382 struct fixed31_32 dc_fixpt_log(struct fixed31_32 arg) in dc_fixpt_log()
456 unsigned int dc_fixpt_u4d19(struct fixed31_32 arg) in dc_fixpt_u4d19()
[all …]
/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c41 static int show_trip(struct thermal_trip *tt, __maybe_unused void *arg) in show_trip()
49 static int show_temp(struct thermal_zone *tz, __maybe_unused void *arg) in show_temp()
58 static int show_governor(struct thermal_zone *tz, __maybe_unused void *arg) in show_governor()
67 static int show_tz(struct thermal_zone *tz, __maybe_unused void *arg) in show_tz()
80 static int tz_create(const char *name, int tz_id, __maybe_unused void *arg) in tz_create()
87 static int tz_delete(int tz_id, __maybe_unused void *arg) in tz_delete()
94 static int tz_disable(int tz_id, void *arg) in tz_disable()
104 static int tz_enable(int tz_id, void *arg) in tz_enable()
114 static int trip_high(int tz_id, int trip_id, int temp, void *arg) in trip_high()
125 static int trip_low(int tz_id, int trip_id, int temp, void *arg) in trip_low()
[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/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/fs/bcachefs/
H A Dchardev.c179 struct bch_ioctl_fsck_offline arg; bch2_ioctl_fsck_offline() local
256 bch2_global_ioctl(unsigned cmd,void __user * arg) bch2_global_ioctl() argument
310 bch2_ioctl_disk_add(struct bch_fs * c,struct bch_ioctl_disk arg) bch2_ioctl_disk_add() argument
332 bch2_ioctl_disk_remove(struct bch_fs * c,struct bch_ioctl_disk arg) bch2_ioctl_disk_remove() argument
353 bch2_ioctl_disk_online(struct bch_fs * c,struct bch_ioctl_disk arg) bch2_ioctl_disk_online() argument
374 bch2_ioctl_disk_offline(struct bch_fs * c,struct bch_ioctl_disk arg) bch2_ioctl_disk_offline() argument
399 bch2_ioctl_disk_set_state(struct bch_fs * c,struct bch_ioctl_disk_set_state arg) bch2_ioctl_disk_set_state() argument
431 struct bch_ioctl_data arg; global() member
435 bch2_data_thread(void * arg) bch2_data_thread() argument
480 bch2_ioctl_data(struct bch_fs * c,struct bch_ioctl_data arg) bch2_ioctl_data() argument
509 struct bch_ioctl_fs_usage *arg = NULL; bch2_ioctl_fs_usage() local
585 struct bch_ioctl_dev_usage arg; bch2_ioctl_dev_usage() local
626 struct bch_ioctl_dev_usage_v2 arg; bch2_ioctl_dev_usage_v2() local
675 bch2_ioctl_read_super(struct bch_fs * c,struct bch_ioctl_read_super arg) bch2_ioctl_read_super() argument
718 bch2_ioctl_disk_get_idx(struct bch_fs * c,struct bch_ioctl_disk_get_idx arg) bch2_ioctl_disk_get_idx() argument
738 bch2_ioctl_disk_resize(struct bch_fs * c,struct bch_ioctl_disk_resize arg) bch2_ioctl_disk_resize() argument
761 bch2_ioctl_disk_resize_journal(struct bch_fs * c,struct bch_ioctl_disk_resize_journal arg) bch2_ioctl_disk_resize_journal() argument
827 bch2_ioctl_fsck_online(struct bch_fs * c,struct bch_ioctl_fsck_online arg) bch2_ioctl_fsck_online() argument
888 bch2_fs_ioctl(struct bch_fs * c,unsigned cmd,void __user * arg) bch2_fs_ioctl() argument
950 void __user *arg = (void __user *) v; bch2_chardev_ioctl() local
[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/gpu/drm/radeon/
H A Datom.c183 uint32_t idx, val = 0xCDCDCDCD, align, arg; in atom_get_src_int() local
373 uint32_t align = (attr >> 3) & 7, arg = attr & 7; in atom_skip_src_int() local
438 static uint32_t atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_get_dst()
447 static void atom_skip_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr) in atom_skip_dst()
454 static void atom_put_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_put_dst()
598 static void atom_op_add(atom_exec_context *ctx, int *ptr, int arg) in atom_op_add()
612 static void atom_op_and(atom_exec_context *ctx, int *ptr, int arg) in atom_op_and()
626 static void atom_op_beep(atom_exec_context *ctx, int *ptr, int arg) in atom_op_beep()
631 static void atom_op_calltable(atom_exec_context *ctx, int *ptr, int arg) in atom_op_calltable()
647 static void atom_op_clear(atom_exec_context *ctx, int *ptr, int arg) in atom_op_clear()
[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/gpu/drm/amd/amdgpu/
H A Datom.c185 uint32_t idx, val = 0xCDCDCDCD, align, arg; in atom_get_src_int() local
375 uint32_t align = (attr >> 3) & 7, arg = attr & 7; in atom_skip_src_int() local
439 static uint32_t atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_get_dst()
448 static void atom_skip_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr) in atom_skip_dst()
455 static void atom_put_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_put_dst()
599 static void atom_op_add(atom_exec_context *ctx, int *ptr, int arg) in atom_op_add()
613 static void atom_op_and(atom_exec_context *ctx, int *ptr, int arg) in atom_op_and()
627 static void atom_op_beep(atom_exec_context *ctx, int *ptr, int arg) in atom_op_beep()
632 static void atom_op_calltable(atom_exec_context *ctx, int *ptr, int arg) in atom_op_calltable()
648 static void atom_op_clear(atom_exec_context *ctx, int *ptr, int arg) in atom_op_clear()
[all …]
/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/dma-buf/
H A Dst-dma-fence.c97 static int sanitycheck(void *arg) in sanitycheck() argument
113 static int test_signaling(void *arg) in test_signaling() argument
160 static int test_add_callback(void *arg) in test_add_callback() argument
187 static int test_late_add_callback(void *arg) in test_late_add_callback() argument
218 static int test_rm_callback(void *arg) in test_rm_callback() argument
250 static int test_late_rm_callback(void *arg) in test_late_rm_callback() argument
282 static int test_status(void *arg) in test_status() argument
310 static int test_error(void *arg) in test_error() argument
341 static int test_wait(void *arg) in test_wait() argument
383 static int test_wait_timeout(void *arg) in test_wait_timeout() argument
422 test_stub(void * arg) test_stub() argument
458 thread_signal_callback(void * arg) thread_signal_callback() argument
527 race_signal_callback(void * arg) race_signal_callback() argument
[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/media/platform/rockchip/rkisp1/
H A Drkisp1-params.c56 const struct rkisp1_cif_isp_dpcc_config *arg) in rkisp1_dpcc_config()
106 const struct rkisp1_cif_isp_bls_config *arg) in rkisp1_bls_config()
318 const struct rkisp1_cif_isp_lsc_config *arg) in rkisp1_lsc_config()
363 const struct rkisp1_cif_isp_flt_config *arg) in rkisp1_flt_config()
407 const struct rkisp1_cif_isp_bdm_config *arg) in rkisp1_bdm_config()
422 const struct rkisp1_cif_isp_sdg_config *arg) in rkisp1_sdg_config()
446 const struct rkisp1_cif_isp_goc_config *arg) in rkisp1_goc_config_v10()
462 const struct rkisp1_cif_isp_goc_config *arg) in rkisp1_goc_config_v12()
483 const struct rkisp1_cif_isp_ctk_config *arg) in rkisp1_ctk_config()
521 const struct rkisp1_cif_isp_awb_meas_config *arg) in rkisp1_awb_meas_config_v10()
[all …]
/linux/drivers/media/tuners/
H A Dtuner-i2c.h75 #define tuner_printk(kernlvl, i2cprops, fmt, arg...) do { \ argument
85 #define __tuner_warn(i2cprops, fmt, arg...) do { \ argument
89 #define __tuner_info(i2cprops, fmt, arg...) do { \ argument
93 #define __tuner_err(i2cprops, fmt, arg...) do { \ argument
97 #define __tuner_dbg(i2cprops, fmt, arg...) do { \ argument
102 #define tuner_warn(fmt, arg...) __tuner_warn(priv->i2c_props, fmt, ##arg) argument
103 #define tuner_info(fmt, arg...) __tuner_info(priv->i2c_props, fmt, ##arg) argument
104 #define tuner_err(fmt, arg...) __tuner_err(priv->i2c_props, fmt, ##arg) argument
105 #define tuner_dbg(fmt, arg...) __tuner_dbg(priv->i2c_props, fmt, ##arg) argument
/linux/drivers/tee/optee/
H A Drpc.c15 static void handle_rpc_func_cmd_get_time(struct optee_msg_arg *arg) in handle_rpc_func_cmd_get_time()
37 struct optee_msg_arg *arg) in handle_rpc_func_cmd_i2c_transfer()
124 struct optee_msg_arg *arg) in handle_rpc_func_cmd_i2c_transfer()
131 struct optee_msg_arg *arg) in handle_rpc_func_cmd_wq()
159 static void handle_rpc_func_cmd_wait(struct optee_msg_arg *arg) in handle_rpc_func_cmd_wait()
182 struct optee_msg_arg *arg) in handle_rpc_supp_cmd()
259 struct optee_msg_arg *arg) in optee_rpc_cmd()
/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()

12345678910>>...97