HomeSort by: relevance | last modified time | path
    Searched defs:aux (Results 1 - 25 of 193) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_dp.c 45 nouveau_dp_probe_oui(struct drm_device *dev, struct nvkm_i2c_aux *aux, u8 *dpcd)
53 if (!nvkm_rdaux(aux, DP_SINK_OUI, buf, 3))
57 if (!nvkm_rdaux(aux, DP_BRANCH_OUI, buf, 3))
68 struct nvkm_i2c_aux *aux; local
72 aux = nv_encoder->aux;
73 if (!aux)
76 ret = nvkm_rdaux(aux, DP_DPCD_REV, dpcd, sizeof(dpcd));
97 nouveau_dp_probe_oui(dev, aux, dpcd);
nouveau_encoder.h 51 struct nvkm_i2c_aux *aux; member in struct:nouveau_encoder
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
priv.h 16 /* number of native dp aux channels present */
17 int aux; member in struct:nvkm_i2c_func
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
173 struct g94_i2c_aux *aux; local
    [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
178 struct gm200_i2c_aux *aux; local
    [all...]
nouveau_nvkm_subdev_i2c_anx9805.c 32 #include "aux.h"
144 struct anx9805_aux *aux = anx9805_aux(base); local
145 struct anx9805_pad *pad = aux->pad;
151 AUX_DBG(&aux->base, "%02x %05x %d", type, addr, *size);
158 nvkm_wri2cr(adap, aux->addr, 0xe4, 0x80);
161 AUX_DBG(&aux->base, "%16ph", buf);
163 nvkm_wri2cr(adap, aux->addr, 0xf0 + i, buf[i]);
165 nvkm_wri2cr(adap, aux->addr, 0xe5, ((*size - 1) << 4) | type);
166 nvkm_wri2cr(adap, aux->addr, 0xe6, (addr & 0x000ff) >> 0);
167 nvkm_wri2cr(adap, aux->addr, 0xe7, (addr & 0x0ff00) >> 8)
200 struct anx9805_aux *aux = anx9805_aux(base); local
241 struct anx9805_aux *aux; local
    [all...]
nouveau_nvkm_subdev_i2c_aux.c 29 #include "aux.h"
37 struct nvkm_i2c_aux *aux = container_of(adap, typeof(*aux), i2c); local
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
    [all...]
  /src/external/bsd/atf/dist/atf-c++/
build.cpp 52 std::vector< const char* > aux; local
56 aux.push_back(static_cast< const char* >(atf_list_citer_data(iter)));
58 return atf::process::argv_array(aux);
  /src/sys/arch/evbarm/lubbock/
lubbock_pcic.c 77 sacpcic_match(device_t parent, cfdata_t cf, void *aux)
90 sacpcic_attach(device_t parent, device_t self, void *aux)
96 sc, aux, lubbock_socket_setup); local
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_dup.c 65 const ASN1_AUX *aux = it->funcs; local
67 asn1_cb = aux != NULL ? aux->asn1_cb : NULL;
tasn_fre.c 32 const ASN1_AUX *aux = it->funcs; local
40 if (aux && aux->asn1_cb)
41 asn1_cb = aux->asn1_cb;
bio_ndef.c 62 const ASN1_AUX *aux = it->funcs; local
66 if (!aux || !aux->asn1_cb) {
99 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0) {
195 const ASN1_AUX *aux; local
203 aux = ndef_aux->it->funcs;
209 if (aux->asn1_cb(ASN1_OP_STREAM_POST,
tasn_new.c 64 const ASN1_AUX *aux = it->funcs; local
68 if (aux && aux->asn1_cb)
69 asn1_cb = aux->asn1_cb;
tasn_utl.c 70 const ASN1_AUX *aux; local
78 aux = it->funcs;
79 if (aux == NULL || (aux->flags & ASN1_AFLG_REFCOUNT) == 0)
81 lock = offset2ptr(*pval, aux->ref_lock);
82 refcnt = offset2ptr(*pval, aux->ref_offset);
118 const ASN1_AUX *aux; local
122 aux = it->funcs;
123 if (aux == NULL || (aux->flags & ASN1_AFLG_ENCODING) == 0
131 const ASN1_AUX *aux; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_dup.c 67 const ASN1_AUX *aux = it->funcs; local
69 asn1_cb = aux != NULL ? aux->asn1_cb : NULL;
tasn_fre.c 32 const ASN1_AUX *aux = it->funcs; local
40 if (aux && aux->asn1_cb)
41 asn1_cb = aux->asn1_cb;
bio_ndef.c 62 const ASN1_AUX *aux = it->funcs; local
66 if (!aux || !aux->asn1_cb) {
99 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0) {
197 const ASN1_AUX *aux; local
205 aux = ndef_aux->it->funcs;
211 if (aux->asn1_cb(ASN1_OP_STREAM_POST,
  /src/external/gpl2/lvm2/dist/test/
test-utils.sh 14 aux() { function
64 trap 'aux teardown_' EXIT # don't forget to clean up
209 aux prepare_lvmconf
  /src/sys/dev/i2c/
tvpllvar.h 52 uint8_t aux; member in struct:tvpll_data::tvpll_entry
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
tasn_fre.c 32 const ASN1_AUX *aux = it->funcs; local
40 if (aux && aux->asn1_cb)
41 asn1_cb = aux->asn1_cb;
  /src/external/gpl3/gcc/dist/gcc/
ipa-utils.h 33 void *aux; member in struct:ipa_dfs_info
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-utils.h 33 PTR aux; member in struct:ipa_dfs_info
  /src/lib/libc/dlfcn/
dlfcn_elf.c 158 const AuxInfo *aux; local
162 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) {
163 switch (aux->a_type) {
165 dlpi_addr = aux->a_v;
168 dlpi_phdr = (void *)aux->a_v;
171 _DIAGASSERT(__type_fit(Elf_Half, aux->a_v));
172 dlpi_phnum = (Elf_Half)aux->a_v;
175 dlpi_name = (void *)aux->a_v
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_crc.c 152 struct drm_dp_aux *aux = NULL; local
196 * None | DPRX | Disable DPRX CRC, need 'aux', set default to dither
198 * None | DPRX DITHER | Disable DPRX CRC, need 'aux'
200 * DPRX | XXXX | Enable DPRX CRC, need 'aux', no dither
202 * DPRX DITHER | XXXX | Enable DPRX CRC, need 'aux', set dither
227 aux = &aconn->dm_dp_aux.aux;
229 if (!aux) {
230 DRM_DEBUG_DRIVER("No dp aux for amd connector\n");
252 if (drm_dp_start_crc(aux, crtc))
    [all...]
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 45 const AuxInfo *aux; local
47 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) {
48 if (type == aux->a_type)
49 return aux->a_v;

Completed in 66 milliseconds

1 2 3 4 5 6 7 8