OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abd
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/linux/
linux_i2c.c
245
struct i2c_algo_bit_data *const
abd
= adapter->algo_data;
247
.ic_cookie =
abd
,
257
if (
abd
->pre_xfer) {
258
error = (*
abd
->pre_xfer)(adapter);
265
if (
abd
->post_xfer)
266
(*
abd
->post_xfer)(adapter);
292
struct i2c_algo_bit_data *const
abd
= cookie;
294
(*
abd
->setsda)(
abd
->data, (ISSET(bits, LI2CBB_SDA)? 1 : 0));
295
(*
abd
->setscl)(abd->data, (ISSET(bits, LI2CBB_SCL)? 1 : 0))
242
struct i2c_algo_bit_data *const
abd
= adapter->algo_data;
local
288
struct i2c_algo_bit_data *const
abd
= cookie;
local
297
struct i2c_algo_bit_data *const
abd
= cookie;
local
[
all
...]
Completed in 22 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026