Home
last modified time | relevance | path

Searched refs:stat (Results 1901 - 1925 of 3428) sorted by relevance

1...<<71727374757677787980>>...138

/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dstifb.c189 char stat; in SETUP_HW() local
192 stat = READ_BYTE(fb, REG_15b0); in SETUP_HW()
193 if (!stat) in SETUP_HW()
194 stat = READ_BYTE(fb, REG_15b0); in SETUP_HW()
195 } while (stat); in SETUP_HW()
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dbtnxpuart.c1191 hdev->stat.byte_tx += len; in btnxpuart_tx_work()
1201 hdev->stat.cmd_tx++; in btnxpuart_tx_work()
1204 hdev->stat.acl_tx++; in btnxpuart_tx_work()
1207 hdev->stat.sco_tx++; in btnxpuart_tx_work()
1288 nxpdev->hdev->stat.byte_rx += count; in btnxpuart_receive_buf()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Ddm.c384 struct rssi_sta *stat = &drv_priv->rssi_stat; in rtl92ee_dm_check_rssi_monitor() local
386 if (stat->undec_sm_pwdb < min) in rtl92ee_dm_check_rssi_monitor()
387 min = stat->undec_sm_pwdb; in rtl92ee_dm_check_rssi_monitor()
388 if (stat->undec_sm_pwdb > max) in rtl92ee_dm_check_rssi_monitor()
389 max = stat->undec_sm_pwdb; in rtl92ee_dm_check_rssi_monitor()
/kernel/linux/linux-6.6/sound/pci/mixart/
H A Dmixart.c115 "error MSG_STREAM_ST***_STREAM_GRP_PACKET err=%x stat=%x !\n", in mixart_set_pipe_state()
121 u32 stat = 0; in mixart_set_pipe_state() local
128 "error MSG_STREAM_START_STREAM_GRP_PACKET err=%x stat=%x !\n", in mixart_set_pipe_state()
140 err = snd_mixart_send_msg(mgr, &request, sizeof(stat), &stat); in mixart_set_pipe_state()
141 if (err < 0 || stat != 0) { in mixart_set_pipe_state()
143 "error MSG_SYSTEM_SEND_SYNCHRO_CMD err=%x stat=%x !\n", in mixart_set_pipe_state()
144 err, stat); in mixart_set_pipe_state()
200 "error MSG_CLOCK_SET_PROPERTIES err=%x stat=%x mod=%x !\n", in mixart_set_clock()
307 "error MSG_STREAM_ADD_**PUT_GROUP err=%x stat in snd_mixart_add_ref_pipe()
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dgen.c19 #include <sys/stat.h>
919 struct stat st; in do_skeleton()
954 if (stat(file, &st)) { in do_skeleton()
955 p_err("failed to stat() %s: %s", file, strerror(errno)); in do_skeleton()
1293 struct stat st; in do_subskeleton()
1333 if (stat(file, &st)) { in do_subskeleton()
1334 p_err("failed to stat() %s: %s", file, strerror(errno)); in do_subskeleton()
/kernel/liteos_a/apps/tftp/src/
H A Dtftpc.c44 #include <sys/stat.h>
534 struct stat sb; in lwip_tftp_get_file_by_filename()
617 if (stat((char *)pszTempDestName, &sb) == 0 && S_ISDIR(sb.st_mode)) { in lwip_tftp_get_file_by_filename()
936 struct stat buffer; in lwip_tftp_put_file_by_filename()
964 if (stat((char *)szSrcFileName, &buffer) != 0) { in lwip_tftp_put_file_by_filename()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c113 u8 stat; member
336 int stat; in dw_hdmi_i2c_wait() local
338 stat = wait_for_completion_timeout(&i2c->cmp, HZ / 10); in dw_hdmi_i2c_wait()
339 if (!stat) { in dw_hdmi_i2c_wait()
345 stat = wait_for_completion_timeout(&i2c->cmp, HZ / 10); in dw_hdmi_i2c_wait()
346 if (!stat) in dw_hdmi_i2c_wait()
351 if (i2c->stat & HDMI_IH_I2CM_STAT0_ERROR) in dw_hdmi_i2c_wait()
3015 unsigned int stat; in dw_hdmi_i2c_irq() local
3017 stat = hdmi_readb(hdmi, HDMI_IH_I2CM_STAT0); in dw_hdmi_i2c_irq()
3018 if (!stat) in dw_hdmi_i2c_irq()
[all...]
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
H A Dwpa_interface_drivers.c22 #include <sys/stat.h>
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dcorgi_pm.c9 #include <linux/stat.h>
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Deeh_sysfs.c10 #include <linux/stat.h>
H A Dsys_ppc32.c27 #include <linux/stat.h>
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsys_x86_64.c13 #include <linux/stat.h>
H A Dkdebugfs.c13 #include <linux/stat.h>
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsys_sparc_32.c20 #include <linux/stat.h>
/kernel/linux/linux-5.10/arch/s390/pci/
H A Dpci_sysfs.c13 #include <linux/stat.h>
/kernel/linux/linux-5.10/arch/s390/appldata/
H A Dappldata_os.c22 #include <linux/sched/stat.h>
/kernel/linux/linux-5.10/arch/sh/drivers/dma/
H A Ddma-sysfs.c11 #include <linux/stat.h>
/kernel/linux/linux-5.10/drivers/block/rnbd/
H A Drnbd-srv-sysfs.c15 #include <linux/stat.h>
/kernel/linux/linux-5.10/tools/testing/selftests/sync/
H A Dsync.c36 #include <sys/stat.h>
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c17 #include <sys/stat.h>
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dwrite_to_hugetlbfs.c17 #include <sys/stat.h>
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Deeh_sysfs.c11 #include <linux/stat.h>
H A Dsys_ppc32.c37 #include <linux/stat.h>
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c17 #include <sys/stat.h>
/kernel/linux/linux-5.10/tools/testing/selftests/exec/
H A Dnon-regular.c8 #include <sys/stat.h>

Completed in 24 milliseconds

1...<<71727374757677787980>>...138