Home
last modified time | relevance | path

Searched defs:psmap (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pinctrl/sophgo/
H A Dpinctrl-cv1800b.c37 static int cv1800b_get_pull_up(struct cv1800_pin *pin, const u32 *psmap) in cv1800b_get_pull_up()
57 static int cv1800b_get_pull_down(struct cv1800_pin *pin, const u32 *psmap) in cv1800b_get_pull_down()
111 static int cv1800b_get_oc_map(struct cv1800_pin *pin, const u32 *psmap, in cv1800b_get_oc_map()
156 static int cv1800b_get_schmitt_map(struct cv1800_pin *pin, const u32 *psmap, in cv1800b_get_schmitt_map()
H A Dpinctrl-sg2002.c37 static int sg2002_get_pull_up(struct cv1800_pin *pin, const u32 *psmap) in sg2002_get_pull_up()
57 static int sg2002_get_pull_down(struct cv1800_pin *pin, const u32 *psmap) in sg2002_get_pull_down()
111 static int sg2002_get_oc_map(struct cv1800_pin *pin, const u32 *psmap, in sg2002_get_oc_map()
156 static int sg2002_get_schmitt_map(struct cv1800_pin *pin, const u32 *psmap, in sg2002_get_schmitt_map()
H A Dpinctrl-sg2000.c43 static int sg2000_get_pull_up(struct cv1800_pin *pin, const u32 *psmap) in sg2000_get_pull_up()
63 static int sg2000_get_pull_down(struct cv1800_pin *pin, const u32 *psmap) in sg2000_get_pull_down()
117 static int sg2000_get_oc_map(struct cv1800_pin *pin, const u32 *psmap, in sg2000_get_oc_map()
162 static int sg2000_get_schmitt_map(struct cv1800_pin *pin, const u32 *psmap, in sg2000_get_schmitt_map()
H A Dpinctrl-cv1812h.c43 static int cv1812h_get_pull_up(struct cv1800_pin *pin, const u32 *psmap) in cv1812h_get_pull_up()
63 static int cv1812h_get_pull_down(struct cv1800_pin *pin, const u32 *psmap) in cv1812h_get_pull_down()
117 static int cv1812h_get_oc_map(struct cv1800_pin *pin, const u32 *psmap, in cv1812h_get_oc_map()
162 static int cv1812h_get_schmitt_map(struct cv1800_pin *pin, const u32 *psmap, in cv1812h_get_schmitt_map()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h77 struct address_space *psmap; /* 'psmap' area mappings. */ member