/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_sync.c | 66 struct dma_fence *f) in amdgpu_sync_same_dev() 87 static void *amdgpu_sync_get_owner(struct dma_fence *f) in amdgpu_sync_get_owner() 133 static bool amdgpu_sync_add_later(struct amdgpu_sync *sync, struct dma_fence *f) in amdgpu_sync_add_later() 155 int amdgpu_sync_fence(struct amdgpu_sync *sync, struct dma_fence *f) in amdgpu_sync_fence() 177 void *owner, struct dma_fence *f) in amdgpu_sync_test_fence() 240 struct dma_fence *f; in amdgpu_sync_resv() local 288 struct dma_fence *f = e->fence; in amdgpu_sync_peek_fence() local 324 struct dma_fence *f; in amdgpu_sync_get_fence() local 355 struct dma_fence *f; in amdgpu_sync_clone() local 383 struct dma_fence *f; in amdgpu_sync_push_to_job() local
|
H A D | amdgpu_debugfs.c | 72 static int amdgpu_debugfs_process_reg_op(bool read, struct file *f, in amdgpu_debugfs_process_reg_op() 192 static ssize_t amdgpu_debugfs_regs_read(struct file *f, char __user *buf, in amdgpu_debugfs_regs_read() 201 static ssize_t amdgpu_debugfs_regs_write(struct file *f, const char __user *buf, in amdgpu_debugfs_regs_write() 230 static ssize_t amdgpu_debugfs_regs2_op(struct file *f, char __user *buf, u32 offset, size_t size, i… in amdgpu_debugfs_regs2_op() 320 static long amdgpu_debugfs_regs2_ioctl(struct file *f, unsigned int cmd, unsigned long data) in amdgpu_debugfs_regs2_ioctl() 364 static ssize_t amdgpu_debugfs_regs2_read(struct file *f, char __user *buf, size_t size, loff_t *pos) in amdgpu_debugfs_regs2_read() 369 static ssize_t amdgpu_debugfs_regs2_write(struct file *f, const char __user *buf, size_t size, loff… in amdgpu_debugfs_regs2_write() 397 static ssize_t amdgpu_debugfs_gprwave_read(struct file *f, char __user *buf, size_t size, loff_t *p… in amdgpu_debugfs_gprwave_read() 479 static long amdgpu_debugfs_gprwave_ioctl(struct file *f, unsigned int cmd, unsigned long data) in amdgpu_debugfs_gprwave_ioctl() 518 static ssize_t amdgpu_debugfs_regs_pcie_read(struct file *f, char __user *buf, in amdgpu_debugfs_regs_pcie_read() [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | asm-offsets.c | 521 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, shadow_vcpu.f)) in main() argument 523 # define SVCPU_FIELD(x, f) in main() argument 525 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, kvm_hstate.f)) in main() argument 527 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, f)) in main() argument 528 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, hstate.f)) in main() argument
|
/openbmc/linux/drivers/media/test-drivers/visl/ |
H A D | visl-video.c | 50 static void visl_print_fmt(struct visl_ctx *ctx, const struct v4l2_format *f) in visl_print_fmt() 85 struct v4l2_pix_format_mplane *f = &ctx->decoded_fmt.fmt.pix_mp; in visl_tpg_init() local 238 static void visl_init_fmt(struct v4l2_format *f, u32 fourcc) in visl_init_fmt() 250 struct v4l2_format *f = &ctx->coded_fmt; in visl_reset_coded_fmt() local 271 struct v4l2_format *f = &ctx->decoded_fmt; in visl_reset_decoded_fmt() local 323 struct v4l2_fmtdesc *f) in visl_enum_fmt_vid_cap() 335 struct v4l2_fmtdesc *f) in visl_enum_fmt_vid_out() 345 struct v4l2_format *f) in visl_g_fmt_vid_cap() 354 struct v4l2_format *f) in visl_g_fmt_vid_out() 363 struct v4l2_format *f) in visl_try_fmt_vid_cap() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-cutils.c | 301 char f = 'X'; in test_qemu_strtoi_correct() local 315 char f = 'X'; in test_qemu_strtoi_null() local 330 char f = 'X'; in test_qemu_strtoi_empty() local 345 char f = 'X'; in test_qemu_strtoi_whitespace() local 360 char f = 'X'; in test_qemu_strtoi_invalid() local 375 char f = 'X'; in test_qemu_strtoi_trailing() local 390 char f = 'X'; in test_qemu_strtoi_octal() local 413 char f = 'X'; in test_qemu_strtoi_decimal() local 437 char f = 'X'; in test_qemu_strtoi_hex() local 470 char f = 'X'; in test_qemu_strtoi_max() local [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | subdev.h | 75 #define nvkm_printk___(s,u,l,p,f,a...) do { \ argument 83 #define nvkm_printk__(s,l,p,f,a...) nvkm_printk___((s), (s), (l), p, f, ##a) argument 84 #define nvkm_printk_(s,l,p,f,a...) nvkm_printk__((s), (l), p, " "f, ##a) argument 85 #define nvkm_printk(s,l,p,f,a...) nvkm_printk_((s), NV_DBG_##l, p, f, ##a) argument 86 #define nvkm_fatal(s,f,a...) nvkm_printk((s), FATAL, crit, f, ##a) argument 87 #define nvkm_error(s,f,a...) nvkm_printk((s), ERROR, err, f, ##a) argument 88 #define nvkm_warn(s,f,a...) nvkm_printk((s), WARN, notice, f, ##a) argument 89 #define nvkm_info(s,f,a...) nvkm_printk((s), INFO, info, f, ##a) argument 90 #define nvkm_debug(s,f,a...) nvkm_printk((s), DEBUG, info, f, ##a) argument 91 #define nvkm_trace(s,f,a...) nvkm_printk((s), TRACE, info, f, ##a) argument [all …]
|
H A D | client.h | 28 #define nvif_printk(o,l,p,f,a...) do { \ argument 35 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a) argument 36 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a) argument 37 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) argument 38 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) argument 39 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a) argument 40 #define nvif_ioctl(o,f,a...) nvif_trace((o), "ioctl: "f, ##a) argument
|
/openbmc/qemu/migration/ |
H A D | rdma.h | 48 int rdma_registration_handle(QEMUFile *f) { return 0; } in rdma_registration_handle() 50 int rdma_registration_start(QEMUFile *f, uint64_t flags) { return 0; } in rdma_registration_start() 52 int rdma_registration_stop(QEMUFile *f, uint64_t flags) { return 0; } in rdma_registration_stop() 54 int rdma_block_notification_handle(QEMUFile *f, const char *name) { return 0; } in rdma_block_notification_handle() 56 int rdma_control_save_page(QEMUFile *f, ram_addr_t block_offset, in rdma_control_save_page()
|
H A D | savevm.c | 182 void timer_put(QEMUFile *f, QEMUTimer *ts) in timer_put() 190 void timer_get(QEMUFile *f, QEMUTimer *ts) in timer_get() 207 static int get_timer(QEMUFile *f, void *pv, size_t size, in get_timer() 215 static int put_timer(QEMUFile *f, void *pv, size_t size, in put_timer() 416 static int get_capability(QEMUFile *f, void *pv, size_t size, in get_capability() 437 static int put_capability(QEMUFile *f, void *pv, size_t size, in put_capability() 966 static int vmstate_load(QEMUFile *f, SaveStateEntry *se) in vmstate_load() 975 static void vmstate_save_old_style(QEMUFile *f, SaveStateEntry *se, in vmstate_save_old_style() 997 static void save_section_header(QEMUFile *f, SaveStateEntry *se, in save_section_header() 1019 static void save_section_footer(QEMUFile *f, SaveStateEntry *se) in save_section_footer() [all …]
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_serial.c | 33 static inline struct f_gser *func_to_gser(struct usb_function *f) in func_to_gser() 146 static int gser_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in gser_set_alt() 172 static void gser_disable(struct usb_function *f) in gser_disable() 186 static int gser_bind(struct usb_configuration *c, struct usb_function *f) in gser_bind() 306 static void gser_free_inst(struct usb_function_instance *f) in gser_free_inst() 336 static void gser_free(struct usb_function *f) in gser_free() 344 static void gser_unbind(struct usb_configuration *c, struct usb_function *f) in gser_unbind() 353 static void gser_resume(struct usb_function *f) in gser_resume() 360 static void gser_suspend(struct usb_function *f) in gser_suspend()
|
H A D | f_ecm.c | 63 static inline struct f_ecm *func_to_ecm(struct usb_function *f) in func_to_ecm() 457 static int ecm_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in ecm_setup() 522 static int ecm_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in ecm_set_alt() 600 static int ecm_get_alt(struct usb_function *f, unsigned intf) in ecm_get_alt() 609 static void ecm_disable(struct usb_function *f) in ecm_disable() 672 ecm_bind(struct usb_configuration *c, struct usb_function *f) in ecm_bind() 842 static void ecm_free_inst(struct usb_function_instance *f) in ecm_free_inst() 875 static void ecm_suspend(struct usb_function *f) in ecm_suspend() 885 static void ecm_resume(struct usb_function *f) in ecm_resume() 895 static int ecm_get_status(struct usb_function *f) in ecm_get_status() [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | printf.h | 7 #define NVIF_PRINT(l,o,f,a...) do { \ argument 14 #define NVIF_DEBUG(o,f,a...) NVIF_PRINT(debugf, (o), f, ##a) argument 16 #define NVIF_DEBUG(o,f,a...) argument 19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a) argument 20 #define NVIF_ERRON(c,o,f,a...) do { \ argument
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_flower.c | 338 struct flow_cls_offload *f, in mlxsw_sp_flower_parse_meta() 357 struct flow_cls_offload *f) in mlxsw_sp_flower_parse_ipv4() 372 struct flow_cls_offload *f) in mlxsw_sp_flower_parse_ipv6() 406 struct flow_cls_offload *f, in mlxsw_sp_flower_parse_ports() 434 struct flow_cls_offload *f, u8 ip_proto) in mlxsw_sp_flower_parse_ports_range() 495 struct flow_cls_offload *f, in mlxsw_sp_flower_parse_tcp() 526 struct flow_cls_offload *f, in mlxsw_sp_flower_parse_ip() 560 struct flow_cls_offload *f) in mlxsw_sp_flower_parse() 699 struct flow_cls_offload *f) in mlxsw_sp_flower_mall_prio_check() 728 struct flow_cls_offload *f) in mlxsw_sp_flower_replace() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | __init__.py | 50 def cached_mtime(f): argument 56 def cached_mtime_noerror(f): argument 65 def check_mtime(f, mtime): argument 74 def update_mtime(f): argument 84 def update_cache(f): argument 93 def mark_dependency(d, f): argument 102 def check_dependency(d, f): argument
|
/openbmc/u-boot/scripts/dtc/ |
H A D | treesource.c | 49 static void write_prefix(FILE *f, int level) in write_prefix() 64 static void write_propval_string(FILE *f, struct data val) in write_propval_string() 137 static void write_propval_cells(FILE *f, struct data val) in write_propval_cells() 167 static void write_propval_bytes(FILE *f, struct data val) in write_propval_bytes() 195 static void write_propval(FILE *f, struct property *prop) in write_propval() 236 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node() 266 void dt_to_source(FILE *f, struct dt_info *dti) in dt_to_source()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_filter.c | 56 static int set_tcb_field(struct adapter *adap, struct filter_entry *f, in set_tcb_field() 82 static int set_tcb_tflag(struct adapter *adap, struct filter_entry *f, in set_tcb_tflag() 120 static void mk_set_tcb_ulp(struct filter_entry *f, in mk_set_tcb_ulp() 143 static int configure_filter_smac(struct adapter *adap, struct filter_entry *f) in configure_filter_smac() 164 static void set_nat_params(struct adapter *adap, struct filter_entry *f, in set_nat_params() 362 struct filter_entry *f; in get_filter_count() local 552 struct filter_entry *f; in cxgb4_get_free_ftid() local 761 struct filter_entry *f; in del_filter_wr() local 796 struct filter_entry *f; in set_filter_wr() local 939 int writable_filter(struct filter_entry *f) in writable_filter() [all …]
|
/openbmc/linux/include/media/ |
H A D | v4l2-device.h | 292 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 317 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 349 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 384 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument 411 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument 444 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument 471 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument 503 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument 525 #define v4l2_device_has_op(v4l2_dev, grpid, o, f) \ argument 553 #define v4l2_device_mask_has_op(v4l2_dev, grpmsk, o, f) \ argument
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r_log.h | 81 #define esas2r_debug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) argument 82 #define esas2r_hdebug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) argument 84 #define esas2r_debug(f, args ...) argument 85 #define esas2r_hdebug(f, args ...) argument 108 #define esas2r_trace(f, args ...) esas2r_log(ESAS2R_LOG_TRCE, "(%s:%s:%d): " \ argument 115 #define esas2r_trace(f, args ...) argument
|
/openbmc/bmcweb/http/routing/ |
H A D | websocketrule.hpp | 57 self_t& onopen(Func f) in onopen() 64 self_t& onmessage(Func f) in onmessage() 71 self_t& onmessageex(Func f) in onmessageex() 78 self_t& onclose(Func f) in onclose() 85 self_t& onerror(Func f) in onerror()
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_prioq.c | 44 struct snd_seq_prioq *f; in snd_seq_prioq_new() local 61 struct snd_seq_prioq *f = *fifo; in snd_seq_prioq_delete() local 131 int snd_seq_prioq_cell_in(struct snd_seq_prioq * f, in snd_seq_prioq_cell_in() 212 struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f, in snd_seq_prioq_cell_out() 243 int snd_seq_prioq_avail(struct snd_seq_prioq * f) in snd_seq_prioq_avail() 275 void snd_seq_prioq_leave(struct snd_seq_prioq * f, int client, int timestamp) in snd_seq_prioq_leave() 384 void snd_seq_prioq_remove_events(struct snd_seq_prioq * f, int client, in snd_seq_prioq_remove_events()
|
/openbmc/linux/arch/s390/lib/ |
H A D | test_modules.h | 5 #define __REPEAT_10000_3(f, x) \ argument 16 #define __REPEAT_10000_2(f, x) \ argument 27 #define __REPEAT_10000_1(f, x) \ argument 38 #define REPEAT_10000(f) \ argument
|
/openbmc/linux/drivers/tty/ |
H A D | tty.h | 9 #define tty_msg(fn, tty, f, ...) \ argument 12 #define tty_debug(tty, f, ...) tty_msg(pr_debug, tty, f, ##__VA_ARGS__) argument 13 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) argument 14 #define tty_warn(tty, f, ...) tty_msg(pr_warn, tty, f, ##__VA_ARGS__) argument 15 #define tty_err(tty, f, ...) tty_msg(pr_err, tty, f, ##__VA_ARGS__) argument 17 #define tty_info_ratelimited(tty, f, ...) \ argument
|
/openbmc/linux/drivers/video/fbdev/via/ |
H A D | debug.h | 17 #define DEBUG_MSG(f, a...) printk(f, ## a) argument 19 #define DEBUG_MSG(f, a...) no_printk(f, ## a) argument 24 #define WARN_MSG(f, a...) printk(f, ## a) argument 26 #define WARN_MSG(f, a...) no_printk(f, ## a) argument
|
/openbmc/linux/net/sched/ |
H A D | cls_fw.c | 56 struct fw_filter *f; in fw_classify() local 94 struct fw_filter *f; in fw_get() local 115 static void __fw_delete_filter(struct fw_filter *f) in __fw_delete_filter() 124 struct fw_filter *f = container_of(to_rcu_work(work), in fw_delete_filter_work() local 136 struct fw_filter *f; in fw_destroy() local 160 struct fw_filter *f = arg; in fw_delete() local 202 struct fw_filter *f, struct nlattr **tb, in fw_set_parms() 245 struct fw_filter *f = *arg; in fw_change() local 358 struct fw_filter *f; in fw_walk() local 372 struct fw_filter *f = fh; in fw_dump() local [all …]
|
/openbmc/linux/fs/jffs2/ |
H A D | os-linux.h | 23 #define OFNI_EDONI_2SFFJ(f) (&(f)->vfs_inode) argument 28 #define JFFS2_F_I_SIZE(f) (OFNI_EDONI_2SFFJ(f)->i_size) argument 29 #define JFFS2_F_I_MODE(f) (OFNI_EDONI_2SFFJ(f)->i_mode) argument 30 #define JFFS2_F_I_UID(f) (i_uid_read(OFNI_EDONI_2SFFJ(f))) argument 31 #define JFFS2_F_I_GID(f) (i_gid_read(OFNI_EDONI_2SFFJ(f))) argument 32 #define JFFS2_F_I_RDEV(f) (OFNI_EDONI_2SFFJ(f)->i_rdev) argument 38 #define JFFS2_F_I_CTIME(f) I_SEC(inode_get_ctime(OFNI_EDONI_2SFFJ(f))) argument 39 #define JFFS2_F_I_MTIME(f) I_SEC(OFNI_EDONI_2SFFJ(f)->i_mtime) argument 40 #define JFFS2_F_I_ATIME(f) I_SEC(OFNI_EDONI_2SFFJ(f)->i_atime) argument 51 static inline void jffs2_init_inode_info(struct jffs2_inode_info *f) in jffs2_init_inode_info() [all …]
|