/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | stifb.c | 189 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 D | btnxpuart.c | 1191 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 D | dm.c | 384 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 D | mixart.c | 115 "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 D | gen.c | 19 #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 D | tftpc.c | 44 #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 D | dw-hdmi.c | 113 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 D | wpa_interface_drivers.c | 22 #include <sys/stat.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | corgi_pm.c | 9 #include <linux/stat.h>
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | eeh_sysfs.c | 10 #include <linux/stat.h>
|
H A D | sys_ppc32.c | 27 #include <linux/stat.h>
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | sys_x86_64.c | 13 #include <linux/stat.h>
|
H A D | kdebugfs.c | 13 #include <linux/stat.h>
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | sys_sparc_32.c | 20 #include <linux/stat.h>
|
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci_sysfs.c | 13 #include <linux/stat.h>
|
/kernel/linux/linux-5.10/arch/s390/appldata/ |
H A D | appldata_os.c | 22 #include <linux/sched/stat.h>
|
/kernel/linux/linux-5.10/arch/sh/drivers/dma/ |
H A D | dma-sysfs.c | 11 #include <linux/stat.h>
|
/kernel/linux/linux-5.10/drivers/block/rnbd/ |
H A D | rnbd-srv-sysfs.c | 15 #include <linux/stat.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/sync/ |
H A D | sync.c | 36 #include <sys/stat.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ipv6_flowlabel_mgr.c | 17 #include <sys/stat.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | write_to_hugetlbfs.c | 17 #include <sys/stat.h>
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | eeh_sysfs.c | 11 #include <linux/stat.h>
|
H A D | sys_ppc32.c | 37 #include <linux/stat.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/ |
H A D | step_after_suspend_test.c | 17 #include <sys/stat.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
H A D | non-regular.c | 8 #include <sys/stat.h>
|