Searched refs:aux (Results 1 - 25 of 3183) sorted by relevance

1234567891011>>

/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
H A Dnouveau_nvkm_subdev_i2c_aux.c29 #include "aux.h"
37 struct nvkm_i2c_aux *aux = container_of(adap, typeof(*aux), i2c); local in function:nvkm_i2c_aux_i2c_xfer
41 ret = nvkm_i2c_aux_acquire(aux);
64 ret = aux->func->xfer(aux, true, cmd,
70 AUX_TRACE(aux, "no data after 32 retries");
84 nvkm_i2c_aux_release(aux);
101 nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *aux, bool monitor) argument
103 struct nvkm_i2c_pad *pad = aux
112 nvkm_i2c_aux_release(struct nvkm_i2c_aux * aux) argument
121 nvkm_i2c_aux_acquire(struct nvkm_i2c_aux * aux) argument
140 nvkm_i2c_aux_xfer(struct nvkm_i2c_aux * aux,bool retry,u8 type,u32 addr,u8 * data,u8 * size) argument
151 nvkm_i2c_aux_lnk_ctl(struct nvkm_i2c_aux * aux,int nr,int bw,bool ef) argument
161 struct nvkm_i2c_aux *aux = *paux; local in function:nvkm_i2c_aux_del
173 nvkm_i2c_aux_init(struct nvkm_i2c_aux * aux) argument
182 nvkm_i2c_aux_fini(struct nvkm_i2c_aux * aux) argument
191 nvkm_i2c_aux_ctor(const struct nvkm_i2c_aux_func * func,struct nvkm_i2c_pad * pad,int id,struct nvkm_i2c_aux * aux) argument
[all...]
H A Dnouveau_nvkm_subdev_i2c_auxg94.c30 #include "aux.h"
38 g94_i2c_aux_fini(struct g94_i2c_aux *aux) argument
40 struct nvkm_device *device = aux->base.pad->i2c->subdev.device;
41 nvkm_mask(device, 0x00e4e4 + (aux->ch * 0x50), 0x00310000, 0x00000000);
45 g94_i2c_aux_init(struct g94_i2c_aux *aux) argument
47 struct nvkm_device *device = aux->base.pad->i2c->subdev.device;
56 ctrl = nvkm_rd32(device, 0x00e4e4 + (aux->ch * 0x50));
59 AUX_ERR(&aux->base, "begin idle timeout %08x", ctrl);
65 nvkm_mask(device, 0x00e4e4 + (aux->ch * 0x50), 0x00300000, ureq);
68 ctrl = nvkm_rd32(device, 0x00e4e4 + (aux
84 struct g94_i2c_aux *aux = g94_i2c_aux(obj); local in function:g94_i2c_aux_xfer
173 struct g94_i2c_aux *aux; local in function:g94_i2c_aux_new_
[all...]
H A Dnouveau_nvkm_subdev_i2c_auxgm200.c30 #include "aux.h"
38 gm200_i2c_aux_fini(struct gm200_i2c_aux *aux) argument
40 struct nvkm_device *device = aux->base.pad->i2c->subdev.device;
41 nvkm_mask(device, 0x00d954 + (aux->ch * 0x50), 0x00310000, 0x00000000);
45 gm200_i2c_aux_init(struct gm200_i2c_aux *aux) argument
47 struct nvkm_device *device = aux->base.pad->i2c->subdev.device;
56 ctrl = nvkm_rd32(device, 0x00d954 + (aux->ch * 0x50));
59 AUX_ERR(&aux->base, "begin idle timeout %08x", ctrl);
65 nvkm_mask(device, 0x00d954 + (aux->ch * 0x50), 0x00300000, ureq);
68 ctrl = nvkm_rd32(device, 0x00d954 + (aux
84 struct gm200_i2c_aux *aux = gm200_i2c_aux(obj); local in function:gm200_i2c_aux_xfer
178 struct gm200_i2c_aux *aux; local in function:gm200_i2c_aux_new
[all...]
/src/sys/arch/epoc32/epoc32/
H A Dinternal.c44 internal_match(device_t parent, cfdata_t match, void *aux) argument
52 internal_attach(device_t parent, device_t self, void *aux) argument
58 config_search(self, aux,
63 internal_search(device_t self, cfdata_t cf, const int *ldesc, void *aux) argument
79 if (config_probe(self, cf, aux))
80 config_attach(self, cf, aux, NULL, CFARGS_NONE);
/src/sys/arch/arm/imx/
H A Dimx51_wdog.c43 wdog_match(device_t parent, struct cfdata *cf, void *aux) argument
45 struct axi_attach_args *aa = aux;
56 wdog_attach(device_t parent, device_t self, void *aux) argument
58 struct axi_attach_args *aa = aux;
H A Dimx23_apbh.c68 apbh_match(device_t parent, cfdata_t match, void *aux) argument
70 struct mainbus_attach_args *mb = aux;
79 apbh_attach(device_t parent, device_t self, void *aux) argument
118 apbh_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) argument
120 struct apb_attach_args *aa = aux;
127 if (config_probe(parent, cf, aux))
128 config_attach(parent, cf, aux, apbh_print, CFARGS_NONE);
137 apbh_search_crit_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) argument
139 struct apb_attach_args *aa = aux;
151 if (config_probe(parent, cf, aux))
161 apbh_print(void * aux,const char * name __unused) argument
[all...]
H A Dimx23_apbx.c68 apbx_match(device_t parent, cfdata_t match, void *aux) argument
70 struct mainbus_attach_args *mb = aux;
79 apbx_attach(device_t parent, device_t self, void *aux) argument
118 apbx_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) argument
120 struct apb_attach_args *aa = aux;
127 if (config_probe(parent, cf, aux))
128 config_attach(parent, cf, aux, apbx_print, CFARGS_NONE);
137 apbx_search_crit_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) argument
139 struct apb_attach_args *aa = aux;
151 if (config_probe(parent, cf, aux))
161 apbx_print(void * aux,const char * name __unused) argument
[all...]
H A Dimx23_ahb.c62 ahb_match(device_t parent, cfdata_t match, void *aux) argument
64 struct mainbus_attach_args *mb = aux;
73 ahb_attach(device_t parent, device_t self, void *aux) argument
110 ahb_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) argument
112 struct apb_attach_args *aa = aux;
119 if (config_probe(parent, cf, aux))
120 config_attach(parent, cf, aux, ahb_print, CFARGS_NONE);
129 ahb_print(void *aux, const char *name __unused) argument
131 struct apb_attach_args *aa = aux;
/src/sys/arch/x86/pci/
H A Damdpcib.c57 amdpcib_match(device_t parent, cfdata_t match, void *aux) argument
59 struct pci_attach_args *pa = aux;
69 amdpcib_attach(device_t parent, device_t self, void *aux) argument
71 struct pci_attach_args *pa = aux;
73 pcibattach(parent, self, aux);
81 amdpcib_search(device_t parent, cfdata_t cf, const int *locs, void *aux) argument
84 if (config_probe(parent, cf, aux))
85 config_attach(parent, cf, aux, NULL,
/src/sys/dev/gpio/
H A Dgpiolib.c34 gpiobus_print(void *aux, const char *pnp) argument
37 struct gpiobus_attach_args *gba = aux;
/src/sys/arch/sandpoint/sandpoint/
H A Deumb.c57 eumb_match(device_t parent, cfdata_t cf, void *aux) argument
59 struct mainbus_attach_args *ma = aux;
67 eumb_attach(device_t parent, device_t self, void *aux) argument
72 config_search(self, aux,
77 eumb_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) argument
79 struct mainbus_attach_args *ma = aux;
92 eumb_print(void *aux, const char *pnp) argument
94 struct eumb_attach_args *eaa = aux;
/src/sys/arch/evbppc/virtex/dev/
H A Dxcvbus.c55 xcvbus_match(device_t parent, cfdata_t cf, void *aux) argument
57 struct plb_attach_args *paa = aux;
63 xcvbus_attach(device_t parent, device_t self, void *aux) argument
65 struct plb_attach_args *paa = aux;
77 xcvbus_print(void *aux, const char *pnp) argument
79 struct xcvbus_attach_args *vaa = aux;
102 xcvbus_child_match(device_t parent, cfdata_t cf, void *aux) argument
104 struct xcvbus_attach_args *vaa = aux;
/src/sys/arch/ofppc/ofppc/
H A Dautoconf.c39 device_register(device_t dev, void *aux) argument
41 ofw_device_register(dev, aux);
/src/sys/arch/riscv/riscv/
H A Dcpu_mainbus.c49 cpu_mainbus_match(device_t parent, cfdata_t cf, void *aux) argument
51 struct mainbus_attach_args * const maa = aux;
60 cpu_mainbus_attach(device_t parent, device_t self, void *aux) argument
/src/sys/arch/shark/ofw/
H A Dcpu_ofbus.c15 * int cpu_ofbus_match(device_t parent, cfdata_t cf, void *aux)
22 cpu_ofbus_match(device_t parent, cfdata_t cf, void *aux) argument
24 struct ofbus_attach_args *aa = aux;
35 * void cpu_ofbus_attach(device_t parent, device_t dev, void *aux)
41 cpu_ofbus_attach(device_t parent, device_t self, void *aux) argument
/src/sys/arch/mips/alchemy/dev/
H A Dauaudio.c55 auaudio_match(device_t parent, cfdata_t match, void *aux) argument
57 struct aubus_attach_args *aa = aux;
67 auaudio_attach(device_t parent, device_t self, void *aux) argument
/src/tests/lib/libc/sys/
H A Dt_ptrace_register_wait.h31 access_regs(const char *regset, const char *aux) argument
81 if (strcmp(aux, "none") == 0) {
83 } else if (strcmp(aux, "pc") == 0) {
86 } else if (strstr(aux, "set_pc") != NULL) {
89 if (strstr(aux, "0x1") != NULL) {
91 } else if (strstr(aux, "0x3") != NULL) {
93 } else if (strstr(aux, "0x7") != NULL) {
98 if (strcmp(aux, "set_pc") != 0) {
102 } else if (strcmp(aux, "sp") == 0) {
105 } else if (strcmp(aux, "intr
[all...]
/src/sys/arch/vax/vax/
H A Dautoconf.c110 mainbus_print(void *aux, const char *name) argument
112 struct mainbus_attach_args * const ma = aux;
121 mainbus_match(device_t parent, cfdata_t cf, void *aux) argument
127 mainbus_attach(device_t parent, device_t self, void *aux) argument
161 cpu_mainbus_match(device_t self, cfdata_t cf, void *aux) argument
163 struct mainbus_attach_args *ma = aux;
169 cpu_mainbus_attach(device_t parent, device_t self, void *aux) argument
252 device_register(device_t dev, void *aux) argument
261 if ((**dp)(dev, aux)) {
282 ubtest(void *aux) argument
295 booted_ni(device_t dev,void * aux) argument
308 booted_de(device_t dev,void * aux) argument
319 booted_le(device_t dev,void * aux) argument
327 booted_ze(device_t dev,void * aux) argument
335 booted_qt(device_t dev,void * aux) argument
345 booted_qe(device_t dev,void * aux) argument
358 booted_sd(device_t dev,void * aux) argument
391 booted_rl(device_t dev,void * aux) argument
413 booted_ra(device_t dev,void * aux) argument
436 booted_hp(device_t dev,void * aux) argument
462 booted_rd(device_t dev,void * aux) argument
[all...]
/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_crtc_helper_internal.h51 int drm_dp_aux_register_devnode(struct drm_dp_aux *aux);
52 void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux);
63 static inline int drm_dp_aux_register_devnode(struct drm_dp_aux *aux) argument
68 static inline void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux) argument
/src/sys/dev/acpi/
H A Dacpi_pcd.c57 acpi_pcd_match(device_t parent, cfdata_t cf, void *aux) argument
59 struct acpi_attach_args *aa = aux;
65 acpi_pcd_attach(device_t parent, device_t self, void *aux) argument
67 struct acpi_attach_args * const aa = aux;
/src/sys/arch/arm/sunxi/
H A Dsunxi_de2.c48 sunxi_de2_match(device_t parent, cfdata_t cf, void *aux) argument
50 struct fdt_attach_args * const faa = aux;
56 sunxi_de2_attach(device_t parent, device_t self, void *aux) argument
58 struct fdt_attach_args * const faa = aux;
/src/sys/arch/arm/ti/
H A Dti_sysc.c55 ti_sysc_match(device_t parent, cfdata_t cf, void *aux) argument
57 struct fdt_attach_args * const faa = aux;
63 ti_sysc_attach(device_t parent, device_t self, void *aux) argument
65 struct fdt_attach_args * const faa = aux;
H A Dti_tptc.c55 ti_tptc_match(device_t parent, cfdata_t cf, void *aux) argument
57 struct fdt_attach_args * const faa = aux;
63 ti_tptc_attach(device_t parent, device_t self, void *aux) argument
65 struct fdt_attach_args * const faa = aux;
/src/sys/dev/ic/
H A Dtimer_cpcbus.c53 cpctim_match(device_t parent, cfdata_t cf, void *aux) argument
55 struct cpcbus_attach_args *caa = aux;
61 cpctim_attach(device_t parent, device_t self, void *aux) argument
64 struct cpcbus_attach_args *caa = aux;
/src/sys/arch/arm/fdt/
H A Dcpus_fdt.c41 fdtbus_cpus_md_attach(device_t parent, device_t self, void *aux) argument

Completed in 27 milliseconds

1234567891011>>