/openbmc/linux/net/netfilter/ |
H A D | nft_set_pipapo_avx2.c | 215 const struct nft_pipapo_field *f, in nft_pipapo_avx2_lookup_4b_2() 278 const struct nft_pipapo_field *f, in nft_pipapo_avx2_lookup_4b_4() 355 const struct nft_pipapo_field *f, in nft_pipapo_avx2_lookup_4b_8() 451 const struct nft_pipapo_field *f, in nft_pipapo_avx2_lookup_4b_12() 541 const struct nft_pipapo_field *f, in nft_pipapo_avx2_lookup_4b_32() 677 const struct nft_pipapo_field *f, in nft_pipapo_avx2_lookup_8b_1() 735 const struct nft_pipapo_field *f, in nft_pipapo_avx2_lookup_8b_2() 800 const struct nft_pipapo_field *f, in nft_pipapo_avx2_lookup_8b_4() 876 const struct nft_pipapo_field *f, in nft_pipapo_avx2_lookup_8b_6() 962 const struct nft_pipapo_field *f, in nft_pipapo_avx2_lookup_8b_16() [all …]
|
H A D | nf_conntrack_h323_asn1.c | 276 static int decode_nul(struct bitstr *bs, const struct field_t *f, in decode_nul() 284 static int decode_bool(struct bitstr *bs, const struct field_t *f, in decode_bool() 295 static int decode_oid(struct bitstr *bs, const struct field_t *f, in decode_oid() 314 static int decode_int(struct bitstr *bs, const struct field_t *f, in decode_int() 361 static int decode_enum(struct bitstr *bs, const struct field_t *f, in decode_enum() 377 static int decode_bitstr(struct bitstr *bs, const struct field_t *f, in decode_bitstr() 413 static int decode_numstr(struct bitstr *bs, const struct field_t *f, in decode_numstr() 433 static int decode_octstr(struct bitstr *bs, const struct field_t *f, in decode_octstr() 486 static int decode_bmpstr(struct bitstr *bs, const struct field_t *f, in decode_bmpstr() 515 static int decode_seq(struct bitstr *bs, const struct field_t *f, in decode_seq() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_fence.c | 82 static inline struct amdgpu_fence *to_amdgpu_fence(struct dma_fence *f) in to_amdgpu_fence() 141 int amdgpu_fence_emit(struct amdgpu_ring *ring, struct dma_fence **f, struct amdgpu_job *job, in amdgpu_fence_emit() 777 static const char *amdgpu_fence_get_timeline_name(struct dma_fence *f) in amdgpu_fence_get_timeline_name() 782 static const char *amdgpu_job_fence_get_timeline_name(struct dma_fence *f) in amdgpu_job_fence_get_timeline_name() 797 static bool amdgpu_fence_enable_signaling(struct dma_fence *f) in amdgpu_fence_enable_signaling() 812 static bool amdgpu_job_fence_enable_signaling(struct dma_fence *f) in amdgpu_job_fence_enable_signaling() 831 struct dma_fence *f = container_of(rcu, struct dma_fence, rcu); in amdgpu_fence_free() local 846 struct dma_fence *f = container_of(rcu, struct dma_fence, rcu); in amdgpu_job_fence_free() local 860 static void amdgpu_fence_release(struct dma_fence *f) in amdgpu_fence_release() 873 static void amdgpu_job_fence_release(struct dma_fence *f) in amdgpu_job_fence_release()
|
/openbmc/qemu/include/ui/ |
H A D | pixman-minimal.h | 63 #define PIXMAN_FORMAT_BPP(f) PIXMAN_FORMAT_RESHIFT(f, 24, 8) argument 64 #define PIXMAN_FORMAT_TYPE(f) (((f) >> 16) & 0x3f) argument 65 #define PIXMAN_FORMAT_A(f) PIXMAN_FORMAT_RESHIFT(f, 12, 4) argument 66 #define PIXMAN_FORMAT_R(f) PIXMAN_FORMAT_RESHIFT(f, 8, 4) argument 67 #define PIXMAN_FORMAT_G(f) PIXMAN_FORMAT_RESHIFT(f, 4, 4) argument 68 #define PIXMAN_FORMAT_B(f) PIXMAN_FORMAT_RESHIFT(f, 0, 4) argument 69 #define PIXMAN_FORMAT_DEPTH(f) (PIXMAN_FORMAT_A(f) + \ argument
|
/openbmc/linux/fs/ntfs/ |
H A D | debug.h | 30 #define ntfs_debug(f, a...) \ argument 50 #define ntfs_warning(sb, f, a...) __ntfs_warning(__func__, sb, f, ##a) argument 55 #define ntfs_error(sb, f, a...) __ntfs_error(__func__, sb, f, ##a) argument
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_virtchnl.c | 453 struct iavf_mac_filter *f; in iavf_add_ether_addrs() local 522 struct iavf_mac_filter *f, *ftmp; in iavf_del_ether_addrs() local 590 struct iavf_mac_filter *f, *ftmp; in iavf_mac_add_ok() local 610 struct iavf_mac_filter *f, *ftmp; in iavf_mac_add_reject() local 636 struct iavf_vlan_filter *f, *ftmp; in iavf_vlan_add_reject() local 658 struct iavf_vlan_filter *f; in iavf_add_vlans() local 789 struct iavf_vlan_filter *f, *ftmp; in iavf_del_vlans() local 1560 struct virtchnl_filter *f) in iavf_print_cloud_filter() 1596 struct virtchnl_filter *f; in iavf_add_cloud_filter() local 1644 struct virtchnl_filter *f; in iavf_del_cloud_filter() local [all …]
|
/openbmc/linux/drivers/media/platform/amlogic/meson-ge2d/ |
H A D | ge2d.c | 137 static const struct ge2d_fmt *find_fmt(struct v4l2_format *f) in find_fmt() 328 struct ge2d_frame *f = get_frame(ctx, vq->type); in ge2d_queue_setup() local 343 struct ge2d_frame *f = get_frame(ctx, vb->vb2_queue->type); in ge2d_buf_prepare() local 441 static int vidioc_enum_fmt(struct file *file, void *priv, struct v4l2_fmtdesc *f) in vidioc_enum_fmt() 458 struct ge2d_frame *f; in vidioc_g_selection() local 509 struct ge2d_frame *f; in vidioc_s_selection() local 560 static void vidioc_setup_cap_fmt(struct ge2d_ctx *ctx, struct v4l2_pix_format *f) in vidioc_setup_cap_fmt() 572 static int vidioc_try_fmt_cap(struct file *file, void *priv, struct v4l2_format *f) in vidioc_try_fmt_cap() 593 static int vidioc_s_fmt_cap(struct file *file, void *priv, struct v4l2_format *f) in vidioc_s_fmt_cap() 629 static int vidioc_g_fmt(struct file *file, void *priv, struct v4l2_format *f) in vidioc_g_fmt() [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-debug.c | 482 static char *resolv_usage_page(unsigned page, struct seq_file *f) { in resolv_usage_page() 511 char *hid_resolv_usage(unsigned usage, struct seq_file *f) { in hid_resolv_usage() 555 static void tab(int n, struct seq_file *f) { in tab() 559 void hid_dump_field(struct hid_field *field, int n, struct seq_file *f) { in hid_dump_field() 657 void hid_dump_device(struct hid_device *device, struct seq_file *f) in hid_dump_device() 1065 static void hid_resolv_event(__u8 type, __u16 code, struct seq_file *f) in hid_resolv_event() 1071 static void hid_dump_input_mapping(struct hid_device *hid, struct seq_file *f) in hid_dump_input_mapping() 1093 static int hid_debug_rdesc_show(struct seq_file *f, void *p) in hid_debug_rdesc_show()
|
/openbmc/linux/net/ipv4/ |
H A D | inet_fragment.c | 105 int inet_frags_init(struct inet_frags *f) in inet_frags_init() 118 void inet_frags_fini(struct inet_frags *f) in inet_frags_fini() 158 struct inet_frags *f; in fqdir_free_fn() local 190 int fqdir_init(struct fqdir **fqdirp, struct inet_frags *f, struct net *net) in fqdir_init() 260 struct inet_frags *f = q->fqdir->f; in inet_frag_destroy_rcu() local 294 struct inet_frags *f; in inet_frag_destroy() local 316 struct inet_frags *f, in inet_frag_alloc() 340 struct inet_frags *f = fqdir->f; in inet_frag_create() local
|
/openbmc/linux/fs/notify/ |
H A D | fdinfo.c | 25 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() 47 } f; in show_mark_fhandle() local 94 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() 131 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_phonet.c | 56 static inline struct f_phonet *func_to_pn(struct usb_function *f) in func_to_pn() 380 static void __pn_reset(struct usb_function *f) in __pn_reset() 397 static int pn_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in pn_set_alt() 447 static int pn_get_alt(struct usb_function *f, unsigned intf) in pn_get_alt() 467 static void pn_disconnect(struct usb_function *f) in pn_disconnect() 481 static int pn_bind(struct usb_configuration *c, struct usb_function *f) in pn_bind() 610 static void phonet_free_inst(struct usb_function_instance *f) in phonet_free_inst() 644 static void phonet_free(struct usb_function *f) in phonet_free() 652 static void pn_unbind(struct usb_configuration *c, struct usb_function *f) in pn_unbind()
|
H A D | f_acm.c | 64 static inline struct f_acm *func_to_acm(struct usb_function *f) in func_to_acm() 328 static int acm_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in acm_setup() 420 static int acm_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in acm_set_alt() 466 static void acm_disable(struct usb_function *f) in acm_disable() 608 acm_bind(struct usb_configuration *c, struct usb_function *f) in acm_bind() 709 static void acm_unbind(struct usb_configuration *c, struct usb_function *f) in acm_unbind() 719 static void acm_free_func(struct usb_function *f) in acm_free_func() 726 static void acm_resume(struct usb_function *f) in acm_resume() 733 static void acm_suspend(struct usb_function *f) in acm_suspend()
|
H A D | f_uvc.c | 224 uvc_function_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in uvc_function_setup() 274 uvc_function_get_alt(struct usb_function *f, unsigned interface) in uvc_function_get_alt() 289 uvc_function_set_alt(struct usb_function *f, unsigned interface, unsigned alt) in uvc_function_set_alt() 377 uvc_function_disable(struct usb_function *f) in uvc_function_disable() 643 uvc_function_bind(struct usb_configuration *c, struct usb_function *f) in uvc_function_bind() 860 static void uvc_free_inst(struct usb_function_instance *f) in uvc_free_inst() 964 static void uvc_free(struct usb_function *f) in uvc_free() 976 struct usb_function *f) in uvc_function_unbind()
|
/openbmc/linux/drivers/usb/gadget/ |
H A D | composite.c | 63 function_descriptors(struct usb_function *f, in function_descriptors() 152 struct usb_function *f, in config_ep_by_speed_and_alt() 289 struct usb_function *f, in config_ep_by_speed() 363 void usb_remove_function(struct usb_configuration *c, struct usb_function *f) in usb_remove_function() 569 struct usb_function *f; in config_buf() local 930 struct usb_function *f; in reset_config() local 991 struct usb_function *f = c->interface[tmp]; in set_config() local 1129 struct usb_function *f; in usb_add_config() local 1158 struct usb_function *f = config->interface[i]; in usb_add_config() local 1182 struct usb_function *f; in remove_config() local [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_flow.c | 136 struct tc_cls_matchall_offload *f) in mlxsw_sp_flow_block_mall_cb() 152 struct flow_cls_offload *f) in mlxsw_sp_flow_block_flower_cb() 202 struct flow_block_offload *f, in mlxsw_sp_setup_tc_block_bind() 253 struct flow_block_offload *f, in mlxsw_sp_setup_tc_block_unbind() 281 struct flow_block_offload *f, in mlxsw_sp_setup_tc_block_clsact()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | entry.h | 24 #define PT(f) (IA64_PT_REGS_##f##_OFFSET) argument 25 #define SW(f) (IA64_SWITCH_STACK_##f##_OFFSET) argument 26 #define SOS(f) (IA64_SAL_OS_STATE_##f##_OFFSET) argument
|
/openbmc/linux/net/bridge/ |
H A D | br_fdb.c | 249 struct net_bridge_fdb_entry *f; in br_fdb_find_port() local 321 static void fdb_delete(struct net_bridge *br, struct net_bridge_fdb_entry *f, in fdb_delete() 339 struct net_bridge_fdb_entry *f) in fdb_delete_local() 375 struct net_bridge_fdb_entry *f; in br_fdb_find_delete_local() local 448 struct net_bridge_fdb_entry *f; in br_fdb_changeaddr() local 490 struct net_bridge_fdb_entry *f; in br_fdb_change_mac_address() local 526 struct net_bridge_fdb_entry *f = NULL; in br_fdb_cleanup() local 569 const struct net_bridge_fdb_entry *f, in __fdb_flush_matches() 589 struct net_bridge_fdb_entry *f; in br_fdb_flush() local 734 struct net_bridge_fdb_entry *f; in br_fdb_delete_by_port() local [all …]
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_tc_flower.c | 223 static int lan966x_tc_flower_use_dissectors(struct flow_cls_offload *f, in lan966x_tc_flower_use_dissectors() 376 struct flow_cls_offload *f, in lan966x_tc_add_rule_link() 442 struct flow_cls_offload *f, in lan966x_tc_flower_add() 554 struct flow_cls_offload *f, in lan966x_tc_flower_del() 578 struct flow_cls_offload *f, in lan966x_tc_flower_stats() 596 struct flow_cls_offload *f, in lan966x_tc_flower()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/ |
H A D | drf.h | 63 #define NVVAL_N(X,d,r,f, v) NVVAL_X(d##_##r##_##f, (v)) argument 64 #define NVVAL_I(X,d,r,f,i,v) NVVAL_X(d##_##r##_##f(i), (v)) argument 68 #define NVDEF_N(X,d,r,f, v) NVVAL_X(d##_##r##_##f, d##_##r##_##f##_##v) argument 69 #define NVDEF_I(X,d,r,f,i,v) NVVAL_X(d##_##r##_##f(i), d##_##r##_##f##_##v) argument 74 #define NVVAL_GET_N(X,o,d,r,f ) NVVAL_GET_X(o, d##_##r##_##f) argument 75 #define NVVAL_GET_I(X,o,d,r,f,i) NVVAL_GET_X(o, d##_##r##_##f(i)) argument 80 #define NVVAL_TEST_N(X,o,d,r,f, cmp,v) NVVAL_TEST_X(o, d##_##r##_##f , cmp, (v)) argument 81 #define NVVAL_TEST_I(X,o,d,r,f,i,cmp,v) NVVAL_TEST_X(o, d##_##r##_##f(i), cmp, (v)) argument 85 #define NVDEF_TEST_N(X,o,d,r,f, cmp,v) NVVAL_TEST_X(o, d##_##r##_##f , cmp, d##_##r##_##f##_##v) argument 86 #define NVDEF_TEST_I(X,o,d,r,f,i,cmp,v) NVVAL_TEST_X(o, d##_##r##_##f(i), cmp, d##_##r##_##f##_##v) argument [all …]
|
/openbmc/linux/arch/x86/mm/ |
H A D | kmmio.c | 118 struct kmmio_fault_page *f; in get_kmmio_fault_page() local 160 static int clear_page_presence(struct kmmio_fault_page *f, bool clear) in clear_page_presence() 197 static int arm_kmmio_fault_page(struct kmmio_fault_page *f) in arm_kmmio_fault_page() 213 static void disarm_kmmio_fault_page(struct kmmio_fault_page *f) in disarm_kmmio_fault_page() 380 struct kmmio_fault_page *f; in add_kmmio_fault_page() local 411 struct kmmio_fault_page *f; in release_kmmio_fault_page() local 485 struct kmmio_fault_page *f = dr->release_list; in rcu_free_kmmio_fault_pages() local 499 struct kmmio_fault_page *f = dr->release_list; in remove_kmmio_fault_pages() local
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_debugfs.c | 92 static int features_show(struct seq_file *f, void *ptr) in features_show() 109 static int device_id_show(struct seq_file *f, void *ptr) in device_id_show() 123 static int device_list_show(struct seq_file *f, void *ptr) in device_list_show() 143 static int blacklist_show(struct seq_file *f, void *p) in blacklist_show() 158 static int blocked_keys_show(struct seq_file *f, void *p) in blocked_keys_show() 173 static int uuids_show(struct seq_file *f, void *p) in uuids_show() 198 static int remote_oob_show(struct seq_file *f, void *ptr) in remote_oob_show() 361 static int inquiry_cache_show(struct seq_file *f, void *p) in inquiry_cache_show() 387 static int link_keys_show(struct seq_file *f, void *ptr) in link_keys_show() 403 static int dev_class_show(struct seq_file *f, void *ptr) in dev_class_show() [all …]
|
/openbmc/qemu/target/ppc/ |
H A D | machine.c | 26 static int get_avr(QEMUFile *f, void *pv, size_t size, in get_avr() 37 static int put_avr(QEMUFile *f, void *pv, size_t size, in put_avr() 59 static int get_fpr(QEMUFile *f, void *pv, size_t size, in get_fpr() 69 static int put_fpr(QEMUFile *f, void *pv, size_t size, in put_fpr() 90 static int get_vsr(QEMUFile *f, void *pv, size_t size, in get_vsr() 100 static int put_vsr(QEMUFile *f, void *pv, size_t size, in put_vsr() 308 static int get_vscr(QEMUFile *f, void *opaque, size_t size, in get_vscr() 316 static int put_vscr(QEMUFile *f, void *opaque, size_t size, in put_vscr() 429 static int get_slbe(QEMUFile *f, void *pv, size_t size, in get_slbe() 440 static int put_slbe(QEMUFile *f, void *pv, size_t size, in put_slbe()
|
/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.c | 188 static struct mmal_fmt *get_format(struct v4l2_format *f) in get_format() 697 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_overlay() 712 struct v4l2_format *f) in vidioc_g_fmt_vid_overlay() 722 struct v4l2_format *f) in vidioc_try_fmt_vid_overlay() 753 struct v4l2_format *f) in vidioc_s_fmt_vid_overlay() 768 static int vidioc_overlay(struct file *file, void *f, unsigned int on) in vidioc_overlay() 893 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_cap() 908 struct v4l2_format *f) in vidioc_g_fmt_vid_cap() 933 struct v4l2_format *f) in vidioc_try_fmt_vid_cap() 1010 struct v4l2_format *f) in mmal_setup_video_component() [all …]
|
/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/ |
H A D | sun8i_rotate.c | 224 struct v4l2_fmtdesc *f) in rotate_enum_fmt_vid_cap() 230 struct v4l2_fmtdesc *f) in rotate_enum_fmt_vid_out() 259 struct v4l2_pix_format *f, in rotate_set_cap_format() 289 struct v4l2_format *f) in rotate_g_fmt_vid_cap() 299 struct v4l2_format *f) in rotate_g_fmt_vid_out() 309 struct v4l2_format *f) in rotate_try_fmt_vid_cap() 317 struct v4l2_format *f) in rotate_try_fmt_vid_out() 340 struct v4l2_format *f) in rotate_s_fmt_vid_cap() 360 struct v4l2_format *f) in rotate_s_fmt_vid_out()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_flower.c | 232 bool ingress, struct flow_cls_offload *f, in ocelot_flower_parse_action() 521 struct flow_cls_offload *f, in ocelot_flower_parse_indev() 573 struct flow_cls_offload *f, in ocelot_flower_parse_key() 783 struct flow_cls_offload *f, in ocelot_flower_parse() 805 struct flow_cls_offload *f) in ocelot_vcap_filter_create() 869 struct flow_cls_offload *f, bool ingress) in ocelot_cls_flower_replace() 938 struct flow_cls_offload *f, bool ingress) in ocelot_cls_flower_destroy() 975 struct flow_cls_offload *f, bool ingress) in ocelot_cls_flower_stats()
|