Home
last modified time | relevance | path

Searched refs:ev1 (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/Documentation/devicetree/bindings/arm/stm32/
Dstm32.yaml102 - const: st,stm32mp157c-ev1
106 - const: st,stm32mp157c-ev1-scmi
107 - const: st,stm32mp157c-ev1
169 - st,stm32mp257f-ev1
/linux-6.6.21/arch/arm/boot/dts/st/
Dstm32mp157c-ev1-scmi.dts9 #include "stm32mp157c-ev1.dts"
14 compatible = "st,stm32mp157c-ev1-scmi", "st,stm32mp157c-ed1", "st,stm32mp157";
DMakefile56 stm32mp157c-ev1.dtb \
57 stm32mp157c-ev1-scmi.dtb \
Dstm32mp157c-ev1.dts15 compatible = "st,stm32mp157c-ev1", "st,stm32mp157c-ed1", "st,stm32mp157";
/linux-6.6.21/arch/arm64/boot/dts/st/
DMakefile2 dtb-$(CONFIG_ARCH_STM32) += stm32mp257f-ev1.dtb
Dstm32mp257f-ev1.dts16 compatible = "st,stm32mp257f-ev1", "st,stm32mp257";
/linux-6.6.21/net/bluetooth/
Diso.c1756 struct hci_ev_le_pa_sync_established *ev1; in iso_connect_ind() local
1778 ev1 = hci_recv_event_data(hdev, HCI_EV_LE_PA_SYNC_ESTABLISHED); in iso_connect_ind()
1779 if (ev1) { in iso_connect_ind()
1781 ev1); in iso_connect_ind()
1782 if (sk && !ev1->status) in iso_connect_ind()
1783 iso_pi(sk)->sync_handle = le16_to_cpu(ev1->handle); in iso_connect_ind()
/linux-6.6.21/drivers/md/
Dmd.c1230 __u64 ev1, ev2; in super_90_load() local
1242 ev1 = md_event(sb); in super_90_load()
1245 if (!spare_disk && ev1 > ev2) in super_90_load()
1274 __u64 ev1 = md_event(sb); in super_90_validate() local
1295 mddev->events = ev1; in super_90_validate()
1349 ++ev1; in super_90_validate()
1352 if (ev1 < mddev->events) in super_90_validate()
1358 if (ev1 < mddev->bitmap->events_cleared) in super_90_validate()
1360 if (ev1 < mddev->events) in super_90_validate()
1363 if (ev1 < mddev->events) in super_90_validate()
[all …]
/linux-6.6.21/sound/soc/codecs/
DMakefile315 snd-soc-wm1250-ev1-objs := wm1250-ev1.o
700 obj-$(CONFIG_SND_SOC_WM1250_EV1) += snd-soc-wm1250-ev1.o