/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/ |
nouveau_nvkm_subdev_i2c_bus.c | 37 * i2c-algo-bit 82 * !i2c-algo-bit (off-chip i2c bus / hw i2c / internal bit-banging algo) 175 if ((bus->i2c.algo == &i2c_bit_algo) && (info[i].udelay != 0)) { 176 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe 178 info[i].udelay, algo->udelay); 179 orig_udelay = algo->udelay; 180 algo->udelay = info[i].udelay; 191 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe 192 algo->udelay = orig_udelay [all...] |
nouveau_nvkm_subdev_i2c_bus.c | 37 * i2c-algo-bit 82 * !i2c-algo-bit (off-chip i2c bus / hw i2c / internal bit-banging algo) 175 if ((bus->i2c.algo == &i2c_bit_algo) && (info[i].udelay != 0)) { 176 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe 178 info[i].udelay, algo->udelay); 179 orig_udelay = algo->udelay; 180 algo->udelay = info[i].udelay; 191 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe 192 algo->udelay = orig_udelay [all...] |
nouveau_nvkm_subdev_i2c_bus.c | 37 * i2c-algo-bit 82 * !i2c-algo-bit (off-chip i2c bus / hw i2c / internal bit-banging algo) 175 if ((bus->i2c.algo == &i2c_bit_algo) && (info[i].udelay != 0)) { 176 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe 178 info[i].udelay, algo->udelay); 179 orig_udelay = algo->udelay; 180 algo->udelay = info[i].udelay; 191 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe 192 algo->udelay = orig_udelay [all...] |
nouveau_nvkm_subdev_i2c_bus.c | 37 * i2c-algo-bit 82 * !i2c-algo-bit (off-chip i2c bus / hw i2c / internal bit-banging algo) 175 if ((bus->i2c.algo == &i2c_bit_algo) && (info[i].udelay != 0)) { 176 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe 178 info[i].udelay, algo->udelay); 179 orig_udelay = algo->udelay; 180 algo->udelay = info[i].udelay; 191 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe 192 algo->udelay = orig_udelay [all...] |
nouveau_nvkm_subdev_i2c_bus.c | 37 * i2c-algo-bit 82 * !i2c-algo-bit (off-chip i2c bus / hw i2c / internal bit-banging algo) 175 if ((bus->i2c.algo == &i2c_bit_algo) && (info[i].udelay != 0)) { 176 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe 178 info[i].udelay, algo->udelay); 179 orig_udelay = algo->udelay; 180 algo->udelay = info[i].udelay; 191 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe 192 algo->udelay = orig_udelay [all...] |
nouveau_nvkm_subdev_i2c_bus.c | 37 * i2c-algo-bit 82 * !i2c-algo-bit (off-chip i2c bus / hw i2c / internal bit-banging algo) 175 if ((bus->i2c.algo == &i2c_bit_algo) && (info[i].udelay != 0)) { 176 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe 178 info[i].udelay, algo->udelay); 179 orig_udelay = algo->udelay; 180 algo->udelay = info[i].udelay; 191 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local in function:nvkm_i2c_bus_probe 192 algo->udelay = orig_udelay [all...] |
/src/sys/external/bsd/drm2/include/linux/ |
i2c.h | 92 const struct i2c_algorithm *algo; member in struct:i2c_adapter
|
i2c.h | 92 const struct i2c_algorithm *algo; member in struct:i2c_adapter
|
i2c.h | 92 const struct i2c_algorithm *algo; member in struct:i2c_adapter
|
i2c.h | 92 const struct i2c_algorithm *algo; member in struct:i2c_adapter
|
i2c.h | 92 const struct i2c_algorithm *algo; member in struct:i2c_adapter
|
i2c.h | 92 const struct i2c_algorithm *algo; member in struct:i2c_adapter
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_gmbus.c | 36 #include <linux/i2c-algo-bit.h> 316 struct i2c_algo_bit_data *algo; local in function:intel_gpio_setup 318 algo = &bus->bit_algo; 321 bus->adapter.algo_data = algo; 322 algo->setsda = set_data; 323 algo->setscl = set_clock; 324 algo->getsda = get_data; 325 algo->getscl = get_clock; 326 algo->pre_xfer = intel_gpio_pre_xfer; 327 algo->post_xfer = intel_gpio_post_xfer [all...] |
intel_gmbus.c | 36 #include <linux/i2c-algo-bit.h> 316 struct i2c_algo_bit_data *algo; local in function:intel_gpio_setup 318 algo = &bus->bit_algo; 321 bus->adapter.algo_data = algo; 322 algo->setsda = set_data; 323 algo->setscl = set_clock; 324 algo->getsda = get_data; 325 algo->getscl = get_clock; 326 algo->pre_xfer = intel_gpio_pre_xfer; 327 algo->post_xfer = intel_gpio_post_xfer [all...] |
intel_gmbus.c | 36 #include <linux/i2c-algo-bit.h> 316 struct i2c_algo_bit_data *algo; local in function:intel_gpio_setup 318 algo = &bus->bit_algo; 321 bus->adapter.algo_data = algo; 322 algo->setsda = set_data; 323 algo->setscl = set_clock; 324 algo->getsda = get_data; 325 algo->getscl = get_clock; 326 algo->pre_xfer = intel_gpio_pre_xfer; 327 algo->post_xfer = intel_gpio_post_xfer [all...] |
intel_gmbus.c | 36 #include <linux/i2c-algo-bit.h> 316 struct i2c_algo_bit_data *algo; local in function:intel_gpio_setup 318 algo = &bus->bit_algo; 321 bus->adapter.algo_data = algo; 322 algo->setsda = set_data; 323 algo->setscl = set_clock; 324 algo->getsda = get_data; 325 algo->getscl = get_clock; 326 algo->pre_xfer = intel_gpio_pre_xfer; 327 algo->post_xfer = intel_gpio_post_xfer [all...] |
intel_gmbus.c | 36 #include <linux/i2c-algo-bit.h> 316 struct i2c_algo_bit_data *algo; local in function:intel_gpio_setup 318 algo = &bus->bit_algo; 321 bus->adapter.algo_data = algo; 322 algo->setsda = set_data; 323 algo->setscl = set_clock; 324 algo->getsda = get_data; 325 algo->getscl = get_clock; 326 algo->pre_xfer = intel_gpio_pre_xfer; 327 algo->post_xfer = intel_gpio_post_xfer [all...] |
intel_gmbus.c | 36 #include <linux/i2c-algo-bit.h> 316 struct i2c_algo_bit_data *algo; local in function:intel_gpio_setup 318 algo = &bus->bit_algo; 321 bus->adapter.algo_data = algo; 322 algo->setsda = set_data; 323 algo->setscl = set_clock; 324 algo->getsda = get_data; 325 algo->getscl = get_clock; 326 algo->pre_xfer = intel_gpio_pre_xfer; 327 algo->post_xfer = intel_gpio_post_xfer [all...] |
/src/sys/netinet/ |
portalgo.c | 155 uint16_t *mymin, uint16_t *mymax, uint16_t **pnext_ephemeral, int algo) 227 [portalgo_af][portalgo_range][algo]; 374 algo_bsd(int algo, uint16_t *port, struct inpcb *inp, kauth_cred_t cred) 383 &next_ephemeral, algo); 410 algo_random_start(int algo, uint16_t *port, struct inpcb *inp, 421 &next_ephemeral, algo); 464 algo_random_pick(int algo, uint16_t *port, struct inpcb *inp, 475 &next_ephemeral, algo); 602 algo_hash(int algo, uint16_t *port, struct inpcb *inp, 614 &next_ephemeral, algo); 749 int algo, error; local in function:portalgo_randport [all...] |
portalgo.c | 155 uint16_t *mymin, uint16_t *mymax, uint16_t **pnext_ephemeral, int algo) 227 [portalgo_af][portalgo_range][algo]; 374 algo_bsd(int algo, uint16_t *port, struct inpcb *inp, kauth_cred_t cred) 383 &next_ephemeral, algo); 410 algo_random_start(int algo, uint16_t *port, struct inpcb *inp, 421 &next_ephemeral, algo); 464 algo_random_pick(int algo, uint16_t *port, struct inpcb *inp, 475 &next_ephemeral, algo); 602 algo_hash(int algo, uint16_t *port, struct inpcb *inp, 614 &next_ephemeral, algo); 749 int algo, error; local in function:portalgo_randport [all...] |
portalgo.c | 155 uint16_t *mymin, uint16_t *mymax, uint16_t **pnext_ephemeral, int algo) 227 [portalgo_af][portalgo_range][algo]; 374 algo_bsd(int algo, uint16_t *port, struct inpcb *inp, kauth_cred_t cred) 383 &next_ephemeral, algo); 410 algo_random_start(int algo, uint16_t *port, struct inpcb *inp, 421 &next_ephemeral, algo); 464 algo_random_pick(int algo, uint16_t *port, struct inpcb *inp, 475 &next_ephemeral, algo); 602 algo_hash(int algo, uint16_t *port, struct inpcb *inp, 614 &next_ephemeral, algo); 749 int algo, error; local in function:portalgo_randport [all...] |
portalgo.c | 155 uint16_t *mymin, uint16_t *mymax, uint16_t **pnext_ephemeral, int algo) 227 [portalgo_af][portalgo_range][algo]; 374 algo_bsd(int algo, uint16_t *port, struct inpcb *inp, kauth_cred_t cred) 383 &next_ephemeral, algo); 410 algo_random_start(int algo, uint16_t *port, struct inpcb *inp, 421 &next_ephemeral, algo); 464 algo_random_pick(int algo, uint16_t *port, struct inpcb *inp, 475 &next_ephemeral, algo); 602 algo_hash(int algo, uint16_t *port, struct inpcb *inp, 614 &next_ephemeral, algo); 749 int algo, error; local in function:portalgo_randport [all...] |
portalgo.c | 155 uint16_t *mymin, uint16_t *mymax, uint16_t **pnext_ephemeral, int algo) 227 [portalgo_af][portalgo_range][algo]; 374 algo_bsd(int algo, uint16_t *port, struct inpcb *inp, kauth_cred_t cred) 383 &next_ephemeral, algo); 410 algo_random_start(int algo, uint16_t *port, struct inpcb *inp, 421 &next_ephemeral, algo); 464 algo_random_pick(int algo, uint16_t *port, struct inpcb *inp, 475 &next_ephemeral, algo); 602 algo_hash(int algo, uint16_t *port, struct inpcb *inp, 614 &next_ephemeral, algo); 749 int algo, error; local in function:portalgo_randport [all...] |
portalgo.c | 155 uint16_t *mymin, uint16_t *mymax, uint16_t **pnext_ephemeral, int algo) 227 [portalgo_af][portalgo_range][algo]; 374 algo_bsd(int algo, uint16_t *port, struct inpcb *inp, kauth_cred_t cred) 383 &next_ephemeral, algo); 410 algo_random_start(int algo, uint16_t *port, struct inpcb *inp, 421 &next_ephemeral, algo); 464 algo_random_pick(int algo, uint16_t *port, struct inpcb *inp, 475 &next_ephemeral, algo); 602 algo_hash(int algo, uint16_t *port, struct inpcb *inp, 614 &next_ephemeral, algo); 749 int algo, error; local in function:portalgo_randport [all...] |
/src/sys/net80211/ |
ieee80211_input.c | 2454 u_int16_t algo, seq, status; local in function:ieee80211_recv_mgmt_auth 2468 algo = le16toh(*(u_int16_t *)frm); 2474 ether_snprintf(ebuf, sizeof(ebuf), wh->i_addr2), algo, seq); 2506 if (algo == IEEE80211_AUTH_ALG_SHARED) { 2509 } else if (algo == IEEE80211_AUTH_ALG_OPEN) { 2513 wh, "auth", "unsupported alg %d", algo);
|