Home
last modified time | relevance | path

Searched defs:scl (Results 1 – 10 of 10) sorted by relevance

/third_party/backends/backend/
Dhp-scl.h57 #define IS_SCL_CONTROL(scl) (SCL_INQ_ID(scl) && SCL_PARAM_CHAR(scl)) argument
58 #define IS_SCL_COMMAND(scl) (!SCL_INQ_ID(scl) && SCL_PARAM_CHAR(scl)) argument
59 #define IS_SCL_PARAMETER(scl) (SCL_INQ_ID(scl) && !SCL_PARAM_CHAR(scl)) argument
60 #define IS_SCL_DATA_TYPE(scl) (SCL_GROUP_CHAR(scl) == '\001') argument
Dhp-device.c59 sanei_hp_device_simulate_set (const char *devname, HpScl scl, int flag) in sanei_hp_device_simulate_set()
93 sanei_hp_device_simulate_get (const char *devname, HpScl scl) in sanei_hp_device_simulate_get()
106 sanei_hp_device_support_get (const char *devname, HpScl scl, in sanei_hp_device_support_get()
Dhp-scl.c892 hp_scsi_scl(HpScsi this, HpScl scl, int val) in hp_scsi_scl()
1745 _hp_scl_inq (HpScsi scsi, HpScl scl, HpScl inq_cmnd, in _hp_scl_inq()
1825 sanei_hp_scl_upload_binary (HpScsi scsi, HpScl scl, size_t *lengthhp, in sanei_hp_scl_upload_binary()
1913 sanei_hp_scl_set(HpScsi scsi, HpScl scl, int val) in sanei_hp_scl_set()
1926 sanei_hp_scl_inquire(HpScsi scsi, HpScl scl, int * valp, int * minp, int * maxp) in sanei_hp_scl_inquire()
1948 hp_scl_get_bounds(HpScsi scsi, HpScl scl, int * minp, int * maxp) in hp_scl_get_bounds()
1958 hp_scl_get_bounds_and_val(HpScsi scsi, HpScl scl, in hp_scl_get_bounds_and_val()
1969 sanei_hp_scl_download(HpScsi scsi, HpScl scl, const void * valp, size_t len) in sanei_hp_scl_download()
1989 sanei_hp_scl_upload(HpScsi scsi, HpScl scl, void * valp, size_t len) in sanei_hp_scl_upload()
2018 sanei_hp_scl_startScan(HpScsi scsi, HpScl scl) in sanei_hp_scl_startScan()
Dhp-option.c164 HpScl scl; member
192 HpScl scl, int value) in hp_probe_parameter_support_table()
235 hp_probed_choice_isSupported (HpScsi scsi, HpScl scl, in hp_probed_choice_isSupported()
392 HpScl scl = this->descriptor->scl_command; in hp_option_download() local
416 HpScl scl = this->descriptor->scl_command; in hp_option_upload() local
744 HpScl scl = this->descriptor->scl_command; in _probe_int() local
771 HpScl scl = this->descriptor->scl_command; in _probe_int_brightness() local
872 HpScl scl = this->descriptor->scl_command; in _probe_bool() local
1032 _make_probed_choice_list (HpScsi scsi, HpScl scl, HpChoice choice, in _make_probed_choice_list()
1064 HpScl scl = this->descriptor->scl_command; in _probe_choice() local
[all …]
Dhp-handle.c467 HpScl scl; in sanei_hp_handle_startScan() local
/third_party/libwebsockets/include/libwebsockets/
Dlws-bb-i2c.h33 _lws_plat_gpio_t scl; member
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
Dbb-i2c.h20 _lws_plat_gpio_t scl; member
/third_party/ffmpeg/libavfilter/
Dvsrc_gradients.c122 float scl; in lerp_colors() local
145 float scl; in lerp_colors16() local
170 float scl, x; in lerp_colors32() local
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DI2C-js.cpp301 int scl = jerry_get_number_value(args[1]); in DECLARE_CLASS_CONSTRUCTOR() local
/third_party/FatFs/source/
Dff.c1163 DWORD scl = clst, ecl = clst; in remove_chain() local
1227 DWORD cs, ncl, scl; in create_chain() local
5327 DWORD n, clst, stcl, scl, ncl, tcl, lclst, count, fclust = 0; local