Home
last modified time | relevance | path

Searched refs:cs_type (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dcommand_submission.c398 enum hl_cs_type cs_type, struct hl_cs **cs_new) in allocate_cs() argument
412 cs->type = cs_type; in allocate_cs()
767 static int cs_ioctl_signal_wait(struct hl_fpriv *hpriv, enum hl_cs_type cs_type, in cs_ioctl_signal_wait() argument
829 if (cs_type == CS_TYPE_WAIT) { in cs_ioctl_signal_wait()
901 rc = allocate_cs(hdev, ctx, cs_type, &cs); in cs_ioctl_signal_wait()
903 if (cs_type == CS_TYPE_WAIT) in cs_ioctl_signal_wait()
988 if (cs_type == CS_TYPE_WAIT) in cs_ioctl_signal_wait()
1002 enum hl_cs_type cs_type; in hl_cs_ioctl() local
1034 cs_type = CS_TYPE_SIGNAL; in hl_cs_ioctl()
1036 cs_type = CS_TYPE_WAIT; in hl_cs_ioctl()
[all …]
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_engine.h63 enum hws_ddr_cs cs_type, u32 cs_num,
H A Dddr3_training_ip_engine.c183 enum hws_ddr_cs cs_type, u32 cs_num, in ddr3_tip_ip_training() argument
213 if (cs_type == CS_SINGLE) { in ddr3_tip_ip_training()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dcollect_vectors.hpp171 typedef typename coordinate_system<Geometry>::type cs_type; typedef
172 typedef model::point<T, 2, cs_type> point_type;
/OK3568_Linux_fs/kernel/sound/usb/
H A Dstream.c351 u8 cs_type; in convert_chmap_v3() local
354 cs_type = cs_desc->bSegmentType; in convert_chmap_v3()
356 if (cs_type == UAC3_CHANNEL_INFORMATION) { in convert_chmap_v3()