Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/linux/arch/mips/include/uapi/asm/
H A Dstat.h19 struct stat { struct
49 * struct stat of the 64-bit kernel. argument
93 struct stat { struct
20 st_devstat global() argument
21 st_pad1stat global() argument
22 st_inostat global() argument
23 st_modestat global() argument
47 st_uidstat global() argument
94 st_devstat global() argument
95 st_pad0stat global() argument
97 st_inostat global() argument
99 st_modestat global() argument
100 st_nlinkstat global() argument
102 st_uidstat global() argument
103 st_gidstat global() argument
105 st_rdevstat global() argument
106 st_pad1stat global() argument
108 st_sizestat global() argument
114 st_atimestat global() argument
115 st_atime_nsecstat global() argument
117 st_mtimestat global() argument
118 st_mtime_nsecstat global() argument
120 st_ctimestat global() argument
121 st_ctime_nsecstat global() argument
123 st_blksizestat global() argument
124 st_pad2stat global() argument
126 st_blocksstat global() argument
/linux/arch/s390/include/uapi/asm/
H A Dstat.h26 struct stat { struct
79 struct stat { struct
49 __unused5stat global() argument
80 st_devstat global() argument
81 st_inostat global() argument
82 st_nlinkstat global() argument
83 st_modestat global() argument
84 st_uidstat global() argument
85 st_gidstat global() argument
86 __pad1stat global() argument
87 st_rdevstat global() argument
88 st_sizestat global() argument
89 st_atimestat global() argument
90 st_atime_nsecstat global() argument
91 st_mtimestat global() argument
92 st_mtime_nsecstat global() argument
93 st_ctimestat global() argument
94 st_ctime_nsecstat global() argument
95 st_blksizestat global() argument
96 st_blocksstat global() argument
97 __unusedstat global() argument
/linux/arch/parisc/include/uapi/asm/
H A Dstat.h7 struct stat { struct
8 st_devstat global() argument
9 st_inostat global() argument
10 st_modestat global() argument
11 st_nlinkstat global() argument
12 st_reserved1stat global() argument
13 st_reserved2stat global() argument
14 st_rdevstat global() argument
15 st_sizestat global() argument
16 st_atimestat global() argument
17 st_atime_nsecstat global() argument
18 st_mtimestat global() argument
19 st_mtime_nsecstat global() argument
20 st_ctimestat global() argument
44 st_spare4stat global() argument
/linux/drivers/media/platform/ti/omap3isp/
H A Dispstat.c22 #define ISP_STAT_USES_DMAENGINE(stat) ((stat)->dma_ch != NULL) argument
56 #define IS_H3A_AF(stat) ((stat) == &(stat)->isp->isp_af) argument
57 #define IS_H3A_AEWB(stat) ((stat) == &(stat)->isp->isp_aewb) argument
58 #define IS_H3A(stat) (IS_H3A_AF(stat) || IS_H3A_AEW argument
60 __isp_stat_buf_sync_magic(struct ispstat * stat,struct ispstat_buffer * buf,u32 buf_size,enum dma_data_direction dir,void (* dma_sync)(struct device *,dma_addr_t,unsigned long,size_t,enum dma_data_direction)) __isp_stat_buf_sync_magic() argument
73 isp_stat_buf_sync_magic_for_device(struct ispstat * stat,struct ispstat_buffer * buf,u32 buf_size,enum dma_data_direction dir) isp_stat_buf_sync_magic_for_device() argument
85 isp_stat_buf_sync_magic_for_cpu(struct ispstat * stat,struct ispstat_buffer * buf,u32 buf_size,enum dma_data_direction dir) isp_stat_buf_sync_magic_for_cpu() argument
97 isp_stat_buf_check_magic(struct ispstat * stat,struct ispstat_buffer * buf) isp_stat_buf_check_magic() argument
137 isp_stat_buf_insert_magic(struct ispstat * stat,struct ispstat_buffer * buf) isp_stat_buf_insert_magic() argument
158 isp_stat_buf_sync_for_device(struct ispstat * stat,struct ispstat_buffer * buf) isp_stat_buf_sync_for_device() argument
167 isp_stat_buf_sync_for_cpu(struct ispstat * stat,struct ispstat_buffer * buf) isp_stat_buf_sync_for_cpu() argument
176 isp_stat_buf_clear(struct ispstat * stat) isp_stat_buf_clear() argument
185 __isp_stat_buf_find(struct ispstat * stat,int look_empty) __isp_stat_buf_find() argument
220 isp_stat_buf_find_oldest(struct ispstat * stat) isp_stat_buf_find_oldest() argument
226 isp_stat_buf_find_oldest_or_empty(struct ispstat * stat) isp_stat_buf_find_oldest_or_empty() argument
231 isp_stat_buf_queue(struct ispstat * stat) isp_stat_buf_queue() argument
253 isp_stat_buf_next(struct ispstat * stat) isp_stat_buf_next() argument
264 isp_stat_buf_release(struct ispstat * stat) isp_stat_buf_release() argument
275 isp_stat_buf_get(struct ispstat * stat,struct omap3isp_stat_data * data) isp_stat_buf_get() argument
333 isp_stat_bufs_free(struct ispstat * stat) isp_stat_bufs_free() argument
401 isp_stat_bufs_alloc(struct ispstat * stat,u32 size) isp_stat_bufs_alloc() argument
455 isp_stat_queue_event(struct ispstat * stat,int err) isp_stat_queue_event() argument
479 omap3isp_stat_request_statistics(struct ispstat * stat,struct omap3isp_stat_data * data) omap3isp_stat_request_statistics() argument
510 omap3isp_stat_request_statistics_time32(struct ispstat * stat,struct omap3isp_stat_data_time32 * data) omap3isp_stat_request_statistics_time32() argument
536 omap3isp_stat_config(struct ispstat * stat,void * new_conf) omap3isp_stat_config() argument
626 isp_stat_buf_process(struct ispstat * stat,int buf_state) isp_stat_buf_process() argument
639 omap3isp_stat_pcr_busy(struct ispstat * stat) omap3isp_stat_pcr_busy() argument
644 omap3isp_stat_busy(struct ispstat * stat) omap3isp_stat_busy() argument
657 isp_stat_pcr_enable(struct ispstat * stat,u8 pcr_enable) isp_stat_pcr_enable() argument
671 omap3isp_stat_suspend(struct ispstat * stat) omap3isp_stat_suspend() argument
685 omap3isp_stat_resume(struct ispstat * stat) omap3isp_stat_resume() argument
692 isp_stat_try_enable(struct ispstat * stat) isp_stat_try_enable() argument
730 omap3isp_stat_isr_frame_sync(struct ispstat * stat) omap3isp_stat_isr_frame_sync() argument
735 omap3isp_stat_sbl_overflow(struct ispstat * stat) omap3isp_stat_sbl_overflow() argument
764 omap3isp_stat_enable(struct ispstat * stat,u8 enable) omap3isp_stat_enable() argument
811 struct ispstat *stat = v4l2_get_subdevdata(subdev); omap3isp_stat_s_stream() local
851 __stat_isr(struct ispstat * stat,int from_dma) __stat_isr() argument
991 omap3isp_stat_isr(struct ispstat * stat) omap3isp_stat_isr() argument
996 omap3isp_stat_dma_isr(struct ispstat * stat) omap3isp_stat_dma_isr() argument
1005 struct ispstat *stat = v4l2_get_subdevdata(subdev); omap3isp_stat_subscribe_event() local
1020 omap3isp_stat_unregister_entities(struct ispstat * stat) omap3isp_stat_unregister_entities() argument
1025 omap3isp_stat_register_entities(struct ispstat * stat,struct v4l2_device * vdev) omap3isp_stat_register_entities() argument
1033 isp_stat_init_entities(struct ispstat * stat,const char * name,const struct v4l2_subdev_ops * sd_ops) isp_stat_init_entities() argument
1051 omap3isp_stat_init(struct ispstat * stat,const char * name,const struct v4l2_subdev_ops * sd_ops) omap3isp_stat_init() argument
1073 omap3isp_stat_cleanup(struct ispstat * stat) omap3isp_stat_cleanup() argument
[all...]
/linux/arch/x86/include/uapi/asm/
H A Dstat.h10 struct stat { struct
83 struct stat { struct
11 st_devstat global() argument
12 st_inostat global() argument
13 st_modestat global() argument
14 st_nlinkstat global() argument
15 st_uidstat global() argument
39 __unused5stat global() argument
84 st_devstat global() argument
85 st_inostat global() argument
86 st_nlinkstat global() argument
88 st_modestat global() argument
89 st_uidstat global() argument
90 st_gidstat global() argument
91 __pad0stat global() argument
92 st_rdevstat global() argument
93 st_sizestat global() argument
117 __unusedstat global() argument
/linux/arch/sparc/include/uapi/asm/
H A Dstat.h9 struct stat { struct
52 struct stat { struct
26 __unused4stat global() argument
74 __unused4stat global() argument
/linux/include/uapi/asm-generic/
H A Dstat.h24 struct stat { struct
41 st_ctimestat global() argument
47 __unused5stat global() argument
/linux/arch/xtensa/include/uapi/asm/
H A Dstat.h17 struct stat { struct
38 __unused5stat global() argument
/linux/arch/arm/include/uapi/asm/
H A Dstat.h21 struct stat { struct
23 st_devstat global() argument
24 __pad1stat global() argument
28 st_inostat global() argument
52 __unused5stat global() argument
/linux/arch/powerpc/include/uapi/asm/
H A Dstat.h30 struct stat { struct
31 st_devstat global() argument
32 st_inostat global() argument
34 st_nlinkstat global() argument
35 st_modestat global() argument
59 __unused6stat global() argument
/linux/arch/m68k/include/uapi/asm/
H A Dstat.h19 struct stat { struct
42 __unused5stat global() argument
/linux/arch/alpha/include/uapi/asm/
H A Dstat.h5 struct stat { struct
23 st_genstat global() argument
/linux/arch/sh/include/uapi/asm/
H A Dstat.h19 struct stat { struct
40 __unused5stat global() argument
/linux/tools/include/nolibc/
H A Dtypes.h172 struct stat { struct
185 __anon12977fa2040astat global() argument
/linux/tools/net/ynl/samples/
H A Dpage-pool.c13 struct stat { struct
26 struct stat *s; argument
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/privring/
H A Dgk104.c33 u32 stat = nvkm_rd32(device, 0x122128 + (i * 0x0800)); in gk104_privring_intr_hub() local
43 u32 stat = nvkm_rd32(device, 0x124128 + (i * 0x0800)); in gk104_privring_intr_rop() local
53 u32 stat = nvkm_rd32(device, 0x128128 + (i * 0x0800)); in gk104_privring_intr_gpc() local
69 u32 stat = 0x00000100 << i; in gk104_privring_intr() local
77 u32 stat in gk104_privring_intr() local
85 u32 stat = 0x00000001 << i; gk104_privring_intr() local
[all...]
H A Dgf100.c33 u32 stat = nvkm_rd32(device, 0x122128 + (i * 0x0400)); in gf100_privring_intr_hub() local
43 u32 stat = nvkm_rd32(device, 0x124128 + (i * 0x0400)); in gf100_privring_intr_rop() local
53 u32 stat = nvkm_rd32(device, 0x128128 + (i * 0x0400)); in gf100_privring_intr_gpc() local
69 u32 stat = 0x00000100 << i; in gf100_privring_intr() local
77 u32 stat in gf100_privring_intr() local
85 u32 stat = 0x00000001 << i; gf100_privring_intr() local
[all...]
/linux/fs/nfs_common/
H A Dcommon.c12 int stat; member
77 int stat; member
109 int stat; member
123 int nfs4_stat_to_errno(int stat) in nfs4_stat_to_errno() argument
156 int stat; global() member
[all...]
/linux/fs/nfs/
H A Diostat.h24 enum nfs_stat_eventcounters stat) in nfs_inc_server_stats() argument
30 enum nfs_stat_eventcounters stat) in nfs_inc_stats() argument
36 enum nfs_stat_bytecounters stat, in nfs_add_server_stats() argument
43 enum nfs_stat_bytecounters stat, in nfs_add_stats() argument
/linux/drivers/media/firewire/
H A Dfiredtv-ci.c23 static int fdtv_ca_ready(struct firedtv_tuner_status *stat) in fdtv_ca_ready() argument
31 static int fdtv_get_ca_flags(struct firedtv_tuner_status *stat) in fdtv_get_ca_flags() argument
57 struct firedtv_tuner_status stat; fdtv_ca_get_slot_info() local
96 struct firedtv_tuner_status stat; fdtv_ca_get_msg() local
178 struct firedtv_tuner_status stat; fdtv_ca_ioctl() local
232 struct firedtv_tuner_status stat; fdtv_ca_register() local
[all...]
H A Dfiredtv-fe.c85 struct firedtv_tuner_status stat; in fdtv_read_status() local
101 struct firedtv_tuner_status stat; in fdtv_read_ber() local
113 struct firedtv_tuner_status stat; in fdtv_read_signal_strength() local
125 struct firedtv_tuner_status stat; in fdtv_read_snr() local
[all...]
/linux/drivers/media/pci/ddbridge/
H A Dddbridge-main.c96 int stat; in ddb_irq_msi() local
114 int stat; in ddb_irq_init() local
167 int stat = 0; ddb_probe() local
286 int stat; module_init_ddbridge() local
[all...]
/linux/drivers/comedi/drivers/
H A Ddt2801.c229 int stat = 0; in dt2801_readdata() local
264 int stat = 0; in dt2801_writedata() local
298 int stat; dt2801_wait_for_ready() local
317 int stat; dt2801_writecmd() local
334 unsigned int stat; dt2801_reset() local
380 int stat; probe_number_of_ai_chans() local
429 dt2801_error(struct comedi_device * dev,int stat) dt2801_error() argument
451 int stat; dt2801_ai_insn_read() local
[all...]
/linux/sound/soc/mxs/
H A Dmxs-saif.c207 u32 stat; in mxs_saif_put_mclk() local
241 u32 stat; in mxs_saif_get_mclk() local
291 u32 scr, stat; in mxs_saif_set_dai_fmt() local
419 u32 scr, stat; in mxs_saif_hw_params() local
672 unsigned int stat; mxs_saif_irq() local
[all...]
/linux/drivers/media/pci/mantis/
H A Dmantis_i2c.c28 u32 rxd, i, stat, trials; in mantis_i2c_read() local
75 u32 txd = 0, stat, trials; in mantis_i2c_write() local
119 u32 stat, data, txd; mantis_i2c_xfer() local
[all...]

12345678910>>...27