Searched refs:stat (Results 201 - 225 of 1632) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ieee802154/
H A Dadf7242.c303 static int adf7242_status(struct adf7242_local *lp, u8 *stat) argument
309 *stat = lp->buf_stat_rx;
319 u8 stat; local
322 adf7242_status(lp, &stat);
324 } while (((stat & mask) != status) && (cnt < MAX_POLL_LOOPS));
329 if (!(stat & STAT_RC_READY)) {
331 adf7242_status(lp, &stat);
333 if ((stat & mask) == status)
340 __func__, line, stat, cnt);
944 u8 stat; local
1132 u8 stat, irq1; local
[all...]
/linux-master/arch/arm/include/uapi/asm/
H A Dstat.h21 struct stat { struct
/linux-master/tools/testing/selftests/media_tests/
H A Dmedia_device_open.c34 #include <sys/stat.h>
/linux-master/tools/testing/selftests/proc/
H A Dfd-001-lookup.c27 #include <sys/stat.h>
35 struct stat st;
38 memset(&st, 0, sizeof(struct stat));
46 struct stat st;
H A Dproc-self-syscall.c19 #include <sys/stat.h>
H A Dproc-loadavg-001.c20 #include <sys/stat.h>
/linux-master/tools/testing/selftests/tmpfs/
H A Dbug-link-o-tmpfile.c21 #include <sys/stat.h>
/linux-master/drivers/media/dvb-frontends/
H A Dstv6111.c418 int stat = 0; local
430 stat = fe->ops.i2c_gate_ctrl(fe, 1);
431 if (!stat) {
435 if (fe->ops.i2c_gate_ctrl && !stat)
437 return stat;
515 int stat = 0; local
524 stat = fe->ops.i2c_gate_ctrl(fe, 1);
525 if (!stat)
527 if (fe->ops.i2c_gate_ctrl && !stat)
574 int stat local
653 int stat = -ENODEV; local
[all...]
H A Dmn88472.c84 c->strength.stat[0].scale = FE_SCALE_RELATIVE;
85 c->strength.stat[0].uvalue = utmp1;
87 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE;
109 c->cnr.stat[0].svalue = stmp;
110 c->cnr.stat[0].scale = FE_SCALE_DECIBEL;
144 c->cnr.stat[0].svalue = stmp;
145 c->cnr.stat[0].scale = FE_SCALE_DECIBEL;
167 c->cnr.stat[0].svalue = stmp;
168 c->cnr.stat[0].scale = FE_SCALE_DECIBEL;
170 c->cnr.stat[
[all...]
/linux-master/drivers/bluetooth/
H A Dbtrsi.c55 hdev->stat.cmd_tx++;
58 hdev->stat.acl_tx++;
61 hdev->stat.sco_tx++;
102 h_adapter->hdev->stat.byte_rx += skb->len;
/linux-master/tools/power/cpupower/lib/
H A Dacpi_cppc.c8 #include <sys/stat.h>
/linux-master/fs/nfsd/
H A Dxdr.h85 struct kstat stat; member in struct:nfsd_attrstat
91 struct kstat stat; member in struct:nfsd_diropres
104 struct kstat stat; member in struct:nfsd_readres
175 const struct svc_fh *fhp, const struct kstat *stat);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.h20 enum ice_fdir_ctx_stat stat; member in struct:ice_vf_fdir_ctx
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dnic_common.h212 static inline void efx_update_diff_stat(u64 *stat, u64 diff) argument
214 if ((s64)(diff - *stat) > 0)
215 *stat = diff;
247 void efx_siena_fix_nodesc_drop_stat(struct efx_nic *efx, u64 *stat);
/linux-master/drivers/net/wan/
H A Dhd64572.c142 writeb(0, &desc->stat);
228 u8 stat = sca_in(DSR_RX(port->chan), card); /* read DMA Status */ local
232 sca_out((stat & (DSR_EOT | DSR_EOM | DSR_BOF | DSR_COF)) | DSR_DWE,
235 if (stat & DSR_BOF)
248 stat = readb(&desc->stat);
249 if (!(stat & ST_RX_EOM))
251 else if ((stat & ST_ERROR_MASK) || port->rxpart) {
253 if (stat & ST_RX_OVERRUN)
255 else if ((stat
282 u8 stat; local
295 u8 stat = readb(&desc->stat); local
[all...]
/linux-master/arch/powerpc/include/uapi/asm/
H A Dstat.h30 struct stat { struct
/linux-master/tools/testing/selftests/timers/
H A Dskew_consistency.c33 #include <sys/stat.h>
/linux-master/include/net/
H A Dstrparser.h14 #define STRP_STATS_ADD(stat, count) ((stat) += (count))
15 #define STRP_STATS_INCR(stat) ((stat)++)
H A Dkcm.h18 #define KCM_STATS_ADD(stat, count) ((stat) += (count))
19 #define KCM_STATS_INCR(stat) ((stat)++)
/linux-master/fs/coda/
H A Dsymlink.c15 #include <linux/stat.h>
/linux-master/fs/proc/
H A Dloadavg.c8 #include <linux/sched/stat.h>
/linux-master/tools/tracing/rtla/src/
H A Dtimerlat.c6 #include <sys/stat.h>
/linux-master/tools/testing/selftests/powerpc/dscr/
H A Ddscr.h23 #include <sys/stat.h>
/linux-master/arch/arm/kernel/
H A Dsys_arm.c19 #include <linux/stat.h>
/linux-master/tools/lib/subcmd/
H A Dexec-cmd.c5 #include <sys/stat.h>
42 struct stat cwd_stat, pwd_stat;
47 stat(buf, &cwd_stat);
48 if (!stat(pwd, &pwd_stat) &&

Completed in 407 milliseconds

1234567891011>>