Home
last modified time | relevance | path

Searched defs:n (Results 4526 – 4550 of 5886) sorted by relevance

1...<<181182183184185186187188189190>>...236

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_linflexuart.c785 unsigned int n) in linflex_earlycon_write()
/OK3568_Linux_fs/kernel/drivers/media/platform/marvell-ccic/
H A Dmcam-core.h261 #define CSI2_C0_ACT_LANE(n) ((n-1) << 1) argument
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dspear_smi.c105 #define FLASH_ID(n, es, id, psize, ssize, size) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dsid.h1586 #define PACKET0(reg, n) ((RADEON_PACKET_TYPE0 << 30) | \ argument
1595 #define PACKET3(op, n) ((RADEON_PACKET_TYPE3 << 30) | \ argument
1599 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) argument
1853 #define DMA_PACKET(cmd, b, t, s, n) ((((cmd) & 0xF) << 28) | \ argument
1859 #define DMA_IB_PACKET(cmd, vmid, n) ((((cmd) & 0xF) << 28) | \ argument
1863 #define DMA_PTE_PDE_PACKET(n) ((2 << 28) | \ argument
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py164 def findnth(s, sub, n, offs=0): argument
174 def PercentToOneDP(n, d): argument
2062 def GenerateNColours(n): argument
2069 def GenerateNRandomColours(n, seed): argument
3237 def ResizeColumnToContents(self, column, n): argument
3801 def ResizeColumnToContents(self, column, n): argument
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddir.c2432 struct rb_node *n; in __nfs_access_zap_cache() local
2465 struct rb_node *n = NFS_I(inode)->access_cache.rb_node; in nfs_access_search_rbtree() local
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dds.c1318 static inline u64 get_pebs_status(void *n) in get_pebs_status()
1795 int n; in intel_pmu_drain_pebs_core() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dosdep_service.h571 #define RTW_DIV_ROUND_UP(n, d) DIV_ROUND_UP(n, d) argument
573 #define RTW_DIV_ROUND_UP(n, d) (((n) + (d - 1)) / d) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dosdep_service.h572 #define RTW_DIV_ROUND_UP(n, d) DIV_ROUND_UP(n, d) argument
574 #define RTW_DIV_ROUND_UP(n, d) (((n) + (d - 1)) / d) argument
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c103 RK_U32 n, RK_U32 *write_to) in mpp_av1_read_ns()
629 RK_S32 n = current->decoder_model_info.buffer_delay_length_minus_1 + 1; in mpp_av1_sequence_header_obu() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/btc/
H A Dhalbtc8703b1ant.c3018 u32 freq, freq1, freq2, n = 0, i = 0, j = 0, m = 0, psd_rep1, psd_rep2; in halbtc8703b1ant_psd_showdata() local
3253 u32 i = 0, val = 0, n = 0, k = 0, j, point_index = 0; in halbtc8703b1ant_psd_sweep_point() local
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c66 struct nfs4_ff_layout_ds_err *err, *n; in ff_layout_free_layout_hdr() local
2205 size_t n = 0; in ff_layout_send_layouterror() local
/OK3568_Linux_fs/kernel/drivers/parport/
H A Dparport_pc.c537 const int n = left < fifo_depth ? left : fifo_depth; in parport_pc_fifo_write_block_pio() local
2782 int err, count, n, i = id->driver_data; in parport_pc_pci_probe() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dbio.h484 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) argument
490 # define BIO_set_nbio_accept(b,n) BIO_ctrl(b,BIO_C_SET_ACCEPT,1,(n)?(void *)"a":NULL) argument
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dacmacros.h425 #define ACPI_ERROR_METHOD(s, n, p, e) acpi_ut_method_error (AE_INFO, s, n, p, e); argument
436 #define ACPI_ERROR_METHOD(s, n, p, e) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dosdep_service.h546 #define RTW_DIV_ROUND_UP(n, d) DIV_ROUND_UP(n, d) argument
548 #define RTW_DIV_ROUND_UP(n, d) (((n) + (d - 1)) / d) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dosdep_service.h546 #define RTW_DIV_ROUND_UP(n, d) DIV_ROUND_UP(n, d) argument
548 #define RTW_DIV_ROUND_UP(n, d) (((n) + (d - 1)) / d) argument
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dicm.c1650 struct icm_notification *n = container_of(work, typeof(*n), work); in icm_handle_notification() local
1690 struct icm_notification *n; in icm_handle_event() local
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c1158 u32 n; in get_v4l2_ext_controls32() local
1216 u32 n; in put_v4l2_ext_controls32() local
/OK3568_Linux_fs/kernel/drivers/bus/mhi/core/
H A Dinternal.h156 #define BHI_MSMHWID(n) (0x4C + (0x4 * n)) argument
157 #define BHI_OEMPKHASH(n) (0x64 + (0x4 * n)) argument
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Domap-sham.c651 int n = sg_nents(sg); in omap_sham_copy_sg_lists() local
750 int n = 0; in omap_sham_align_sgs() local
/OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/
H A Dlibcxgbi.c611 struct neighbour *n; in cxgbi_check_route() local
727 struct neighbour *n; in cxgbi_check_route6() local
/OK3568_Linux_fs/kernel/kernel/
H A Dcpu.c2936 void idle_notifier_register(struct notifier_block *n) in idle_notifier_register()
2942 void idle_notifier_unregister(struct notifier_block *n) in idle_notifier_unregister()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c1456 int n; in miLineArc() local
2501 int n, in miPolylines()
/OK3568_Linux_fs/kernel/sound/isa/
H A Des18xx.c2221 static int snd_es18xx_isa_suspend(struct device *dev, unsigned int n, in snd_es18xx_isa_suspend()
2227 static int snd_es18xx_isa_resume(struct device *dev, unsigned int n) in snd_es18xx_isa_resume()

1...<<181182183184185186187188189190>>...236