| /kernel/linux/linux-4.19/net/bridge/ |
| D | br_sysfs_br.c | 32 const char *buf, size_t len, in store_bridge_parm() 60 struct device_attribute *attr, char *buf) in forward_delay_show() 68 const char *buf, size_t len) in forward_delay_store() 75 char *buf) in hello_time_show() 82 struct device_attribute *attr, const char *buf, in hello_time_store() 90 char *buf) in max_age_show() 97 const char *buf, size_t len) in max_age_store() 104 struct device_attribute *attr, char *buf) in ageing_time_show() 117 const char *buf, size_t len) in ageing_time_store() 124 struct device_attribute *attr, char *buf) in stp_state_show() [all …]
|
| D | br_sysfs_if.c | 78 static ssize_t show_path_cost(struct net_bridge_port *p, char *buf) in show_path_cost() 86 static ssize_t show_priority(struct net_bridge_port *p, char *buf) in show_priority() 94 static ssize_t show_designated_root(struct net_bridge_port *p, char *buf) in show_designated_root() 100 static ssize_t show_designated_bridge(struct net_bridge_port *p, char *buf) in show_designated_bridge() 106 static ssize_t show_designated_port(struct net_bridge_port *p, char *buf) in show_designated_port() 112 static ssize_t show_designated_cost(struct net_bridge_port *p, char *buf) in show_designated_cost() 118 static ssize_t show_port_id(struct net_bridge_port *p, char *buf) in show_port_id() 124 static ssize_t show_port_no(struct net_bridge_port *p, char *buf) in show_port_no() 131 static ssize_t show_change_ack(struct net_bridge_port *p, char *buf) in show_change_ack() 137 static ssize_t show_config_pending(struct net_bridge_port *p, char *buf) in show_config_pending() [all …]
|
| /kernel/linux/linux-5.10/net/bridge/ |
| D | br_sysfs_br.c | 28 const char *buf, size_t len, in store_bridge_parm() 56 struct device_attribute *attr, char *buf) in forward_delay_show() 64 const char *buf, size_t len) in forward_delay_store() 71 char *buf) in hello_time_show() 78 struct device_attribute *attr, const char *buf, in hello_time_store() 86 char *buf) in max_age_show() 93 const char *buf, size_t len) in max_age_store() 100 struct device_attribute *attr, char *buf) in ageing_time_show() 113 const char *buf, size_t len) in ageing_time_store() 120 struct device_attribute *attr, char *buf) in stp_state_show() [all …]
|
| D | br_sysfs_if.c | 77 static ssize_t show_path_cost(struct net_bridge_port *p, char *buf) in show_path_cost() 85 static ssize_t show_priority(struct net_bridge_port *p, char *buf) in show_priority() 93 static ssize_t show_designated_root(struct net_bridge_port *p, char *buf) in show_designated_root() 99 static ssize_t show_designated_bridge(struct net_bridge_port *p, char *buf) in show_designated_bridge() 105 static ssize_t show_designated_port(struct net_bridge_port *p, char *buf) in show_designated_port() 111 static ssize_t show_designated_cost(struct net_bridge_port *p, char *buf) in show_designated_cost() 117 static ssize_t show_port_id(struct net_bridge_port *p, char *buf) in show_port_id() 123 static ssize_t show_port_no(struct net_bridge_port *p, char *buf) in show_port_no() 130 static ssize_t show_change_ack(struct net_bridge_port *p, char *buf) in show_change_ack() 136 static ssize_t show_config_pending(struct net_bridge_port *p, char *buf) in show_config_pending() [all …]
|
| /kernel/linux/linux-5.10/fs/nilfs2/ |
| D | sysfs.c | 22 #define NILFS_SHOW_TIME(time_t_val, buf) ({ \ argument 109 struct nilfs_root *root, char *buf) in nilfs_snapshot_inodes_count_show() 117 struct nilfs_root *root, char *buf) in nilfs_snapshot_blocks_count_show() 130 struct nilfs_root *root, char *buf) in nilfs_snapshot_README_show() 147 struct attribute *attr, char *buf) in nilfs_snapshot_attr_show() 159 const char *buf, size_t len) in nilfs_snapshot_attr_store() 231 struct the_nilfs *nilfs, char *buf) in nilfs_mounted_snapshots_README_show() 254 char *buf) in nilfs_checkpoints_checkpoints_number_show() 277 char *buf) in nilfs_checkpoints_snapshots_number_show() 300 char *buf) in nilfs_checkpoints_last_seg_checkpoint_show() [all …]
|
| /kernel/linux/linux-4.19/fs/nilfs2/ |
| D | sysfs.c | 22 #define NILFS_SHOW_TIME(time_t_val, buf) ({ \ argument 111 struct nilfs_root *root, char *buf) in nilfs_snapshot_inodes_count_show() 119 struct nilfs_root *root, char *buf) in nilfs_snapshot_blocks_count_show() 132 struct nilfs_root *root, char *buf) in nilfs_snapshot_README_show() 149 struct attribute *attr, char *buf) in nilfs_snapshot_attr_show() 161 const char *buf, size_t len) in nilfs_snapshot_attr_store() 233 struct the_nilfs *nilfs, char *buf) in nilfs_mounted_snapshots_README_show() 256 char *buf) in nilfs_checkpoints_checkpoints_number_show() 279 char *buf) in nilfs_checkpoints_snapshots_number_show() 302 char *buf) in nilfs_checkpoints_last_seg_checkpoint_show() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
| D | wsm.c | 27 #define WSM_SKIP(buf, size) \ argument 34 #define WSM_GET(buf, ptr, size) \ argument 42 #define __WSM_GET(buf, type, type2, cvt) \ argument 52 #define WSM_GET8(buf) __WSM_GET(buf, u8, u8, (u8)) argument 53 #define WSM_GET16(buf) __WSM_GET(buf, u16, __le16, __le16_to_cpu) argument 54 #define WSM_GET32(buf) __WSM_GET(buf, u32, __le32, __le32_to_cpu) argument 56 #define WSM_PUT(buf, ptr, size) \ argument 65 #define __WSM_PUT(buf, val, type, type2, cvt) \ argument 74 #define WSM_PUT8(buf, val) __WSM_PUT(buf, val, u8, u8, (u8)) argument 75 #define WSM_PUT16(buf, val) __WSM_PUT(buf, val, u16, __le16, __cpu_to_le16) argument [all …]
|
| /kernel/linux/linux-4.19/drivers/net/wireless/st/cw1200/ |
| D | wsm.c | 30 #define WSM_SKIP(buf, size) \ argument 37 #define WSM_GET(buf, ptr, size) \ argument 45 #define __WSM_GET(buf, type, type2, cvt) \ argument 55 #define WSM_GET8(buf) __WSM_GET(buf, u8, u8, (u8)) argument 56 #define WSM_GET16(buf) __WSM_GET(buf, u16, __le16, __le16_to_cpu) argument 57 #define WSM_GET32(buf) __WSM_GET(buf, u32, __le32, __le32_to_cpu) argument 59 #define WSM_PUT(buf, ptr, size) \ argument 68 #define __WSM_PUT(buf, val, type, type2, cvt) \ argument 77 #define WSM_PUT8(buf, val) __WSM_PUT(buf, val, u8, u8, (u8)) argument 78 #define WSM_PUT16(buf, val) __WSM_PUT(buf, val, u16, __le16, __cpu_to_le16) argument [all …]
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/ |
| D | uasm.h | 202 # define UASM_i_ADDIU(buf, rs, rt, val) uasm_i_daddiu(buf, rs, rt, val) argument 203 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_daddu(buf, rs, rt, rd) argument 204 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument 205 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument 206 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument 207 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) argument 208 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) argument 209 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument 210 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument 211 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | uasm.h | 211 # define UASM_i_ADDIU(buf, rs, rt, val) uasm_i_daddiu(buf, rs, rt, val) argument 212 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_daddu(buf, rs, rt, rd) argument 213 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument 214 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument 215 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument 216 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) argument 217 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) argument 218 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument 219 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument 220 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument [all …]
|
| /kernel/linux/linux-4.19/drivers/s390/net/ |
| D | qeth_l3_sys.c | 19 static int qeth_l3_string_to_ipaddr(const char *buf, in qeth_l3_string_to_ipaddr() 31 struct qeth_routing_info *route, char *buf) in qeth_l3_dev_route_show() 59 struct device_attribute *attr, char *buf) in qeth_l3_dev_route4_show() 71 const char *buf, size_t count) in qeth_l3_dev_route_store() 108 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_route4_store() 123 struct device_attribute *attr, char *buf) in qeth_l3_dev_route6_show() 134 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_route6_store() 149 struct device_attribute *attr, char *buf) in qeth_l3_dev_fake_broadcast_show() 160 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_fake_broadcast_store() 190 struct device_attribute *attr, char *buf) in qeth_l3_dev_sniffer_show() [all …]
|
| D | qeth_core_sys.c | 20 struct device_attribute *attr, char *buf) in qeth_dev_state_show() 48 struct device_attribute *attr, char *buf) in qeth_dev_chpid_show() 60 struct device_attribute *attr, char *buf) in qeth_dev_if_name_show() 71 struct device_attribute *attr, char *buf) in qeth_dev_card_type_show() 97 struct device_attribute *attr, char *buf) in qeth_dev_inbuf_size_show() 109 struct device_attribute *attr, char *buf) in qeth_dev_portno_show() 119 struct device_attribute *attr, const char *buf, size_t count) in qeth_dev_portno_store() 155 struct device_attribute *attr, char *buf) in qeth_dev_portname_show() 161 struct device_attribute *attr, const char *buf, size_t count) in qeth_dev_portname_store() 174 struct device_attribute *attr, char *buf) in qeth_dev_prioqing_show() [all …]
|
| /kernel/linux/linux-5.10/drivers/s390/net/ |
| D | qeth_l3_sys.c | 19 static int qeth_l3_string_to_ipaddr(const char *buf, in qeth_l3_string_to_ipaddr() 31 struct qeth_routing_info *route, char *buf) in qeth_l3_dev_route_show() 59 struct device_attribute *attr, char *buf) in qeth_l3_dev_route4_show() 68 const char *buf, size_t count) in qeth_l3_dev_route_store() 105 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_route4_store() 117 struct device_attribute *attr, char *buf) in qeth_l3_dev_route6_show() 125 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_route6_store() 137 struct device_attribute *attr, char *buf) in qeth_l3_dev_sniffer_show() 145 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_sniffer_store() 193 struct device_attribute *attr, char *buf) in qeth_l3_dev_hsuid_show() [all …]
|
| D | qeth_core_sys.c | 20 struct device_attribute *attr, char *buf) in qeth_dev_state_show() 41 struct device_attribute *attr, char *buf) in qeth_dev_chpid_show() 51 struct device_attribute *attr, char *buf) in qeth_dev_if_name_show() 61 struct device_attribute *attr, char *buf) in qeth_dev_card_type_show() 85 struct device_attribute *attr, char *buf) in qeth_dev_inbuf_size_show() 95 struct device_attribute *attr, char *buf) in qeth_dev_portno_show() 103 struct device_attribute *attr, const char *buf, size_t count) in qeth_dev_portno_store() 135 struct device_attribute *attr, char *buf) in qeth_dev_portname_show() 141 struct device_attribute *attr, const char *buf, size_t count) in qeth_dev_portname_store() 154 struct device_attribute *attr, char *buf) in qeth_dev_prioqing_show() [all …]
|
| /kernel/linux/linux-4.19/drivers/base/power/ |
| D | sysfs.c | 102 char *buf) in control_show() 109 const char * buf, size_t n) in control_store() 125 struct device_attribute *attr, char *buf) in runtime_active_time_show() 138 struct device_attribute *attr, char *buf) in runtime_suspended_time_show() 152 struct device_attribute *attr, char *buf) in runtime_status_show() 184 struct device_attribute *attr, char *buf) in autosuspend_delay_ms_show() 192 struct device_attribute *attr, const char *buf, size_t n) in autosuspend_delay_ms_store() 212 char *buf) in pm_qos_resume_latency_us_show() 226 const char *buf, size_t n) in pm_qos_resume_latency_us_store() 256 char *buf) in pm_qos_latency_tolerance_us_show() [all …]
|
| /kernel/linux/linux-4.19/drivers/net/bonding/ |
| D | bond_sysfs.c | 52 char *buf) in bonding_show_bonds() 182 struct device_attribute *attr, char *buf) in bonding_show_slaves() 215 struct device_attribute *attr, char *buf) in bonding_show_mode() 229 char *buf) in bonding_show_xmit_hash() 244 char *buf) in bonding_show_arp_validate() 260 char *buf) in bonding_show_arp_all_targets() 276 char *buf) in bonding_show_fail_over_mac() 292 char *buf) in bonding_show_arp_interval() 304 char *buf) in bonding_show_arp_targets() 325 char *buf) in bonding_show_downdelay() [all …]
|
| /kernel/linux/linux-4.19/kernel/ |
| D | relay.c | 35 struct rchan_buf *buf = vma->vm_private_data; in relay_file_mmap_close() local 45 struct rchan_buf *buf = vmf->vma->vm_private_data; in relay_buf_fault() local 96 static int relay_mmap_buf(struct rchan_buf *buf, struct vm_area_struct *vma) in relay_mmap_buf() 123 static void *relay_alloc_buf(struct rchan_buf *buf, size_t *size) in relay_alloc_buf() 164 struct rchan_buf *buf; in relay_create_buf() local 208 static void relay_destroy_buf(struct rchan_buf *buf) in relay_destroy_buf() 235 struct rchan_buf *buf = container_of(kref, struct rchan_buf, kref); in relay_remove_buf() local 245 static int relay_buf_empty(struct rchan_buf *buf) in relay_buf_empty() 256 int relay_buf_full(struct rchan_buf *buf) in relay_buf_full() 275 static int subbuf_start_default_callback (struct rchan_buf *buf, in subbuf_start_default_callback() [all …]
|
| D | ksysfs.c | 34 struct kobj_attribute *attr, char *buf) in uevent_seqnum_show() 43 struct kobj_attribute *attr, char *buf) in uevent_helper_show() 49 const char *buf, size_t count) in uevent_helper_store() 64 struct kobj_attribute *attr, char *buf) in profiling_show() 70 const char *buf, size_t count) in profiling_store() 95 struct kobj_attribute *attr, char *buf) in kexec_loaded_show() 102 struct kobj_attribute *attr, char *buf) in kexec_crash_loaded_show() 109 struct kobj_attribute *attr, char *buf) in kexec_crash_size_show() 115 const char *buf, size_t count) in kexec_crash_size_store() 133 struct kobj_attribute *attr, char *buf) in vmcoreinfo_show() [all …]
|
| /kernel/linux/linux-5.10/kernel/ |
| D | relay.c | 35 struct rchan_buf *buf = vma->vm_private_data; in relay_file_mmap_close() local 45 struct rchan_buf *buf = vmf->vma->vm_private_data; in relay_buf_fault() local 96 static int relay_mmap_buf(struct rchan_buf *buf, struct vm_area_struct *vma) in relay_mmap_buf() 123 static void *relay_alloc_buf(struct rchan_buf *buf, size_t *size) in relay_alloc_buf() 164 struct rchan_buf *buf; in relay_create_buf() local 208 static void relay_destroy_buf(struct rchan_buf *buf) in relay_destroy_buf() 235 struct rchan_buf *buf = container_of(kref, struct rchan_buf, kref); in relay_remove_buf() local 245 static int relay_buf_empty(struct rchan_buf *buf) in relay_buf_empty() 256 int relay_buf_full(struct rchan_buf *buf) in relay_buf_full() 275 static int subbuf_start_default_callback (struct rchan_buf *buf, in subbuf_start_default_callback() [all …]
|
| D | ksysfs.c | 32 struct kobj_attribute *attr, char *buf) in uevent_seqnum_show() 41 struct kobj_attribute *attr, char *buf) in uevent_helper_show() 47 const char *buf, size_t count) in uevent_helper_store() 62 struct kobj_attribute *attr, char *buf) in profiling_show() 68 const char *buf, size_t count) in profiling_store() 93 struct kobj_attribute *attr, char *buf) in kexec_loaded_show() 100 struct kobj_attribute *attr, char *buf) in kexec_crash_loaded_show() 107 struct kobj_attribute *attr, char *buf) in kexec_crash_size_show() 113 const char *buf, size_t count) in kexec_crash_size_store() 131 struct kobj_attribute *attr, char *buf) in vmcoreinfo_show() [all …]
|
| /kernel/linux/linux-4.19/drivers/usb/gadget/ |
| D | u_os_desc.h | 35 static inline u8 *__usb_ext_prop_ptr(u8 *buf, size_t offset) in __usb_ext_prop_ptr() 40 static inline u8 *usb_ext_prop_size_ptr(u8 *buf) in usb_ext_prop_size_ptr() 45 static inline u8 *usb_ext_prop_type_ptr(u8 *buf) in usb_ext_prop_type_ptr() 50 static inline u8 *usb_ext_prop_name_len_ptr(u8 *buf) in usb_ext_prop_name_len_ptr() 55 static inline u8 *usb_ext_prop_name_ptr(u8 *buf) in usb_ext_prop_name_ptr() 60 static inline u8 *usb_ext_prop_data_len_ptr(u8 *buf, size_t off) in usb_ext_prop_data_len_ptr() 66 static inline u8 *usb_ext_prop_data_ptr(u8 *buf, size_t off) in usb_ext_prop_data_ptr() 71 static inline void usb_ext_prop_put_size(u8 *buf, int dw_size) in usb_ext_prop_put_size() 76 static inline void usb_ext_prop_put_type(u8 *buf, int type) in usb_ext_prop_put_type() 81 static inline int usb_ext_prop_put_name(u8 *buf, const char *name, int pnl) in usb_ext_prop_put_name() [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/ |
| D | u_os_desc.h | 35 static inline u8 *__usb_ext_prop_ptr(u8 *buf, size_t offset) in __usb_ext_prop_ptr() 40 static inline u8 *usb_ext_prop_size_ptr(u8 *buf) in usb_ext_prop_size_ptr() 45 static inline u8 *usb_ext_prop_type_ptr(u8 *buf) in usb_ext_prop_type_ptr() 50 static inline u8 *usb_ext_prop_name_len_ptr(u8 *buf) in usb_ext_prop_name_len_ptr() 55 static inline u8 *usb_ext_prop_name_ptr(u8 *buf) in usb_ext_prop_name_ptr() 60 static inline u8 *usb_ext_prop_data_len_ptr(u8 *buf, size_t off) in usb_ext_prop_data_len_ptr() 66 static inline u8 *usb_ext_prop_data_ptr(u8 *buf, size_t off) in usb_ext_prop_data_ptr() 71 static inline void usb_ext_prop_put_size(u8 *buf, int dw_size) in usb_ext_prop_put_size() 76 static inline void usb_ext_prop_put_type(u8 *buf, int type) in usb_ext_prop_put_type() 81 static inline int usb_ext_prop_put_name(u8 *buf, const char *name, int pnl) in usb_ext_prop_put_name() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/bonding/ |
| D | bond_sysfs.c | 36 char *buf) in bonding_show_bonds() 166 struct device_attribute *attr, char *buf) in bonding_show_slaves() 199 struct device_attribute *attr, char *buf) in bonding_show_mode() 213 char *buf) in bonding_show_xmit_hash() 228 char *buf) in bonding_show_arp_validate() 244 char *buf) in bonding_show_arp_all_targets() 260 char *buf) in bonding_show_fail_over_mac() 276 char *buf) in bonding_show_arp_interval() 288 char *buf) in bonding_show_arp_targets() 309 char *buf) in bonding_show_downdelay() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
| D | intel-pt-pkt-decoder.c | 76 static int intel_pt_get_long_tnt(const unsigned char *buf, size_t len, in intel_pt_get_long_tnt() 99 static int intel_pt_get_pip(const unsigned char *buf, size_t len, in intel_pt_get_pip() 122 static int intel_pt_get_cbr(const unsigned char *buf, size_t len, in intel_pt_get_cbr() 132 static int intel_pt_get_vmcs(const unsigned char *buf, size_t len, in intel_pt_get_vmcs() 156 static int intel_pt_get_psb(const unsigned char *buf, size_t len, in intel_pt_get_psb() 179 static int intel_pt_get_tma(const unsigned char *buf, size_t len, in intel_pt_get_tma() 197 static int intel_pt_get_mnt(const unsigned char *buf, size_t len, in intel_pt_get_mnt() 208 static int intel_pt_get_3byte(const unsigned char *buf, size_t len, in intel_pt_get_3byte() 222 static int intel_pt_get_ptwrite(const unsigned char *buf, size_t len, in intel_pt_get_ptwrite() 257 static int intel_pt_get_mwait(const unsigned char *buf, size_t len, in intel_pt_get_mwait() [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/xen/ |
| D | xen_drm_front_shbuf.c | 47 grant_ref_t xen_drm_front_shbuf_get_dir_start(struct xen_drm_front_shbuf *buf) in xen_drm_front_shbuf_get_dir_start() 55 int xen_drm_front_shbuf_map(struct xen_drm_front_shbuf *buf) in xen_drm_front_shbuf_map() 64 int xen_drm_front_shbuf_unmap(struct xen_drm_front_shbuf *buf) in xen_drm_front_shbuf_unmap() 73 void xen_drm_front_shbuf_flush(struct xen_drm_front_shbuf *buf) in xen_drm_front_shbuf_flush() 80 void xen_drm_front_shbuf_free(struct xen_drm_front_shbuf *buf) in xen_drm_front_shbuf_free() 103 static int get_num_pages_dir(struct xen_drm_front_shbuf *buf) in get_num_pages_dir() 109 static void backend_calc_num_grefs(struct xen_drm_front_shbuf *buf) in backend_calc_num_grefs() 115 static void guest_calc_num_grefs(struct xen_drm_front_shbuf *buf) in guest_calc_num_grefs() 127 static int backend_unmap(struct xen_drm_front_shbuf *buf) in backend_unmap() 168 static int backend_map(struct xen_drm_front_shbuf *buf) in backend_map() [all …]
|