Home
last modified time | relevance | path

Searched defs:nvp (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c125 void sym_nvram_setup_target(struct sym_tcb *tp, int target, struct sym_nvram *nvp) in sym_nvram_setup_target()
741 int sym_read_nvram(struct sym_device *np, struct sym_nvram *nvp) in sym_read_nvram()
755 char *sym_nvram_type(struct sym_nvram *nvp) in sym_nvram_type()
H A Dsym_nvram.h190 static inline int sym_read_nvram(struct sym_device *np, struct sym_nvram *nvp) in sym_read_nvram()
195 static inline char *sym_nvram_type(struct sym_nvram *nvp) in sym_nvram_type()
H A Dsym_glue.c1435 static void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp) in sym_get_nvram()
1443 static inline void sym_get_nvram(struct sym_device *devp, struct sym_nvram *nvp) in sym_get_nvram()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c2342 int i, j, nvp, nvps = 0; in vop2_create_crtcs() local