| /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-6.6/fs/nilfs2/ |
| D | sysfs.c | 96 struct nilfs_root *root, char *buf) in nilfs_snapshot_inodes_count_show() 104 struct nilfs_root *root, char *buf) in nilfs_snapshot_blocks_count_show() 117 struct nilfs_root *root, char *buf) in nilfs_snapshot_README_show() 135 struct attribute *attr, char *buf) in nilfs_snapshot_attr_show() 147 const char *buf, size_t len) in nilfs_snapshot_attr_store() 219 struct the_nilfs *nilfs, char *buf) in nilfs_mounted_snapshots_README_show() 243 char *buf) in nilfs_checkpoints_checkpoints_number_show() 266 char *buf) in nilfs_checkpoints_snapshots_number_show() 289 char *buf) in nilfs_checkpoints_last_seg_checkpoint_show() 303 char *buf) in nilfs_checkpoints_next_checkpoint_show() [all …]
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | uasm.h | 212 # define UASM_i_ADDIU(buf, rs, rt, val) uasm_i_daddiu(buf, rs, rt, val) argument 213 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_daddu(buf, rs, rt, rd) argument 214 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument 215 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument 216 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument 217 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) argument 218 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) argument 219 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument 220 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument 221 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument [all …]
|
| /kernel/linux/linux-6.6/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-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-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-6.6/net/bridge/ |
| D | br_sysfs_br.c | 32 const char *buf, size_t len, in store_bridge_parm() 67 struct device_attribute *attr, char *buf) in forward_delay_show() 81 const char *buf, size_t len) in forward_delay_store() 88 char *buf) in hello_time_show() 101 struct device_attribute *attr, const char *buf, in hello_time_store() 109 char *buf) in max_age_show() 122 const char *buf, size_t len) in max_age_store() 129 struct device_attribute *attr, char *buf) in ageing_time_show() 143 const char *buf, size_t len) in ageing_time_store() 150 struct device_attribute *attr, char *buf) in stp_state_show() [all …]
|
| D | br_sysfs_if.c | 84 static ssize_t show_path_cost(struct net_bridge_port *p, char *buf) in show_path_cost() 92 static ssize_t show_priority(struct net_bridge_port *p, char *buf) in show_priority() 100 static ssize_t show_designated_root(struct net_bridge_port *p, char *buf) in show_designated_root() 106 static ssize_t show_designated_bridge(struct net_bridge_port *p, char *buf) in show_designated_bridge() 112 static ssize_t show_designated_port(struct net_bridge_port *p, char *buf) in show_designated_port() 118 static ssize_t show_designated_cost(struct net_bridge_port *p, char *buf) in show_designated_cost() 124 static ssize_t show_port_id(struct net_bridge_port *p, char *buf) in show_port_id() 130 static ssize_t show_port_no(struct net_bridge_port *p, char *buf) in show_port_no() 137 static ssize_t show_change_ack(struct net_bridge_port *p, char *buf) in show_change_ack() 143 static ssize_t show_config_pending(struct net_bridge_port *p, char *buf) in show_config_pending() [all …]
|
| /kernel/linux/linux-6.6/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-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-6.6/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_missed_max() [all …]
|
| /kernel/linux/linux-6.6/kernel/ |
| D | ksysfs.c | 40 struct kobj_attribute *attr, char *buf) in uevent_seqnum_show() 48 struct kobj_attribute *attr, char *buf) in cpu_byteorder_show() 56 struct kobj_attribute *attr, char *buf) in address_bits_show() 65 struct kobj_attribute *attr, char *buf) in uevent_helper_show() 71 const char *buf, size_t count) in uevent_helper_store() 86 struct kobj_attribute *attr, char *buf) in profiling_show() 92 const char *buf, size_t count) in profiling_store() 117 struct kobj_attribute *attr, char *buf) in kexec_loaded_show() 124 struct kobj_attribute *attr, char *buf) in kexec_crash_loaded_show() 131 struct kobj_attribute *attr, char *buf) in kexec_crash_size_show() [all …]
|
| D | relay.c | 36 struct rchan_buf *buf = vmf->vma->vm_private_data; in relay_buf_fault() local 83 static int relay_mmap_buf(struct rchan_buf *buf, struct vm_area_struct *vma) in relay_mmap_buf() 108 static void *relay_alloc_buf(struct rchan_buf *buf, size_t *size) in relay_alloc_buf() 149 struct rchan_buf *buf; in relay_create_buf() local 193 static void relay_destroy_buf(struct rchan_buf *buf) in relay_destroy_buf() 220 struct rchan_buf *buf = container_of(kref, struct rchan_buf, kref); in relay_remove_buf() local 230 static int relay_buf_empty(struct rchan_buf *buf) in relay_buf_empty() 241 int relay_buf_full(struct rchan_buf *buf) in relay_buf_full() 252 static int relay_subbuf_start(struct rchan_buf *buf, void *subbuf, in relay_subbuf_start() 270 struct rchan_buf *buf; in wakeup_readers() local [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 …]
|
| /kernel/linux/linux-6.6/drivers/dma/idxd/ |
| D | sysfs.c | 21 struct device_attribute *attr, char *buf) in engine_group_id_show() 33 const char *buf, size_t count) in engine_group_id_store() 117 char *buf) in group_read_buffers_reserved_show() 126 char *buf) in group_tokens_reserved_show() 134 const char *buf, size_t count) in group_read_buffers_reserved_store() 167 const char *buf, size_t count) in group_tokens_reserved_store() 183 char *buf) in group_read_buffers_allowed_show() 192 char *buf) in group_tokens_allowed_show() 200 const char *buf, size_t count) in group_read_buffers_allowed_store() 230 const char *buf, size_t count) in group_tokens_allowed_store() [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-6.6/tools/perf/util/intel-pt-decoder/ |
| D | intel-pt-pkt-decoder.c | 77 static int intel_pt_get_long_tnt(const unsigned char *buf, size_t len, in intel_pt_get_long_tnt() 100 static int intel_pt_get_pip(const unsigned char *buf, size_t len, in intel_pt_get_pip() 121 static int intel_pt_get_cbr(const unsigned char *buf, size_t len, in intel_pt_get_cbr() 131 static int intel_pt_get_vmcs(const unsigned char *buf, size_t len, in intel_pt_get_vmcs() 155 static int intel_pt_get_psb(const unsigned char *buf, size_t len, in intel_pt_get_psb() 178 static int intel_pt_get_tma(const unsigned char *buf, size_t len, in intel_pt_get_tma() 196 static int intel_pt_get_mnt(const unsigned char *buf, size_t len, in intel_pt_get_mnt() 206 static int intel_pt_get_3byte(const unsigned char *buf, size_t len, in intel_pt_get_3byte() 220 static int intel_pt_get_ptwrite(const unsigned char *buf, size_t len, in intel_pt_get_ptwrite() 255 static int intel_pt_get_mwait(const unsigned char *buf, size_t len, in intel_pt_get_mwait() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/ |
| D | amdgpu_pm.c | 96 char *buf) in amdgpu_get_power_dpm_state() 126 const char *buf, in amdgpu_set_power_dpm_state() 224 char *buf) in amdgpu_get_power_dpm_force_performance_level() 262 const char *buf, in amdgpu_set_power_dpm_force_performance_level() 324 char *buf) in amdgpu_get_pp_num_states() 362 char *buf) in amdgpu_get_pp_cur_state() 404 char *buf) in amdgpu_get_pp_force_state() 422 const char *buf, in amdgpu_set_pp_force_state() 495 char *buf) in amdgpu_get_pp_table() 531 const char *buf, in amdgpu_set_pp_table() [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-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-6.6/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 …]
|