/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | mr75203.c | 146 u32 stat, nbs; in pvt_read_temp() local 153 stat, stat & SDIF_SMPL_DONE, in pvt_read_temp() 184 u32 n, stat; in pvt_read_in() local 196 stat, stat & SDIF_SMPL_DONE, in pvt_read_in()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | ts2020.c | 144 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in ts2020_init() 145 c->strength.stat[0].uvalue = 0; in ts2020_init() 437 ret = ts2020_get_tuner_gain(priv->fe, &c->strength.stat[0].svalue); in ts2020_stat_work() 441 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in ts2020_stat_work() 464 if (c->strength.stat[0].scale == FE_SCALE_NOT_AVAILABLE) { in ts2020_read_signal_strength() 469 gain = c->strength.stat[0].svalue; in ts2020_read_signal_strength()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | bluecard_cs.c | 326 info->hdev->stat.byte_tx += len; in bluecard_write_wakeup() 435 info->hdev->stat.err_rx++; in bluecard_receive() 490 info->hdev->stat.byte_rx += len; in bluecard_receive() 656 hdev->stat.cmd_tx++; in bluecard_hci_send_frame() 659 hdev->stat.acl_tx++; in bluecard_hci_send_frame() 662 hdev->stat.sco_tx++; in bluecard_hci_send_frame()
|
H A D | bfusb.c | 186 data->hdev->stat.byte_tx += skb->len; in bfusb_tx_complete() 188 data->hdev->stat.err_tx++; in bfusb_tx_complete() 351 data->hdev->stat.byte_rx += count; in bfusb_rx_complete() 461 hdev->stat.cmd_tx++; in bfusb_send_frame() 464 hdev->stat.acl_tx++; in bfusb_send_frame() 467 hdev->stat.sco_tx++; in bfusb_send_frame()
|
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-stats.c | 117 list_add_tail(&stats_buf->queue, &stats_dev->stat); in rkisp1_stats_vb2_buf_queue() 139 if (list_empty(&stats->stat)) in rkisp1_stats_vb2_stop_streaming() 141 buf = list_first_entry(&stats->stat, in rkisp1_stats_vb2_stop_streaming() 372 if (!list_empty(&stats->stat)) { in rkisp1_stats_send_measurement() 373 cur_buf = list_first_entry(&stats->stat, in rkisp1_stats_send_measurement() 445 INIT_LIST_HEAD(&stats->stat); in rkisp1_stats_register()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | ts2020.c | 144 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in ts2020_init() 145 c->strength.stat[0].uvalue = 0; in ts2020_init() 437 ret = ts2020_get_tuner_gain(priv->fe, &c->strength.stat[0].svalue); in ts2020_stat_work() 441 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in ts2020_stat_work() 464 if (c->strength.stat[0].scale == FE_SCALE_NOT_AVAILABLE) { in ts2020_read_signal_strength() 469 gain = c->strength.stat[0].svalue; in ts2020_read_signal_strength()
|
/third_party/gn/src/gn/ |
H A D | runtime_deps_unittest.cc | 56 Target stat(setup.settings(), Label(SourceDir("//"), "stat")); in TEST_F() 57 InitTargetWithType(setup, &stat, Target::STATIC_LIBRARY); in TEST_F() 58 stat.data().push_back("//stat.dat"); in TEST_F() 59 ASSERT_TRUE(stat.OnResolved(&err)); in TEST_F() 78 main.private_deps().push_back(LabelTargetPair(&stat)); in TEST_F() 96 EXPECT_TRUE(base::ContainsValue(result, MakePair("../../stat.dat", &stat))) in TEST_F()
|
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | headergen2.c | 42 #include <sys/stat.h> 349 static void print_file_info_(FILE *dst, struct stat* sb, struct tm* tm) in print_file_info_() 358 struct stat sb; in print_file_info() 360 stat(file, &sb); in print_file_info() 367 struct stat sb; in printhead() 369 stat(f.name, &sb); in printhead()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/ |
H A D | file_n_exporter.cpp | 30 #include <sys/stat.h> 332 struct stat buf; in GetExec() 334 if (statPath == COMMON_NUM::ZERO && stat(path.c_str(), &buf) == COMMON_NUM::ZERO) { in GetExec() 396 struct stat buf; in ListExec() 400 } else if (statPath != COMMON_NUM::ZERO || stat(path.c_str(), &buf) != COMMON_NUM::ZERO) { in ListExec() 412 struct stat tmp; in ListExec() 413 int r = stat(ph.c_str(), &tmp); in ListExec() 475 struct stat attrSrc; in FileCopy() 476 if (stat(src.c_str(), &attrSrc) == FAILED) { in FileCopy() 506 struct stat attrSr in DirCopy() [all...] |
/kernel/linux/linux-5.10/drivers/vme/bridges/ |
H A D | vme_tsi148.c | 95 static u32 tsi148_LM_irqhandler(struct tsi148_driver *bridge, u32 stat) in tsi148_LM_irqhandler() argument 101 if (stat & TSI148_LCSR_INTS_LMS[i]) { in tsi148_LM_irqhandler() 116 static u32 tsi148_MB_irqhandler(struct vme_bridge *tsi148_bridge, u32 stat) in tsi148_MB_irqhandler() argument 126 if (stat & TSI148_LCSR_INTS_MBS[i]) { in tsi148_MB_irqhandler() 215 u32 stat) in tsi148_VIRQ_irqhandler() 223 if (stat & (1 << i)) { in tsi148_VIRQ_irqhandler() 246 u32 stat, enable, serviced = 0; in tsi148_irqhandler() local 256 stat = ioread32be(bridge->base + TSI148_LCSR_INTS); in tsi148_irqhandler() 259 stat &= enable; in tsi148_irqhandler() 261 if (unlikely(!stat)) in tsi148_irqhandler() 214 tsi148_VIRQ_irqhandler(struct vme_bridge *tsi148_bridge, u32 stat) tsi148_VIRQ_irqhandler() argument [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 147 int *stat) /* success/failure */ in xfs_alloc_lookup_eq() 153 error = xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat); in xfs_alloc_lookup_eq() 154 cur->bc_ag.abt.active = (*stat == 1); in xfs_alloc_lookup_eq() 167 int *stat) /* success/failure */ in xfs_alloc_lookup_ge() 173 error = xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); in xfs_alloc_lookup_ge() 174 cur->bc_ag.abt.active = (*stat == 1); in xfs_alloc_lookup_ge() 187 int *stat) /* success/failure */ in xfs_alloc_lookup_le() 192 error = xfs_btree_lookup(cur, XFS_LOOKUP_LE, stat); in xfs_alloc_lookup_le() 193 cur->bc_ag.abt.active = (*stat == 1); in xfs_alloc_lookup_le() 230 int *stat) /* outpu in xfs_alloc_get_rec() 143 xfs_alloc_lookup_eq( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, int *stat) xfs_alloc_lookup_eq() argument 163 xfs_alloc_lookup_ge( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, int *stat) xfs_alloc_lookup_ge() argument 183 xfs_alloc_lookup_le( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, int *stat) xfs_alloc_lookup_le() argument 226 xfs_alloc_get_rec( struct xfs_btree_cur *cur, xfs_agblock_t *bno, xfs_extlen_t *len, int *stat) xfs_alloc_get_rec() argument 1022 xfs_alloc_ag_vextent_small( struct xfs_alloc_arg *args, struct xfs_btree_cur *ccur, xfs_agblock_t *fbnop, xfs_extlen_t *flenp, int *stat) xfs_alloc_ag_vextent_small() argument 1315 xfs_alloc_walk_iter( struct xfs_alloc_arg *args, struct xfs_alloc_cur *acur, struct xfs_btree_cur *cur, bool increment, bool find_one, int count, int *stat) xfs_alloc_walk_iter() argument 1367 xfs_alloc_ag_vextent_locality( struct xfs_alloc_arg *args, struct xfs_alloc_cur *acur, int *stat) xfs_alloc_ag_vextent_locality() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | scrub.c | 210 struct btrfs_scrub_progress stat; member 979 sctx->stat.data_extents_scrubbed += stripe->nr_data_extents; in scrub_stripe_report_errors() 980 sctx->stat.tree_extents_scrubbed += stripe->nr_meta_extents; in scrub_stripe_report_errors() 981 sctx->stat.data_bytes_scrubbed += nr_data_sectors << fs_info->sectorsize_bits; in scrub_stripe_report_errors() 982 sctx->stat.tree_bytes_scrubbed += nr_meta_sectors << fs_info->sectorsize_bits; in scrub_stripe_report_errors() 983 sctx->stat.no_csum += nr_nodatacsum_sectors; in scrub_stripe_report_errors() 984 sctx->stat.read_errors += stripe->init_nr_io_errors; in scrub_stripe_report_errors() 985 sctx->stat.csum_errors += stripe->init_nr_csum_errors; in scrub_stripe_report_errors() 986 sctx->stat.verify_errors += stripe->init_nr_meta_errors; in scrub_stripe_report_errors() 987 sctx->stat in scrub_stripe_report_errors() [all...] |
/kernel/linux/linux-6.6/drivers/staging/vme_user/ |
H A D | vme_tsi148.c | 94 static u32 tsi148_LM_irqhandler(struct tsi148_driver *bridge, u32 stat) in tsi148_LM_irqhandler() argument 100 if (stat & TSI148_LCSR_INTS_LMS[i]) { in tsi148_LM_irqhandler() 115 static u32 tsi148_MB_irqhandler(struct vme_bridge *tsi148_bridge, u32 stat) in tsi148_MB_irqhandler() argument 125 if (stat & TSI148_LCSR_INTS_MBS[i]) { in tsi148_MB_irqhandler() 210 u32 stat) in tsi148_VIRQ_irqhandler() 218 if (stat & (1 << i)) { in tsi148_VIRQ_irqhandler() 241 u32 stat, enable, serviced = 0; in tsi148_irqhandler() local 251 stat = ioread32be(bridge->base + TSI148_LCSR_INTS); in tsi148_irqhandler() 254 stat &= enable; in tsi148_irqhandler() 256 if (unlikely(!stat)) in tsi148_irqhandler() 209 tsi148_VIRQ_irqhandler(struct vme_bridge *tsi148_bridge, u32 stat) tsi148_VIRQ_irqhandler() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_tempfile.py | 11 import stat namespace 341 oldmode = mode = os.stat(tempfile.tempdir).st_mode 342 mode &= ~(stat.S_IWUSR | stat.S_IWGRP | stat.S_IWOTH) 454 mode = stat.S_IMODE(os.stat(file.name).st_mode) 793 mode = stat.S_IMODE(os.stat(dir).st_mode) 1620 old_mode = os.stat(file [all...] |
/kernel/linux/linux-6.6/include/net/netns/ |
H A D | flow_table.h | 12 struct nf_flow_table_stat __percpu *stat; member
|
/third_party/musl/src/stat/ |
H A D | futimens.c | 1 #include <sys/stat.h>
|
H A D | umask.c | 1 #include <sys/stat.h>
|
H A D | lchmod.c | 2 #include <sys/stat.h>
|
H A D | mkdirat.c | 1 #include <sys/stat.h>
|
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | w6692.c | 336 u8 stat; in handle_rxD() local 339 stat = ReadW6692(card, W_D_RSTA); in handle_rxD() 340 if (stat & (W_D_RSTA_RDOV | W_D_RSTA_CRCE | W_D_RSTA_RMB)) { in handle_rxD() 341 if (stat & W_D_RSTA_RDOV) { in handle_rxD() 347 if (stat & W_D_RSTA_CRCE) { in handle_rxD() 353 if (stat & W_D_RSTA_RMB) { in handle_rxD() 652 u8 stat, star = 0; in W6692B_interrupt() local 654 stat = ReadW6692B(wch, W_B_EXIR); in W6692B_interrupt() 655 pr_debug("%s: B%d EXIR %02x\n", card->name, wch->bch.nr, stat); in W6692B_interrupt() 656 if (stat in W6692B_interrupt() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_dsi.c | 924 /* Clear all stat bits so we see what has happened during enable. */ in vc4_dsi_encoder_enable() 1391 irqreturn_t *ret, u32 stat, u32 bit, in dsi_handle_error() 1394 if (!(stat & bit)) in dsi_handle_error() 1410 u32 stat = DSI_PORT_READ(INT_STAT); in vc4_dsi_irq_defer_to_thread_handler() local 1412 if (!stat) in vc4_dsi_irq_defer_to_thread_handler() 1425 u32 stat = DSI_PORT_READ(INT_STAT); in vc4_dsi_irq_handler() local 1428 DSI_PORT_WRITE(INT_STAT, stat); in vc4_dsi_irq_handler() 1430 dsi_handle_error(dsi, &ret, stat, in vc4_dsi_irq_handler() 1432 dsi_handle_error(dsi, &ret, stat, in vc4_dsi_irq_handler() 1434 dsi_handle_error(dsi, &ret, stat, in vc4_dsi_irq_handler() 1390 dsi_handle_error(struct vc4_dsi *dsi, irqreturn_t *ret, u32 stat, u32 bit, const char *type) dsi_handle_error() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_dsi.c | 938 /* Clear all stat bits so we see what has happened during enable. */ in vc4_dsi_bridge_pre_enable() 1465 irqreturn_t *ret, u32 stat, u32 bit, in dsi_handle_error() 1468 if (!(stat & bit)) in dsi_handle_error() 1484 u32 stat = DSI_PORT_READ(INT_STAT); in vc4_dsi_irq_defer_to_thread_handler() local 1486 if (!stat) in vc4_dsi_irq_defer_to_thread_handler() 1499 u32 stat = DSI_PORT_READ(INT_STAT); in vc4_dsi_irq_handler() local 1502 DSI_PORT_WRITE(INT_STAT, stat); in vc4_dsi_irq_handler() 1504 dsi_handle_error(dsi, &ret, stat, in vc4_dsi_irq_handler() 1506 dsi_handle_error(dsi, &ret, stat, in vc4_dsi_irq_handler() 1508 dsi_handle_error(dsi, &ret, stat, in vc4_dsi_irq_handler() 1464 dsi_handle_error(struct vc4_dsi *dsi, irqreturn_t *ret, u32 stat, u32 bit, const char *type) dsi_handle_error() argument [all...] |
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | w6692.c | 336 u8 stat; in handle_rxD() local 339 stat = ReadW6692(card, W_D_RSTA); in handle_rxD() 340 if (stat & (W_D_RSTA_RDOV | W_D_RSTA_CRCE | W_D_RSTA_RMB)) { in handle_rxD() 341 if (stat & W_D_RSTA_RDOV) { in handle_rxD() 347 if (stat & W_D_RSTA_CRCE) { in handle_rxD() 353 if (stat & W_D_RSTA_RMB) { in handle_rxD() 652 u8 stat, star = 0; in W6692B_interrupt() local 654 stat = ReadW6692B(wch, W_B_EXIR); in W6692B_interrupt() 655 pr_debug("%s: B%d EXIR %02x\n", card->name, wch->bch.nr, stat); in W6692B_interrupt() 656 if (stat in W6692B_interrupt() [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | drop_monitor.c | 276 struct dm_hw_stat_delta *stat; in trace_napi_poll_hit() local 284 stat = rcu_dereference(dev->dm_private); in trace_napi_poll_hit() 285 if (stat) { in trace_napi_poll_hit() 291 if (time_after(jiffies, stat->last_rx + dm_hw_check_delta) && in trace_napi_poll_hit() 292 (dev->stats.rx_dropped != stat->last_drop_val)) { in trace_napi_poll_hit() 294 stat->last_drop_val = dev->stats.rx_dropped; in trace_napi_poll_hit() 295 stat->last_rx = jiffies; in trace_napi_poll_hit() 1577 struct dm_hw_stat_delta *stat; in dropmon_net_event() local 1583 stat = kzalloc(sizeof(*stat), GFP_KERNE in dropmon_net_event() [all...] |
/third_party/musl/src/legacy/ |
H A D | ftw.c | 3 int ftw(const char *path, int (*fn)(const char *, const struct stat *, int), int fd_limit) in ftw()
|