Home
last modified time | relevance | path

Searched refs:ssize_t (Results 1 – 25 of 1863) sorted by relevance

12345678910>>...75

/linux-2.6.39/sound/oss/dmasound/
Ddmasound.h150 ssize_t (*ct_ulaw)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
151 ssize_t (*ct_alaw)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
152 ssize_t (*ct_s8)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
153 ssize_t (*ct_u8)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
154 ssize_t (*ct_s16be)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
155 ssize_t (*ct_u16be)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
156 ssize_t (*ct_s16le)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
157 ssize_t (*ct_u16le)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t);
Ddmasound_atari.c70 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
71 u_char frame[], ssize_t *frameUsed,
72 ssize_t frameLeft);
73 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
74 u_char frame[], ssize_t *frameUsed,
75 ssize_t frameLeft);
76 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
77 u_char frame[], ssize_t *frameUsed,
78 ssize_t frameLeft);
79 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
[all …]
Ddmasound_q40.c61 static ssize_t q40_ct_law(const u_char __user *userPtr, size_t userCount, in q40_ct_law()
62 u_char frame[], ssize_t *frameUsed, in q40_ct_law()
63 ssize_t frameLeft) in q40_ct_law()
66 ssize_t count, used; in q40_ct_law()
82 static ssize_t q40_ct_s8(const u_char __user *userPtr, size_t userCount, in q40_ct_s8()
83 u_char frame[], ssize_t *frameUsed, in q40_ct_s8()
84 ssize_t frameLeft) in q40_ct_s8()
86 ssize_t count, used; in q40_ct_s8()
101 static ssize_t q40_ct_u8(const u_char __user *userPtr, size_t userCount, in q40_ct_u8()
102 u_char frame[], ssize_t *frameUsed, in q40_ct_u8()
[all …]
/linux-2.6.39/drivers/target/
Dtarget_core_alua.h96 extern ssize_t core_alua_show_tg_pt_gp_info(struct se_port *, char *);
97 extern ssize_t core_alua_store_tg_pt_gp_info(struct se_port *, const char *,
99 extern ssize_t core_alua_show_access_type(struct t10_alua_tg_pt_gp *, char *);
100 extern ssize_t core_alua_store_access_type(struct t10_alua_tg_pt_gp *,
102 extern ssize_t core_alua_show_nonop_delay_msecs(struct t10_alua_tg_pt_gp *,
104 extern ssize_t core_alua_store_nonop_delay_msecs(struct t10_alua_tg_pt_gp *,
106 extern ssize_t core_alua_show_trans_delay_msecs(struct t10_alua_tg_pt_gp *,
108 extern ssize_t core_alua_store_trans_delay_msecs(struct t10_alua_tg_pt_gp *,
110 extern ssize_t core_alua_show_preferred_bit(struct t10_alua_tg_pt_gp *,
112 extern ssize_t core_alua_store_preferred_bit(struct t10_alua_tg_pt_gp *,
[all …]
Dtarget_core_stat.c82 static ssize_t target_stat_scsi_dev_show_attr_inst( in target_stat_scsi_dev_show_attr_inst()
97 static ssize_t target_stat_scsi_dev_show_attr_indx( in target_stat_scsi_dev_show_attr_indx()
111 static ssize_t target_stat_scsi_dev_show_attr_role( in target_stat_scsi_dev_show_attr_role()
125 static ssize_t target_stat_scsi_dev_show_attr_ports( in target_stat_scsi_dev_show_attr_ports()
178 static ssize_t target_stat_scsi_tgt_dev_show_attr_inst( in target_stat_scsi_tgt_dev_show_attr_inst()
193 static ssize_t target_stat_scsi_tgt_dev_show_attr_indx( in target_stat_scsi_tgt_dev_show_attr_indx()
207 static ssize_t target_stat_scsi_tgt_dev_show_attr_num_lus( in target_stat_scsi_tgt_dev_show_attr_num_lus()
221 static ssize_t target_stat_scsi_tgt_dev_show_attr_status( in target_stat_scsi_tgt_dev_show_attr_status()
255 static ssize_t target_stat_scsi_tgt_dev_show_attr_non_access_lus( in target_stat_scsi_tgt_dev_show_attr_non_access_lus()
283 static ssize_t target_stat_scsi_tgt_dev_show_attr_resets( in target_stat_scsi_tgt_dev_show_attr_resets()
[all …]
/linux-2.6.39/net/bridge/
Dbr_sysfs_if.c25 ssize_t (*show)(struct net_bridge_port *, char *);
26 ssize_t (*store)(struct net_bridge_port *, unsigned long);
37 static ssize_t show_path_cost(struct net_bridge_port *p, char *buf) in show_path_cost()
41 static ssize_t store_path_cost(struct net_bridge_port *p, unsigned long v) in store_path_cost()
49 static ssize_t show_priority(struct net_bridge_port *p, char *buf) in show_priority()
53 static ssize_t store_priority(struct net_bridge_port *p, unsigned long v) in store_priority()
63 static ssize_t show_designated_root(struct net_bridge_port *p, char *buf) in show_designated_root()
69 static ssize_t show_designated_bridge(struct net_bridge_port *p, char *buf) in show_designated_bridge()
75 static ssize_t show_designated_port(struct net_bridge_port *p, char *buf) in show_designated_port()
81 static ssize_t show_designated_cost(struct net_bridge_port *p, char *buf) in show_designated_cost()
[all …]
Dbr_sysfs_br.c30 static ssize_t store_bridge_parm(struct device *d, in store_bridge_parm()
53 static ssize_t show_forward_delay(struct device *d, in show_forward_delay()
69 static ssize_t store_forward_delay(struct device *d, in store_forward_delay()
78 static ssize_t show_hello_time(struct device *d, struct device_attribute *attr, in show_hello_time()
98 static ssize_t store_hello_time(struct device *d, in store_hello_time()
107 static ssize_t show_max_age(struct device *d, struct device_attribute *attr, in show_max_age()
123 static ssize_t store_max_age(struct device *d, struct device_attribute *attr, in store_max_age()
130 static ssize_t show_ageing_time(struct device *d, in show_ageing_time()
143 static ssize_t store_ageing_time(struct device *d, in store_ageing_time()
152 static ssize_t show_stp_state(struct device *d, in show_stp_state()
[all …]
/linux-2.6.39/drivers/net/wireless/iwlwifi/
Diwl-agn-debugfs.h34 ssize_t iwl_ucode_rx_stats_read(struct file *file, char __user *user_buf,
36 ssize_t iwl_ucode_tx_stats_read(struct file *file, char __user *user_buf,
38 ssize_t iwl_ucode_general_stats_read(struct file *file, char __user *user_buf,
40 ssize_t iwl_ucode_bt_stats_read(struct file *file, char __user *user_buf,
42 ssize_t iwl_reply_tx_error_read(struct file *file, char __user *user_buf,
45 static ssize_t iwl_ucode_rx_stats_read(struct file *file, char __user *user_buf, in iwl_ucode_rx_stats_read()
50 static ssize_t iwl_ucode_tx_stats_read(struct file *file, char __user *user_buf, in iwl_ucode_tx_stats_read()
55 static ssize_t iwl_ucode_general_stats_read(struct file *file, char __user *user_buf, in iwl_ucode_general_stats_read()
60 static ssize_t iwl_ucode_bt_stats_read(struct file *file, char __user *user_buf, in iwl_ucode_bt_stats_read()
65 static ssize_t iwl_reply_tx_error_read(struct file *file, char __user *user_buf, in iwl_reply_tx_error_read()
/linux-2.6.39/block/
Dblk-sysfs.c15 ssize_t (*show)(struct request_queue *, char *);
16 ssize_t (*store)(struct request_queue *, const char *, size_t);
19 static ssize_t
25 static ssize_t
34 static ssize_t queue_requests_show(struct request_queue *q, char *page) in queue_requests_show()
39 static ssize_t
84 static ssize_t queue_ra_show(struct request_queue *q, char *page) in queue_ra_show()
92 static ssize_t
96 ssize_t ret = queue_var_store(&ra_kb, page, count); in queue_ra_store()
103 static ssize_t queue_max_sectors_show(struct request_queue *q, char *page) in queue_max_sectors_show()
[all …]
/linux-2.6.39/drivers/media/dvb/dvb-core/
Ddvb_ringbuffer.h35 ssize_t size;
36 ssize_t pread;
37 ssize_t pwrite;
83 extern ssize_t dvb_ringbuffer_free(struct dvb_ringbuffer *rbuf);
86 extern ssize_t dvb_ringbuffer_avail(struct dvb_ringbuffer *rbuf);
117 extern ssize_t dvb_ringbuffer_read_user(struct dvb_ringbuffer *rbuf,
134 extern ssize_t dvb_ringbuffer_write(struct dvb_ringbuffer *rbuf, const u8 *buf,
146 extern ssize_t dvb_ringbuffer_pkt_write(struct dvb_ringbuffer *rbuf, u8* buf,
162 extern ssize_t dvb_ringbuffer_pkt_read_user(struct dvb_ringbuffer *rbuf, size_t idx,
164 extern ssize_t dvb_ringbuffer_pkt_read(struct dvb_ringbuffer *rbuf, size_t idx,
[all …]
/linux-2.6.39/fs/nfsd/
Dnfsctl.c62 static ssize_t write_svc(struct file *file, char *buf, size_t size);
63 static ssize_t write_add(struct file *file, char *buf, size_t size);
64 static ssize_t write_del(struct file *file, char *buf, size_t size);
65 static ssize_t write_export(struct file *file, char *buf, size_t size);
66 static ssize_t write_unexport(struct file *file, char *buf, size_t size);
67 static ssize_t write_getfd(struct file *file, char *buf, size_t size);
68 static ssize_t write_getfs(struct file *file, char *buf, size_t size);
70 static ssize_t write_filehandle(struct file *file, char *buf, size_t size);
71 static ssize_t write_unlock_ip(struct file *file, char *buf, size_t size);
72 static ssize_t write_unlock_fs(struct file *file, char *buf, size_t size);
[all …]
/linux-2.6.39/fs/gfs2/
Dsys.c32 ssize_t (*show)(struct gfs2_sbd *, char *);
33 ssize_t (*store)(struct gfs2_sbd *, const char *, size_t);
36 static ssize_t gfs2_attr_show(struct kobject *kobj, struct attribute *attr, in gfs2_attr_show()
44 static ssize_t gfs2_attr_store(struct kobject *kobj, struct attribute *attr, in gfs2_attr_store()
60 static ssize_t id_show(struct gfs2_sbd *sdp, char *buf) in id_show()
66 static ssize_t fsname_show(struct gfs2_sbd *sdp, char *buf) in fsname_show()
82 static ssize_t uuid_show(struct gfs2_sbd *sdp, char *buf) in uuid_show()
91 static ssize_t freeze_show(struct gfs2_sbd *sdp, char *buf) in freeze_show()
102 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in freeze_store()
104 ssize_t ret = len; in freeze_store()
[all …]
/linux-2.6.39/drivers/rtc/
Drtc-sysfs.c27 static ssize_t
34 static ssize_t
38 ssize_t retval; in rtc_sysfs_show_date()
50 static ssize_t
54 ssize_t retval; in rtc_sysfs_show_time()
66 static ssize_t
70 ssize_t retval; in rtc_sysfs_show_since_epoch()
83 static ssize_t
90 static ssize_t
105 static ssize_t
[all …]
/linux-2.6.39/drivers/xen/
Dsys-hypervisor.c32 ssize_t (*show)(struct hyp_sysfs_attr *, char *);
33 ssize_t (*store)(struct hyp_sysfs_attr *, const char *, size_t);
37 static ssize_t type_show(struct hyp_sysfs_attr *attr, char *buffer) in type_show()
55 static ssize_t major_show(struct hyp_sysfs_attr *attr, char *buffer) in major_show()
65 static ssize_t minor_show(struct hyp_sysfs_attr *attr, char *buffer) in minor_show()
75 static ssize_t extra_show(struct hyp_sysfs_attr *attr, char *buffer) in extra_show()
117 static ssize_t uuid_show(struct hyp_sysfs_attr *attr, char *buffer) in uuid_show()
152 static ssize_t compiler_show(struct hyp_sysfs_attr *attr, char *buffer) in compiler_show()
170 static ssize_t compiled_by_show(struct hyp_sysfs_attr *attr, char *buffer) in compiled_by_show()
188 static ssize_t compile_date_show(struct hyp_sysfs_attr *attr, char *buffer) in compile_date_show()
[all …]
/linux-2.6.39/drivers/net/wireless/libertas/
Ddebugfs.c28 static ssize_t write_file_dummy(struct file *file, const char __user *buf, in write_file_dummy()
36 static ssize_t lbs_dev_info(struct file *file, char __user *userbuf, in lbs_dev_info()
43 ssize_t res; in lbs_dev_info()
58 static ssize_t lbs_sleepparams_write(struct file *file, in lbs_sleepparams_write()
63 ssize_t buf_size, ret; in lbs_sleepparams_write()
99 static ssize_t lbs_sleepparams_read(struct file *file, char __user *userbuf, in lbs_sleepparams_read()
103 ssize_t ret; in lbs_sleepparams_read()
127 static ssize_t lbs_host_sleep_write(struct file *file, in lbs_host_sleep_write()
132 ssize_t buf_size, ret; in lbs_host_sleep_write()
172 static ssize_t lbs_host_sleep_read(struct file *file, char __user *userbuf, in lbs_host_sleep_read()
[all …]
/linux-2.6.39/drivers/pcmcia/
Dsocket_sysfs.c37 static ssize_t pccard_show_type(struct device *dev, struct device_attribute *attr, in pccard_show_type()
50 static ssize_t pccard_show_voltage(struct device *dev, struct device_attribute *attr, in pccard_show_voltage()
64 static ssize_t pccard_show_vpp(struct device *dev, struct device_attribute *attr, in pccard_show_vpp()
74 static ssize_t pccard_show_vcc(struct device *dev, struct device_attribute *attr, in pccard_show_vcc()
85 static ssize_t pccard_store_insert(struct device *dev, struct device_attribute *attr, in pccard_store_insert()
100 static ssize_t pccard_show_card_pm_state(struct device *dev, in pccard_show_card_pm_state()
108 static ssize_t pccard_store_card_pm_state(struct device *dev, in pccard_store_card_pm_state()
113 ssize_t ret = count; in pccard_store_card_pm_state()
131 static ssize_t pccard_store_eject(struct device *dev, in pccard_store_eject()
147 static ssize_t pccard_show_irq_mask(struct device *dev, in pccard_show_irq_mask()
[all …]
/linux-2.6.39/arch/powerpc/platforms/cell/
Dcbe_thermal.c100 static ssize_t spu_show_temp(struct sys_device *sysdev, struct sysdev_attribute *attr, in spu_show_temp()
113 static ssize_t show_throttle(struct cbe_pmd_regs __iomem *pmd_regs, char *buf, int pos) in show_throttle()
125 static ssize_t store_throttle(struct cbe_pmd_regs __iomem *pmd_regs, const char *buf, size_t size, … in store_throttle()
150 static ssize_t spu_show_throttle_end(struct sys_device *sysdev, in spu_show_throttle_end()
156 static ssize_t spu_show_throttle_begin(struct sys_device *sysdev, in spu_show_throttle_begin()
162 static ssize_t spu_show_throttle_full_stop(struct sys_device *sysdev, in spu_show_throttle_full_stop()
168 static ssize_t spu_store_throttle_end(struct sys_device *sysdev, in spu_store_throttle_end()
174 static ssize_t spu_store_throttle_begin(struct sys_device *sysdev, in spu_store_throttle_begin()
180 static ssize_t spu_store_throttle_full_stop(struct sys_device *sysdev, in spu_store_throttle_full_stop()
186 static ssize_t ppe_show_temp(struct sys_device *sysdev, char *buf, int pos) in ppe_show_temp()
[all …]
/linux-2.6.39/drivers/staging/iio/addac/
Dadt7316.c221 static ssize_t adt7316_show_enabled(struct device *dev, in adt7316_show_enabled()
231 static ssize_t _adt7316_store_enabled(struct adt7316_chip_info *chip, in _adt7316_store_enabled()
252 static ssize_t adt7316_store_enabled(struct device *dev, in adt7316_store_enabled()
277 static ssize_t adt7316_show_select_ex_temp(struct device *dev, in adt7316_show_select_ex_temp()
290 static ssize_t adt7316_store_select_ex_temp(struct device *dev, in adt7316_store_select_ex_temp()
321 static ssize_t adt7316_show_mode(struct device *dev, in adt7316_show_mode()
334 static ssize_t adt7316_store_mode(struct device *dev, in adt7316_store_mode()
362 static ssize_t adt7316_show_all_modes(struct device *dev, in adt7316_show_all_modes()
371 static ssize_t adt7316_show_ad_channel(struct device *dev, in adt7316_show_ad_channel()
409 static ssize_t adt7316_store_ad_channel(struct device *dev, in adt7316_store_ad_channel()
[all …]
/linux-2.6.39/kernel/
Dksysfs.c29 static ssize_t uevent_seqnum_show(struct kobject *kobj, in uevent_seqnum_show()
37 static ssize_t uevent_helper_show(struct kobject *kobj, in uevent_helper_show()
42 static ssize_t uevent_helper_store(struct kobject *kobj, in uevent_helper_store()
58 static ssize_t profiling_show(struct kobject *kobj, in profiling_show()
63 static ssize_t profiling_store(struct kobject *kobj, in profiling_store()
89 static ssize_t kexec_loaded_show(struct kobject *kobj, in kexec_loaded_show()
96 static ssize_t kexec_crash_loaded_show(struct kobject *kobj, in kexec_crash_loaded_show()
103 static ssize_t kexec_crash_size_show(struct kobject *kobj, in kexec_crash_size_show()
108 static ssize_t kexec_crash_size_store(struct kobject *kobj, in kexec_crash_size_store()
123 static ssize_t vmcoreinfo_show(struct kobject *kobj, in vmcoreinfo_show()
[all …]
/linux-2.6.39/drivers/s390/net/
Dqeth_l3_sys.c28 static ssize_t qeth_l3_dev_route_show(struct qeth_card *card, in qeth_l3_dev_route_show()
56 static ssize_t qeth_l3_dev_route4_show(struct device *dev, in qeth_l3_dev_route4_show()
67 static ssize_t qeth_l3_dev_route_store(struct qeth_card *card, in qeth_l3_dev_route_store()
106 static ssize_t qeth_l3_dev_route4_store(struct device *dev, in qeth_l3_dev_route4_store()
121 static ssize_t qeth_l3_dev_route6_show(struct device *dev, in qeth_l3_dev_route6_show()
132 static ssize_t qeth_l3_dev_route6_store(struct device *dev, in qeth_l3_dev_route6_store()
147 static ssize_t qeth_l3_dev_fake_broadcast_show(struct device *dev, in qeth_l3_dev_fake_broadcast_show()
158 static ssize_t qeth_l3_dev_fake_broadcast_store(struct device *dev, in qeth_l3_dev_fake_broadcast_store()
188 static ssize_t qeth_l3_dev_broadcast_mode_show(struct device *dev, in qeth_l3_dev_broadcast_mode_show()
205 static ssize_t qeth_l3_dev_broadcast_mode_store(struct device *dev, in qeth_l3_dev_broadcast_mode_store()
[all …]
/linux-2.6.39/drivers/infiniband/hw/ipath/
Dipath_sysfs.c75 static ssize_t show_version(struct device_driver *dev, char *buf) in show_version()
81 static ssize_t show_num_units(struct device_driver *dev, char *buf) in show_num_units()
87 static ssize_t show_status(struct device *dev, in show_status()
92 ssize_t ret; in show_status()
120 static ssize_t show_status_str(struct device *dev, in show_status_str()
127 ssize_t ret; in show_status_str()
158 static ssize_t show_boardversion(struct device *dev, in show_boardversion()
167 static ssize_t show_localbus_info(struct device *dev, in show_localbus_info()
176 static ssize_t show_lmc(struct device *dev, in show_lmc()
185 static ssize_t store_lmc(struct device *dev, in store_lmc()
[all …]
/linux-2.6.39/drivers/net/wireless/iwlegacy/
Diwl-3945-debugfs.h34 ssize_t iwl3945_ucode_rx_stats_read(struct file *file, char __user *user_buf,
36 ssize_t iwl3945_ucode_tx_stats_read(struct file *file, char __user *user_buf,
38 ssize_t iwl3945_ucode_general_stats_read(struct file *file,
42 static ssize_t iwl3945_ucode_rx_stats_read(struct file *file, in iwl3945_ucode_rx_stats_read()
48 static ssize_t iwl3945_ucode_tx_stats_read(struct file *file, in iwl3945_ucode_tx_stats_read()
54 static ssize_t iwl3945_ucode_general_stats_read(struct file *file, in iwl3945_ucode_general_stats_read()
Diwl-4965-debugfs.h34 ssize_t iwl4965_ucode_rx_stats_read(struct file *file, char __user *user_buf,
36 ssize_t iwl4965_ucode_tx_stats_read(struct file *file, char __user *user_buf,
38 ssize_t iwl4965_ucode_general_stats_read(struct file *file,
41 static ssize_t
47 static ssize_t
53 static ssize_t
/linux-2.6.39/Documentation/filesystems/configfs/
Dconfigfs_example_explicit.c58 ssize_t (*show)(struct childless *, char *);
59 ssize_t (*store)(struct childless *, const char *, size_t);
67 static ssize_t childless_showme_read(struct childless *childless, in childless_showme_read()
70 ssize_t pos; in childless_showme_read()
78 static ssize_t childless_storeme_read(struct childless *childless, in childless_storeme_read()
84 static ssize_t childless_storeme_write(struct childless *childless, in childless_storeme_write()
103 static ssize_t childless_description_read(struct childless *childless, in childless_description_read()
136 static ssize_t childless_attr_show(struct config_item *item, in childless_attr_show()
143 ssize_t ret = 0; in childless_attr_show()
150 static ssize_t childless_attr_store(struct config_item *item, in childless_attr_store()
[all …]
/linux-2.6.39/drivers/base/power/
Dsysfs.c103 static ssize_t control_show(struct device *dev, struct device_attribute *attr, in control_show()
110 static ssize_t control_store(struct device * dev, struct device_attribute *attr, in control_store()
130 static ssize_t rtpm_active_time_show(struct device *dev, in rtpm_active_time_show()
143 static ssize_t rtpm_suspended_time_show(struct device *dev, in rtpm_suspended_time_show()
157 static ssize_t rtpm_status_show(struct device *dev, in rtpm_status_show()
189 static ssize_t autosuspend_delay_ms_show(struct device *dev, in autosuspend_delay_ms_show()
197 static ssize_t autosuspend_delay_ms_store(struct device *dev, in autosuspend_delay_ms_store()
217 static ssize_t
225 static ssize_t
252 static ssize_t wakeup_count_show(struct device *dev, in wakeup_count_show()
[all …]

12345678910>>...75