Home
last modified time | relevance | path

Searched refs:keywest_ctx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/ppc/
H A Dkeywest.c20 static struct pmac_keywest *keywest_ctx; variable
29 if (!keywest_ctx->client) in keywest_probe()
30 keywest_ctx->client = client; in keywest_probe()
31 i2c_set_clientdata(client, keywest_ctx); in keywest_probe()
45 if (! keywest_ctx) in keywest_attach_adapter()
53 info.addr = keywest_ctx->addr; in keywest_attach_adapter()
57 keywest_ctx->client = client; in keywest_attach_adapter()
64 if (!keywest_ctx->client->dev.driver) { in keywest_attach_adapter()
65 i2c_unregister_device(keywest_ctx->client); in keywest_attach_adapter()
66 keywest_ctx in keywest_attach_adapter()
[all...]
/kernel/linux/linux-6.6/sound/ppc/
H A Dkeywest.c16 static struct pmac_keywest *keywest_ctx; variable
23 if (!keywest_ctx->client) in keywest_probe()
24 keywest_ctx->client = client; in keywest_probe()
25 i2c_set_clientdata(client, keywest_ctx); in keywest_probe()
39 if (! keywest_ctx) in keywest_attach_adapter()
47 info.addr = keywest_ctx->addr; in keywest_attach_adapter()
51 keywest_ctx->client = client; in keywest_attach_adapter()
58 if (!keywest_ctx->client->dev.driver) { in keywest_attach_adapter()
59 i2c_unregister_device(keywest_ctx->client); in keywest_attach_adapter()
60 keywest_ctx in keywest_attach_adapter()
[all...]

Completed in 1 milliseconds