/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_sysfs.c | 559 * Start of per-unit (or driver, in some cases, but replicated 560 * per unit) functions (these get a device *) 677 ret = qib_reset_device(dd->unit); in chip_reset_store() 717 * end of per-unit (or driver, in some cases, but replicated 718 * per unit) functions 721 /* start of per-unit file structures and support code */ 821 dd->unit, port_num); in qib_create_port_files()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hid.h | 400 unsigned unit; member 470 unsigned unit; member
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-loopback-test.c | 303 .unit = SPI_DELAY_UNIT_USECS, 311 .unit = SPI_DELAY_UNIT_USECS,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | ne.c | 946 struct net_device * __init ne_probe(int unit) in ne_probe() argument 964 sprintf(dev->name, "eth%d", unit); in ne_probe()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hid.h | 432 unsigned unit; member 506 unsigned unit; member
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spidev.c | 286 k_tmp->delay.unit = SPI_DELAY_UNIT_USECS; in spidev_message() 289 k_tmp->word_delay.unit = SPI_DELAY_UNIT_USECS; in spidev_message()
|
H A D | spi-loopback-test.c | 314 .unit = SPI_DELAY_UNIT_USECS, 322 .unit = SPI_DELAY_UNIT_USECS,
|
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A D | hiddev.c | 781 finfo.unit = field->unit; in hiddev_ioctl()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ti-ads131e08.c | 182 .unit = SPI_DELAY_UNIT_USECS, in ads131e08_read_reg() 211 .unit = SPI_DELAY_UNIT_USECS, in ads131e08_write_reg()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | ad7877.c | 285 req->xfer[1].delay.unit = SPI_DELAY_UNIT_USECS; in ad7877_read_adc() 291 req->xfer[2].delay.unit = SPI_DELAY_UNIT_USECS; in ad7877_read_adc()
|
/third_party/ffmpeg/fftools/ |
H A D | cmdutils.c | 500 static const AVOption *opt_find(void *obj, const char *name, const char *unit, in opt_find() argument 503 const AVOption *o = av_opt_find(obj, name, unit, opt_flags, search_flags); in opt_find()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_estdif.c | 83 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit }
|
H A D | vf_fftfilt.c | 99 { "init", "eval expressions once during initialization", 0, AV_OPT_TYPE_CONST, {.i64=EVAL_MODE_INIT}, .flags = FLAGS, .unit = "eval" }, 100 { "frame", "eval expressions per-frame", 0, AV_OPT_TYPE_CONST, {.i64=EVAL_MODE_FRAME}, .flags = FLAGS, .unit = "eval" },
|
H A D | vf_tinterlace.c | 65 { "tff", "top field first", 0, AV_OPT_TYPE_CONST, {.i64 = MODE_TFF}, INT_MIN, INT_MAX, FLAGS, .unit = "mode"}, 66 { "bff", "bottom field first", 0, AV_OPT_TYPE_CONST, {.i64 = MODE_BFF}, INT_MIN, INT_MAX, FLAGS, .unit = "mode"},
|
/third_party/backends/japi/ |
H A D | Jscanimage.java | 260 if (opt.unit == SaneOption.UNIT_NONE) in initSaneOptions() 298 opt.unit == SaneOption.UNIT_MM, in initSaneOptions() 460 Menu units = new Menu("Length unit"); in initMenu()
|
/third_party/FreeBSD/sys/dev/usb/input/ |
H A D | uhid.c | 737 int unit = device_get_unit(dev); in uhid_attach() local 858 unit, -1, uaa->info.bIfaceIndex, in uhid_attach()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
H A D | LanguageTestFmwk.java | 73 private static long approximateDuration(TimeUnit unit) { in approximateDuration() argument 74 return approxDurations[unit.ordinal()]; in approximateDuration()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
H A D | LanguageTestFmwk.java | 74 private static long approximateDuration(TimeUnit unit) { in approximateDuration() argument 75 return approxDurations[unit.ordinal()]; in approximateDuration()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | rastpos.c | 286 * \param unit texture unit number 291 const GLfloat normal[3], GLuint unit, GLfloat texcoord[4]) in compute_texgen() 294 &ctx->Texture.FixedFuncUnit[unit]; in compute_texgen() 290 compute_texgen(struct gl_context *ctx, const GLfloat vObj[4], const GLfloat vEye[4], const GLfloat normal[3], GLuint unit, GLfloat texcoord[4]) compute_texgen() argument
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestResultParser.cpp | 524 number->unit = getAttribute("Unit"); in handleElementStart() 699 valueInfo->unit = getAttribute("Unit"); in handleElementStart()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_opengl3_loader.h | 356 typedef void (APIENTRYP PFNGLBINDSAMPLERPROC) (GLuint unit, GLuint sampler); 358 GLAPI void APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
/third_party/skia/tests/ |
H A D | MathTest.cpp | 99 static float float_blend(int src, int dst, float unit) { in float_blend() argument 100 return dst + (src - dst) * unit; in float_blend()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 787 static int device_queue_depth(int unit, int target, int lun) in device_queue_depth() argument 814 if (h == unit && in device_queue_depth() 886 ** The maximum number of tags per logic unit. 930 ** n enables logic unit numbers 0..n-1. 1571 struct list_head link_ccbq; /* Link to unit CCB queue */ 1609 int unit; /* Unit number */ member 5081 ** Queue it in the corresponding unit queue. 5362 ** minsync unit is 4ns ! in ncr_negotiate() 7584 ** If unit supports tagged commands, allocate the in ncr_setup_lcb() 7981 numtags = device_queue_depth(np->unit, devic 8286 ncr_attach(struct scsi_host_template *tpnt, int unit, struct ncr_device *device) global() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 791 static int device_queue_depth(int unit, int target, int lun) in device_queue_depth() argument 818 if (h == unit && in device_queue_depth() 890 ** The maximum number of tags per logic unit. 934 ** n enables logic unit numbers 0..n-1. 1568 struct list_head link_ccbq; /* Link to unit CCB queue */ 1606 int unit; /* Unit number */ member 4940 ** Queue it in the corresponding unit queue. 5221 ** minsync unit is 4ns ! in ncr_negotiate() 7418 ** If unit supports tagged commands, allocate the in ncr_setup_lcb() 7815 numtags = device_queue_depth(np->unit, devic 8079 ncr_attach(struct scsi_host_template *tpnt, int unit, struct ncr_device *device) global() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_soa.c | 2073 unsigned unit = inst->Src[sampler_reg].Register.Index; in emit_tex() local 2264 params.texture_index = unit; in emit_tex() 2265 params.sampler_index = unit; in emit_tex() 2466 unsigned unit, target; in emit_fetch_texels() local 2488 unit = inst->Src[1].Register.Index; in emit_fetch_texels() 2491 target = bld->sv[unit].Resource; in emit_fetch_texels() 2566 params.texture_index = unit; in emit_fetch_texels() 2611 unsigned unit = inst->Src[1].Register.Index; in emit_size_query() local 2617 target = bld->sv[unit].Resource; in emit_size_query() 2653 params.texture_unit = unit; in emit_size_query() [all...] |