Home
last modified time | relevance | path

Searched refs:cb1 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h616-bigtreetech-cb1-manta.dts8 #include "sun50i-h616-bigtreetech-cb1.dtsi"
12 compatible = "bigtreetech,cb1-manta", "bigtreetech,cb1", "allwinner,sun50i-h616";
H A Dsun50i-h616-bigtreetech-pi.dts8 #include "sun50i-h616-bigtreetech-cb1.dtsi"
/linux/tools/testing/selftests/bpf/progs/
H A Dcb_refs.c18 static __noinline int cb1(void *map, void *key, void *value, void *ctx) in cb1() function
35 bpf_for_each_map_elem(&array_map, cb1, &p, 0); in underflow_prog()
109 cb1(NULL, NULL, NULL, &p); in non_cb_transfer_ref()
/linux/drivers/media/tuners/
H A Dtda8290.c459 static unsigned char cb1[] = { 0x30, 0xD0 }; in tda8290_standby() local
462 struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2}; in tda8290_standby()
467 cb1[1] = 0x90; in tda8290_standby()