/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/ |
nouveau_nvkm_subdev_i2c_aux.c | 29 #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) 103 struct nvkm_i2c_pad *pad = aux->pad 161 struct nvkm_i2c_aux *aux = *paux; local in function:nvkm_i2c_aux_del [all...] |
nouveau_nvkm_subdev_i2c_auxg94.c | 30 #include "aux.h" 38 g94_i2c_aux_fini(struct g94_i2c_aux *aux) 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) 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->ch * 0x50)) 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...] |
nouveau_nvkm_subdev_i2c_auxgm200.c | 30 #include "aux.h" 38 gm200_i2c_aux_fini(struct gm200_i2c_aux *aux) 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) 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->ch * 0x50)) 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/ |
internal.c | 44 internal_match(device_t parent, cfdata_t match, void *aux) 52 internal_attach(device_t parent, device_t self, void *aux) 58 config_search(self, aux, 63 internal_search(device_t self, cfdata_t cf, const int *ldesc, void *aux) 79 if (config_probe(self, cf, aux)) 80 config_attach(self, cf, aux, NULL, CFARGS_NONE);
|
/src/sys/arch/arm/imx/ |
imx51_wdog.c | 43 wdog_match(device_t parent, struct cfdata *cf, void *aux) 45 struct axi_attach_args *aa = aux; 56 wdog_attach(device_t parent, device_t self, void *aux) 58 struct axi_attach_args *aa = aux;
|
imx23_apbh.c | 68 apbh_match(device_t parent, cfdata_t match, void *aux) 70 struct mainbus_attach_args *mb = aux; 79 apbh_attach(device_t parent, device_t self, void *aux) 118 apbh_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) 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) 139 struct apb_attach_args *aa = aux; 151 if (config_probe(parent, cf, aux)) [all...] |
imx23_apbx.c | 68 apbx_match(device_t parent, cfdata_t match, void *aux) 70 struct mainbus_attach_args *mb = aux; 79 apbx_attach(device_t parent, device_t self, void *aux) 118 apbx_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) 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) 139 struct apb_attach_args *aa = aux; 151 if (config_probe(parent, cf, aux)) [all...] |
imx23_ahb.c | 62 ahb_match(device_t parent, cfdata_t match, void *aux) 64 struct mainbus_attach_args *mb = aux; 73 ahb_attach(device_t parent, device_t self, void *aux) 110 ahb_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) 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) 131 struct apb_attach_args *aa = aux;
|
imx31_uart.c | 44 imx31_uart_match(device_t parent, struct cfdata *cf, void *aux) 46 struct aips_attach_args * const aipsa = aux; 61 imx31_uart_attach(device_t parent, device_t self, void *aux) 63 struct aips_attach_args * aa = aux;
|
imx51_i2c.c | 44 imxi2c_match(device_t parent, cfdata_t cf, void *aux) 46 struct axi_attach_args *aa = aux; 61 imxi2c_attach(device_t parent, device_t self, void *aux) 63 struct axi_attach_args * aa = aux;
|
imx51_uart.c | 49 imx51_uart_match(device_t parent, struct cfdata *cf, void *aux) 51 struct axi_attach_args * const aa = aux; 64 imx51_uart_attach(device_t parent, device_t self, void *aux) 66 struct axi_attach_args * aa = aux;
|
/src/sys/arch/sandpoint/sandpoint/ |
eumb.c | 57 eumb_match(device_t parent, cfdata_t cf, void *aux) 59 struct mainbus_attach_args *ma = aux; 67 eumb_attach(device_t parent, device_t self, void *aux) 72 config_search(self, aux, 77 eumb_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) 79 struct mainbus_attach_args *ma = aux; 92 eumb_print(void *aux, const char *pnp) 94 struct eumb_attach_args *eaa = aux;
|
/src/sys/arch/x86/pci/ |
amdpcib.c | 57 amdpcib_match(device_t parent, cfdata_t match, void *aux) 59 struct pci_attach_args *pa = aux; 69 amdpcib_attach(device_t parent, device_t self, void *aux) 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) 84 if (config_probe(parent, cf, aux)) 85 config_attach(parent, cf, aux, NULL,
|
/src/sys/arch/evbppc/virtex/dev/ |
xcvbus.c | 55 xcvbus_match(device_t parent, cfdata_t cf, void *aux) 57 struct plb_attach_args *paa = aux; 63 xcvbus_attach(device_t parent, device_t self, void *aux) 65 struct plb_attach_args *paa = aux; 77 xcvbus_print(void *aux, const char *pnp) 79 struct xcvbus_attach_args *vaa = aux; 102 xcvbus_child_match(device_t parent, cfdata_t cf, void *aux) 104 struct xcvbus_attach_args *vaa = aux;
|
/src/sys/dev/gpio/ |
gpiolib.c | 34 gpiobus_print(void *aux, const char *pnp) 37 struct gpiobus_attach_args *gba = aux;
|
/src/sys/arch/ofppc/ofppc/ |
autoconf.c | 39 device_register(device_t dev, void *aux) 41 ofw_device_register(dev, aux);
|
/src/sys/arch/mips/alchemy/dev/ |
auaudio.c | 55 auaudio_match(device_t parent, cfdata_t match, void *aux) 57 struct aubus_attach_args *aa = aux; 67 auaudio_attach(device_t parent, device_t self, void *aux)
|
/src/sys/arch/riscv/riscv/ |
cpu_mainbus.c | 49 cpu_mainbus_match(device_t parent, cfdata_t cf, void *aux) 51 struct mainbus_attach_args * const maa = aux; 60 cpu_mainbus_attach(device_t parent, device_t self, void *aux)
|
/src/sys/arch/shark/ofw/ |
cpu_ofbus.c | 15 * int cpu_ofbus_match(device_t parent, cfdata_t cf, void *aux) 22 cpu_ofbus_match(device_t parent, cfdata_t cf, void *aux) 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)
|
/src/tests/lib/libc/sys/ |
t_ptrace_register_wait.h | 31 access_regs(const char *regset, const char *aux) 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, "intrv") == 0) [all...] |
/src/sys/arch/vax/vax/ |
autoconf.c | 110 mainbus_print(void *aux, const char *name) 112 struct mainbus_attach_args * const ma = aux; 121 mainbus_match(device_t parent, cfdata_t cf, void *aux) 127 mainbus_attach(device_t parent, device_t self, void *aux) 161 cpu_mainbus_match(device_t self, cfdata_t cf, void *aux) 163 struct mainbus_attach_args *ma = aux; 169 cpu_mainbus_attach(device_t parent, device_t self, void *aux) 252 device_register(device_t dev, void *aux) 261 if ((**dp)(dev, aux)) { 282 ubtest(void *aux) [all...] |
/src/sys/arch/arm/sunxi/ |
sunxi_de2.c | 48 sunxi_de2_match(device_t parent, cfdata_t cf, void *aux) 50 struct fdt_attach_args * const faa = aux; 56 sunxi_de2_attach(device_t parent, device_t self, void *aux) 58 struct fdt_attach_args * const faa = aux;
|
/src/sys/arch/arm/ti/ |
ti_sysc.c | 55 ti_sysc_match(device_t parent, cfdata_t cf, void *aux) 57 struct fdt_attach_args * const faa = aux; 63 ti_sysc_attach(device_t parent, device_t self, void *aux) 65 struct fdt_attach_args * const faa = aux;
|
ti_tptc.c | 55 ti_tptc_match(device_t parent, cfdata_t cf, void *aux) 57 struct fdt_attach_args * const faa = aux; 63 ti_tptc_attach(device_t parent, device_t self, void *aux) 65 struct fdt_attach_args * const faa = aux;
|
/src/sys/dev/acpi/ |
acpi_pcd.c | 57 acpi_pcd_match(device_t parent, cfdata_t cf, void *aux) 59 struct acpi_attach_args *aa = aux; 65 acpi_pcd_attach(device_t parent, device_t self, void *aux) 67 struct acpi_attach_args * const aa = aux;
|