| /OK3568_Linux_fs/kernel/net/x25/ |
| H A D | x25_facilities.c | 269 struct x25_facilities *ours = &x25->facilities; in x25_negotiate_facilities() local 274 memcpy(new, ours, sizeof(*new)); in x25_negotiate_facilities() 284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities() 294 int ours_in = ours->throughput & 0x0f; in x25_negotiate_facilities() 295 int ours_out = ours->throughput & 0xf0; in x25_negotiate_facilities() 308 if (theirs.pacsize_in < ours->pacsize_in) { in x25_negotiate_facilities() 312 if (theirs.pacsize_out < ours->pacsize_out) { in x25_negotiate_facilities() 319 if (theirs.winsize_in < ours->winsize_in) { in x25_negotiate_facilities() 323 if (theirs.winsize_out < ours->winsize_out) { in x25_negotiate_facilities()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmsdspi_linux.c | 72 bool ours; in sdspi_isr() local 81 ours = spi_check_client_intr(sd, NULL); in sdspi_isr() 84 if (ours && sd->got_hcint) { in sdspi_isr() 89 return IRQ_RETVAL(ours); in sdspi_isr()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | s3c24xx-cpufreq.c | 461 struct s3c_cpufreq_board *ours; in s3c_cpufreq_setboard() local 471 ours = kzalloc(sizeof(*ours), GFP_KERNEL); in s3c_cpufreq_setboard() 472 if (!ours) in s3c_cpufreq_setboard() 475 *ours = *board; in s3c_cpufreq_setboard() 476 cpu_cur.board = ours; in s3c_cpufreq_setboard()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmsdspi_linux.c | 78 bool ours; in sdspi_isr() local 87 ours = spi_check_client_intr(sd, NULL); in sdspi_isr() 90 if (ours && sd->got_hcint) { in sdspi_isr() 95 return IRQ_RETVAL(ours); in sdspi_isr()
|
| H A D | bcmsdstd_linux.c | 80 bool ours; in sdstd_isr() local 108 ours = check_client_intr(sd); in sdstd_isr() 111 if (ours && sd->got_hcint) { in sdstd_isr() 116 return IRQ_RETVAL(ours); in sdstd_isr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmsdspi_linux.c | 78 bool ours; in sdspi_isr() local 87 ours = spi_check_client_intr(sd, NULL); in sdspi_isr() 90 if (ours && sd->got_hcint) { in sdspi_isr() 95 return IRQ_RETVAL(ours); in sdspi_isr()
|
| H A D | bcmsdstd_linux.c | 80 bool ours; in sdstd_isr() local 108 ours = check_client_intr(sd); in sdstd_isr() 111 if (ours && sd->got_hcint) { in sdstd_isr() 116 return IRQ_RETVAL(ours); in sdstd_isr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmsdspi_linux.c | 293 bool ours; local 302 ours = spi_check_client_intr(sd, NULL); 305 if (ours && sd->got_hcint) { 310 return IRQ_RETVAL(ours);
|
| H A D | bcmsdstd_linux.c | 87 bool ours; in sdstd_isr() local 115 ours = check_client_intr(sd); in sdstd_isr() 118 if (ours && sd->got_hcint) { in sdstd_isr() 123 return IRQ_RETVAL(ours); in sdstd_isr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmsdspi_linux.c | 293 bool ours; local 302 ours = spi_check_client_intr(sd, NULL); 305 if (ours && sd->got_hcint) { 310 return IRQ_RETVAL(ours);
|
| H A D | bcmsdstd_linux.c | 87 bool ours; in sdstd_isr() local 115 ours = check_client_intr(sd); in sdstd_isr() 118 if (ours && sd->got_hcint) { in sdstd_isr() 123 return IRQ_RETVAL(ours); in sdstd_isr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmsdspi_linux.c | 293 bool ours; local 302 ours = spi_check_client_intr(sd, NULL); 305 if (ours && sd->got_hcint) { 310 return IRQ_RETVAL(ours);
|
| H A D | bcmsdstd_linux.c | 87 bool ours; in sdstd_isr() local 115 ours = check_client_intr(sd); in sdstd_isr() 118 if (ours && sd->got_hcint) { in sdstd_isr() 123 return IRQ_RETVAL(ours); in sdstd_isr()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
| H A D | use-env-for-perl.patch | 9 that /usr/bin/env perl will always return ours (if it has been built).
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | ps3.dts | 39 * here so we can bring up both of ours. See smp_setup_cpu_maps().
|
| /OK3568_Linux_fs/buildroot/package/pkcs11-helper/ |
| H A D | 0001-nss-use-nss-pkcs11-h.patch | 32 -#define _PKCS11T_H_ /* required so no conflict with ours */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | 0005-make.bash-override-CC-when-building-dist-and-go_boot.patch | 36 # Throw ours, built with Go 1.4, away after bootstrap.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/ca-certificates/ca-certificates/ |
| H A D | 0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch | 8 for expired certs (which is upstream concern, but not ours).
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | php-fpm.conf | 61 ; Available Units: s(econds), m(inutes), h(ours), or d(ays) 67 ; Available units: s(econds), m(inutes), h(ours), or d(ays)
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/dlm/ |
| H A D | dlmdomain.c | 729 struct dlm_protocol_version *ours, in dlm_query_join_proto_check() argument 735 if (!dlm_protocol_compare(ours, &proto)) { in dlm_query_join_proto_check() 752 ours->pv_major, in dlm_query_join_proto_check() 753 ours->pv_minor); in dlm_query_join_proto_check()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_osm.c | 1572 int ours; in ahc_linux_isr() local 1576 ours = ahc_intr(ahc); in ahc_linux_isr() 1578 return IRQ_RETVAL(ours); in ahc_linux_isr()
|
| H A D | aic79xx_osm.c | 1662 int ours; in ahd_linux_isr() local 1666 ours = ahd_intr(ahd); in ahd_linux_isr() 1668 return IRQ_RETVAL(ours); in ahd_linux_isr()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | udp.c | 2514 int ours; in udp_v4_early_demux() local 2529 ours = ip_check_mc_rcu(in_dev, iph->daddr, iph->saddr, in udp_v4_early_demux() 2531 if (!ours) in udp_v4_early_demux()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | GPL-1.0-only | 43 Also, for each author`s protection and ours, we want to make certain
|
| H A D | GPL-1.0-or-later | 40 Also, for each author's protection and ours, we want to make certain that
|