Home
last modified time | relevance | path

Searched refs:term (Results 1 – 124 of 124) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dparse-events.y67 %type <term> event_term
91 struct parse_events_term *term; member
239 struct parse_events_term *term; variable
243 ABORT_ON(parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER,
245 list_add_tail(&term->list, head);
257 struct parse_events_term *term; variable
263 ABORT_ON(parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER,
265 list_add_tail(&term->list, head);
489 struct parse_events_term *term = $3; variable
492 list_add_tail(&term->list, head);
[all …]
Dpmu.c350 struct parse_events_term *term, *cloned; in pmu_alias_terms() local
354 list_for_each_entry(term, &alias->terms, list) { in pmu_alias_terms()
355 ret = parse_events_term__clone(&cloned, term); in pmu_alias_terms()
608 static int pmu_resolve_param_term(struct parse_events_term *term, in pmu_resolve_param_term() argument
616 if (!strcmp(t->config, term->config)) { in pmu_resolve_param_term()
625 printf("Required parameter '%s' not specified\n", term->config); in pmu_resolve_param_term()
658 struct parse_events_term *term, in pmu_config_term() argument
670 if (term->used) in pmu_config_term()
677 if (parse_events__is_hardcoded_term(term)) in pmu_config_term()
680 format = pmu_find_format(formats, term->config); in pmu_config_term()
[all …]
Dparse-events.c732 static int check_type_val(struct parse_events_term *term, in check_type_val() argument
736 if (type == term->type_val) in check_type_val()
740 err->idx = term->err_val; in check_type_val()
750 struct parse_events_term *term,
754 struct parse_events_term *term, in config_term_common() argument
759 if (check_type_val(term, err, PARSE_EVENTS__TERM_TYPE_ ## type)) \ in config_term_common()
763 switch (term->type_term) { in config_term_common()
766 attr->config = term->val.num; in config_term_common()
770 attr->config1 = term->val.num; in config_term_common()
774 attr->config2 = term->val.num; in config_term_common()
[all …]
Dparse-events.l94 static int term(yyscan_t scanner, int type) in term() function
184 config { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG); }
185 config1 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG1); }
186 config2 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG2); }
187 name { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_NAME); }
188 period { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_SAMPLE_PERIOD); }
189 freq { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_SAMPLE_FREQ); }
190 branch_type { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
191 time { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_TIME); }
192 call-graph { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CALLGRAPH); }
[all …]
Dparse-events.h107 int parse_events__is_hardcoded_term(struct parse_events_term *term);
108 int parse_events_term__num(struct parse_events_term **term,
111 int parse_events_term__str(struct parse_events_term **term,
114 int parse_events_term__sym_hw(struct parse_events_term **term,
117 struct parse_events_term *term);
Dcolor.c28 char *term = getenv("TERM"); in perf_config_colorbool() local
29 if (term && strcmp(term, "dumb")) in perf_config_colorbool()
Devsel.c624 struct perf_evsel_config_term *term; in apply_config_terms() local
634 list_for_each_entry(term, config_terms, list) { in apply_config_terms()
635 switch (term->type) { in apply_config_terms()
637 attr->sample_period = term->val.period; in apply_config_terms()
641 attr->sample_freq = term->val.freq; in apply_config_terms()
645 if (term->val.time) in apply_config_terms()
651 callgraph_buf = term->val.callgraph; in apply_config_terms()
654 dump_size = term->val.stack_user; in apply_config_terms()
663 attr->inherit = term->val.inherit ? 1 : 0; in apply_config_terms()
1028 struct perf_evsel_config_term *term, *h; in perf_evsel__free_config_terms() local
[all …]
/linux-4.4.14/net/netfilter/
Dxt_repldata.h24 struct type##_error *term; \
26 __alignof__(*term) - 1) & ~(__alignof__(*term) - 1); \
27 tbl = kzalloc(term_offset + sizeof(*term), GFP_KERNEL); \
30 term = (struct type##_error *)&(((char *)tbl)[term_offset]); \
32 *term = (struct type##_error)typ2##_ERROR_INIT; \
Dnf_conntrack_ftp.c71 char term; member
80 .term = '\r',
88 .term = '\r',
104 .term = ')',
112 get_ipv6_addr(const char *src, size_t dlen, struct in6_addr *dst, u_int8_t term) in get_ipv6_addr() argument
115 int ret = in6_pton(src, min_t(size_t, dlen, 0xffff), (u8 *)dst, term, &end); in get_ipv6_addr()
122 int array_size, char sep, char term) in try_number() argument
139 if ((*data == term || !term) && i == array_size - 1) in try_number()
154 struct nf_conntrack_man *cmd, char term, in try_rfc959() argument
160 length = try_number(data, dlen, array, 6, ',', term); in try_rfc959()
[all …]
Dnf_conntrack_sip.c722 enum sdp_header_types term, in ct_sip_get_sdp_header() argument
731 thdr = &hdrs[term]; in ct_sip_get_sdp_header()
744 if (term != SDP_HDR_UNSPEC && in ct_sip_get_sdp_header()
776 enum sdp_header_types term, in ct_sip_parse_sdp_addr() argument
782 ret = ct_sip_get_sdp_header(ct, dptr, dataoff, datalen, type, term, in ct_sip_parse_sdp_addr()
1492 bool term; in sip_help_tcp() local
1526 term = false; in sip_help_tcp()
1530 term = true; in sip_help_tcp()
1534 if (!term) in sip_help_tcp()
Dnf_nat_sip.c447 enum sdp_header_types term, in mangle_sdp_packet() argument
454 if (ct_sip_get_sdp_header(ct, *dptr, sdpoff, *datalen, type, term, in mangle_sdp_packet()
466 enum sdp_header_types term, in nf_nat_sdp_addr() argument
476 sdpoff, type, term, buffer, buflen)) in nf_nat_sdp_addr()
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_driver.c960 struct uvc_entity *unit, *term; in uvc_parse_standard_control() local
1036 term = uvc_alloc_entity(type | UVC_TERM_INPUT, buffer[3], in uvc_parse_standard_control()
1038 if (term == NULL) in uvc_parse_standard_control()
1041 if (UVC_ENTITY_TYPE(term) == UVC_ITT_CAMERA) { in uvc_parse_standard_control()
1042 term->camera.bControlSize = n; in uvc_parse_standard_control()
1043 term->camera.bmControls = (__u8 *)term + sizeof *term; in uvc_parse_standard_control()
1044 term->camera.wObjectiveFocalLengthMin = in uvc_parse_standard_control()
1046 term->camera.wObjectiveFocalLengthMax = in uvc_parse_standard_control()
1048 term->camera.wOcularFocalLength = in uvc_parse_standard_control()
1050 memcpy(term->camera.bmControls, &buffer[15], n); in uvc_parse_standard_control()
[all …]
Duvcvideo.h26 #define UVC_TERM_DIRECTION(term) ((term)->type & 0x8000) argument
/linux-4.4.14/include/drm/
Ddrm_fixed.h191 s64 sum = DRM_FIXED_ONE, term, y = x; in drm_fixp_exp() local
197 term = y; in drm_fixp_exp()
199 while (term >= tolerance) { in drm_fixp_exp()
200 sum = sum + term; in drm_fixp_exp()
202 term = drm_fixp_mul(term, div64_s64(y, count)); in drm_fixp_exp()
/linux-4.4.14/drivers/acpi/acpica/
Dutnonansi.c172 u8 term = 0; in acpi_ut_strtoul64() local
243 term = 1; in acpi_ut_strtoul64()
252 term = 1; in acpi_ut_strtoul64()
256 if (term) { in acpi_ut_strtoul64()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-events42 <term>[=<value>][,<term>[=<value>]]...
44 Where <term> is one of the terms listed under
47 If a <term> is specified alone (without an assigned value), it
48 is implied that 0x1 is assigned to that <term>.
59 corresponding to the <term>) in the perf_event structure passed
/linux-4.4.14/Documentation/thermal/
Dpower_allocator.txt101 thermal governor allows the configuration of two proportional term
102 constants: `k_po` and `k_pu`. `k_po` is the proportional term
105 proportional term constant during temperature undershoot periods
120 proportional term will be 2 * `sustainable_power`. The default value
130 The proportional term is proportional to the difference between the
153 Therefore, the proportional term alone linearly decreases power from
160 `k_i` configures the PID loop's integral term constant. This term
161 allows the PID controller to compensate for long term drift and for
165 integral term. This term is then multiplied by `k_i` and the result
172 `k_d` configures the PID loop's derivative term constant. It's
Dsysfs-api.txt189 |---k_po: Proportional term during temperature overshoot
190 |---k_pu: Proportional term during temperature undershoot
191 |---k_i: PID's integral term in the power allocator gov
192 |---k_d: PID's derivative term in the power allocator
331 The proportional term of the power allocator governor's PID
339 The proportional term of the power allocator governor's PID
347 The integral term of the power allocator governor's PID
348 controller. This term allows the PID controller to compensate
349 for long term drift. For more information see
354 The derivative term of the power allocator governor's PID
[all …]
/linux-4.4.14/sound/usb/
Dstream.c454 struct uac2_input_terminal_descriptor *term = NULL; in snd_usb_find_input_terminal_descriptor() local
456 while ((term = snd_usb_find_csint_desc(ctrl_iface->extra, in snd_usb_find_input_terminal_descriptor()
458 term, UAC_INPUT_TERMINAL))) { in snd_usb_find_input_terminal_descriptor()
459 if (term->bTerminalID == terminal_id) in snd_usb_find_input_terminal_descriptor()
460 return term; in snd_usb_find_input_terminal_descriptor()
470 struct uac2_output_terminal_descriptor *term = NULL; in snd_usb_find_output_terminal_descriptor() local
472 while ((term = snd_usb_find_csint_desc(ctrl_iface->extra, in snd_usb_find_output_terminal_descriptor()
474 term, UAC_OUTPUT_TERMINAL))) { in snd_usb_find_output_terminal_descriptor()
475 if (term->bTerminalID == terminal_id) in snd_usb_find_output_terminal_descriptor()
476 return term; in snd_usb_find_output_terminal_descriptor()
Dmixer.c703 struct usb_audio_term *term) in check_input_term() argument
708 memset(term, 0, sizeof(*term)); in check_input_term()
711 term->id = id; in check_input_term()
716 term->type = le16_to_cpu(d->wTerminalType); in check_input_term()
717 term->channels = d->bNrChannels; in check_input_term()
718 term->chconfig = le16_to_cpu(d->wChannelConfig); in check_input_term()
719 term->name = d->iTerminal; in check_input_term()
725 err = check_input_term(state, d->bCSourceID, term); in check_input_term()
732 term->id = id; in check_input_term()
733 term->type = le16_to_cpu(d->wTerminalType); in check_input_term()
[all …]
/linux-4.4.14/Documentation/watchdog/src/
Dwatchdog-test.c34 static void term(int sig) in term() function
89 signal(SIGINT, term); in main()
/linux-4.4.14/tools/perf/tests/
Dparse-events.c564 struct parse_events_term *term; in test__checkterms_simple() local
567 term = list_entry(terms->next, struct parse_events_term, list); in test__checkterms_simple()
569 term->type_term == PARSE_EVENTS__TERM_TYPE_CONFIG); in test__checkterms_simple()
571 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
572 TEST_ASSERT_VAL("wrong val", term->val.num == 10); in test__checkterms_simple()
573 TEST_ASSERT_VAL("wrong config", !term->config); in test__checkterms_simple()
576 term = list_entry(term->list.next, struct parse_events_term, list); in test__checkterms_simple()
578 term->type_term == PARSE_EVENTS__TERM_TYPE_CONFIG1); in test__checkterms_simple()
580 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
581 TEST_ASSERT_VAL("wrong val", term->val.num == 1); in test__checkterms_simple()
[all …]
/linux-4.4.14/drivers/pwm/
Dpwm-ep93xx.c78 unsigned long term; in ep93xx_pwm_config() local
102 term = readw(base + EP93XX_PWMx_TERM_COUNT); in ep93xx_pwm_config()
105 if (period_cycles > term) { in ep93xx_pwm_config()
/linux-4.4.14/drivers/net/wireless/cw1200/
Dbh.c426 int rx, tx, term, suspend; in cw1200_bh() local
462 term = atomic_xchg(&priv->bh_term, 0); in cw1200_bh()
465 (rx || tx || term || suspend || priv->bh_error); in cw1200_bh()
469 rx, tx, term, suspend, priv->bh_error, status); in cw1200_bh()
473 term || priv->bh_error) { in cw1200_bh()
613 if (!term) { in cw1200_bh()
/linux-4.4.14/drivers/scsi/arm/
Dpowertec.c55 static int term[MAX_ECARDS] = { 1, 1, 1, 1, 1, 1, 1, 1 }; variable
330 powertecscsi_terminator_ctl(host, term[ec->slot_no]); in powertecscsi_probe()
449 module_param_array(term, int, NULL, 0);
450 MODULE_PARM_DESC(term, "SCSI bus termination");
Dcumana_2.c72 static int term[MAX_ECARDS] = { 1, 1, 1, 1, 1, 1, 1, 1 }; variable
405 cumanascsi_2_terminator_ctl(host, term[ec->slot_no]); in cumanascsi2_probe()
518 module_param_array(term, int, NULL, 0);
519 MODULE_PARM_DESC(term, "SCSI bus termination");
Deesox.c67 static int term[MAX_ECARDS] = { 1, 1, 1, 1, 1, 1, 1, 1 }; variable
523 info->control = term[ec->slot_no] ? EESOX_TERM_ENABLE : 0; in eesoxscsi_probe()
642 module_param_array(term, int, NULL, 0);
643 MODULE_PARM_DESC(term, "SCSI bus termination");
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_sip.h136 enum sdp_header_types term,
195 enum sdp_header_types term,
/linux-4.4.14/arch/x86/boot/
Dcode16gcc.h8 # gcc 4.9+ has a real -m16 option so we can drop this hack long term.
/linux-4.4.14/drivers/net/slip/
DKconfig27 want to run term (term is a program which gives you almost full
30 <http://www.bart.nl/~patrickr/term-howto/Term-HOWTO.html>). SLIP
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_ftp.c89 char skip, char term, in ip_vs_ftp_get_addrport() argument
127 if (*data == term) in ip_vs_ftp_get_addrport()
135 if (c == term) in ip_vs_ftp_get_addrport()
/linux-4.4.14/Documentation/isdn/
DREADME.mISDN1 mISDN is a new modular ISDN driver, in the long term it should replace
DREADME55 term to that one, which applies to your local ISDN-environment.
/linux-4.4.14/include/drm/bridge/
Ddw_hdmi.h46 u16 term; /*transmission termination value*/ member
/linux-4.4.14/arch/arm/boot/dts/
Dtegra124-jetson-tk1-emc.dtsi95 nvidia,emc-ctt-term-ctrl = <0x00000802>;
263 nvidia,emc-ctt-term-ctrl = <0x00000802>;
431 nvidia,emc-ctt-term-ctrl = <0x00000802>;
599 nvidia,emc-ctt-term-ctrl = <0x00000802>;
767 nvidia,emc-ctt-term-ctrl = <0x00000802>;
935 nvidia,emc-ctt-term-ctrl = <0x00000802>;
1103 nvidia,emc-ctt-term-ctrl = <0x00000802>;
1271 nvidia,emc-ctt-term-ctrl = <0x00000802>;
1439 nvidia,emc-ctt-term-ctrl = <0x00000802>;
1607 nvidia,emc-ctt-term-ctrl = <0x00000802>;
[all …]
Dtegra124-nyan-blaze-emc.dtsi84 nvidia,emc-ctt-term-ctrl = <0x00000802>;
252 nvidia,emc-ctt-term-ctrl = <0x00000802>;
420 nvidia,emc-ctt-term-ctrl = <0x00000802>;
588 nvidia,emc-ctt-term-ctrl = <0x00000802>;
756 nvidia,emc-ctt-term-ctrl = <0x00000802>;
924 nvidia,emc-ctt-term-ctrl = <0x00000802>;
1092 nvidia,emc-ctt-term-ctrl = <0x00000802>;
1260 nvidia,emc-ctt-term-ctrl = <0x00000802>;
1428 nvidia,emc-ctt-term-ctrl = <0x00000802>;
1596 nvidia,emc-ctt-term-ctrl = <0x00000802>;
Dtegra124-nyan-big-emc.dtsi84 nvidia,emc-ctt-term-ctrl = <0x00000802>;
252 nvidia,emc-ctt-term-ctrl = <0x00000802>;
420 nvidia,emc-ctt-term-ctrl = <0x00000802>;
588 nvidia,emc-ctt-term-ctrl = <0x00000802>;
756 nvidia,emc-ctt-term-ctrl = <0x00000802>;
924 nvidia,emc-ctt-term-ctrl = <0x00000802>;
1092 nvidia,emc-ctt-term-ctrl = <0x00000802>;
1260 nvidia,emc-ctt-term-ctrl = <0x00000802>;
1428 nvidia,emc-ctt-term-ctrl = <0x00000802>;
1596 nvidia,emc-ctt-term-ctrl = <0x00000802>;
Dtegra30.dtsi824 nvidia,term-range-adj = <6>;
861 nvidia,term-range-adj = <6>;
897 nvidia,term-range-adj = <6>;
Dtegra124.dtsi859 nvidia,term-range-adj = <6>;
896 nvidia,term-range-adj = <6>;
932 nvidia,term-range-adj = <6>;
Dtegra114.dtsi699 nvidia,term-range-adj = <6>;
735 nvidia,term-range-adj = <6>;
Dtegra20.dtsi667 nvidia,term-range-adj = <6>;
726 nvidia,term-range-adj = <6>;
/linux-4.4.14/drivers/pinctrl/intel/
Dpinctrl-intel.c429 u32 value, term; in intel_config_get() local
436 term = (value & PADCFG1_TERM_MASK) >> PADCFG1_TERM_SHIFT; in intel_config_get()
440 if (term) in intel_config_get()
445 if (!term || !(value & PADCFG1_TERM_UP)) in intel_config_get()
448 switch (term) { in intel_config_get()
466 if (!term || value & PADCFG1_TERM_UP) in intel_config_get()
469 switch (term) { in intel_config_get()
Dpinctrl-cherryview.c966 u32 term; in chv_config_get() local
973 term = (ctrl0 & CHV_PADCTRL0_TERM_MASK) >> CHV_PADCTRL0_TERM_SHIFT; in chv_config_get()
977 if (term) in chv_config_get()
985 switch (term) { in chv_config_get()
1000 if (!term || (ctrl0 & CHV_PADCTRL0_TERM_UP)) in chv_config_get()
1003 switch (term) { in chv_config_get()
/linux-4.4.14/arch/c6x/lib/
Dmpyll.S36 ;; Since the result is also 64-bit, we can skip the P2 term.
/linux-4.4.14/drivers/ras/
DKconfig5 hardware engineering term. Computers designed with higher levels
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Dtegra-emc.txt32 - nvidia,emc-ctt-term-ctrl : EMC_CTT_TERM_CTRL
213 nvidia,emc-ctt-term-ctrl = <0x00000802>;
/linux-4.4.14/arch/arm/vfp/
Dvfpsingle.c377 u64 term; in vfp_single_fsqrt() local
380 term = (u64)vsd.significand * vsd.significand; in vfp_single_fsqrt()
381 rem = ((u64)vsm.significand << 32) - term; in vfp_single_fsqrt()
383 pr_debug("VFP: term=%016llx rem=%016llx\n", term, rem); in vfp_single_fsqrt()
/linux-4.4.14/Documentation/power/powercap/
Dpowercap.txt166 The Intel RAPL technology allows two constraints, short term and long term,
/linux-4.4.14/fs/debugfs/
Dfile.c603 char term = array_size ? ' ' : '\n'; in u32_format_array() local
605 len = snprintf(buf, bufsize, "%u%c", *array++, term); in u32_format_array()
/linux-4.4.14/Documentation/development-process/
D2.Process116 Some kernels are designated "long term" kernels; they will receive support
117 for a longer period. As of this writing, the current long term kernels
124 The selection of a kernel for long-term support is purely a matter of a
126 are no known plans for long-term support for any specific upcoming
185 - Long-term maintenance. While it is certainly possible for a developer
191 in the longer term.
452 Over the medium term, this is often the more profitable approach.
D3.Early-stage31 via the rlimit mechanism for the short term, and ongoing latency reduction
32 work in the long term.
48 more concerned about system stability, long-term maintenance, and finding
D6.Followthrough108 longer-term work.
D1.Intro129 Torvalds and used as a base by Linux distributors). In the short term,
D5.Posting59 even in the short term.
/linux-4.4.14/Documentation/devicetree/bindings/bus/
Dimx-weim.txt3 The term "wireless" does not imply that the WEIM is literally an interface
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dqp.c1086 struct terminate_message *term; in post_terminate() local
1104 wqe->u.terminate.immdlen = cpu_to_be32(sizeof *term); in post_terminate()
1105 term = (struct terminate_message *)wqe->u.terminate.termmsg; in post_terminate()
1107 term->layer_etype = qhp->attr.layer_etype; in post_terminate()
1108 term->ecode = qhp->attr.ecode; in post_terminate()
1110 build_term_codes(err_cqe, &term->layer_etype, &term->ecode); in post_terminate()
/linux-4.4.14/Documentation/
Dntb.txt17 hardware drivers. The term "client" is used here to mean an upper layer
18 component making use of the NTB api. The term "driver," or "hardware driver,"
Dsysrq.txt26 64 = 0x40 - enable signalling of processes (term, kill, oom-kill)
172 term(e) and kill(i) are useful if you have some sort of runaway process you
Dstable_api_nonsense.txt37 source, hidden source, binary blobs, source wrappers, or any other term
Dedac.txt607 (QPI). At the driver, the term "socket" means one QPI. This is
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_qp.c778 struct terminate_message *term; in iwch_post_terminate() local
795 term = (struct terminate_message *)wqe->send.sgl; in iwch_post_terminate()
796 build_term_codes(rsp_msg, &term->layer_etype, &term->ecode); in iwch_post_terminate()
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dnvidia,tegra20-usb-phy.txt42 - nvidia,term-range-adj : Range adjusment on terminations
/linux-4.4.14/drivers/scsi/
Dscsi_scan.c1016 unsigned term = 0, idx; in scsi_inq_str() local
1021 term = idx+1; in scsi_inq_str()
1026 buf[term] = 0; in scsi_inq_str()
Dncr53c8xx.c4482 u32 term; in ncr_reset_scsi_bus() local
4513 term = INB(nc_sstat0); in ncr_reset_scsi_bus()
4514 term = ((term & 2) << 7) + ((term & 1) << 17); /* rst sdp0 */ in ncr_reset_scsi_bus()
4515 term |= ((INB(nc_sstat2) & 0x01) << 26) | /* sdp1 */ in ncr_reset_scsi_bus()
4521 term &= 0x3ffff; in ncr_reset_scsi_bus()
4523 if (term != (2<<7)) { in ncr_reset_scsi_bus()
4530 (u_long)term, (u_long)(2<<7)); in ncr_reset_scsi_bus()
Dqla1280.c2235 uint16_t cfg1, term; in qla1280_nvram_config() local
2248 term = nv->termination.scsi_bus_1_control; in qla1280_nvram_config()
2249 term |= nv->termination.scsi_bus_0_control << 2; in qla1280_nvram_config()
2250 term |= nv->termination.auto_term_support << 7; in qla1280_nvram_config()
2252 WRT_REG_WORD(&reg->gpio_data, term); in qla1280_nvram_config()
/linux-4.4.14/Documentation/fmc/
DFMC-and-SDB.txt49 FMC, as such, is not a bus in the usual meaning of the term, because
/linux-4.4.14/Documentation/cpu-freq/
Dboost.txt24 the term "boost" for convenience.
/linux-4.4.14/Documentation/networking/
Dlapb-module.txt10 term module in this context does not imply that the LAPB module is a
11 separately loadable module, although it may be. The term module is used in
DLICENSE.qlcnic80 the term "modification".) Each licensee is addressed as "you".
DLICENSE.qlge80 the term "modification".) Each licensee is addressed as "you".
/linux-4.4.14/Documentation/powerpc/
Dqe_firmware.txt44 In this document, the term 'microcode' refers to the sequence of 32-bit
47 The term 'firmware' refers to a binary blob that contains the microcode as
Dfirmware-assisted-dump.txt53 NOTE: The term 'boot memory' means size of the low memory chunk
Dhvcs.txt439 term type "screen" to others. This means that curses based programs may
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c192 u32 term; in sym_reset_scsi_bus() local
216 term = INB(np, nc_sstat0); in sym_reset_scsi_bus()
217 term = ((term & 2) << 7) + ((term & 1) << 17); /* rst sdp0 */ in sym_reset_scsi_bus()
218 term |= ((INB(np, nc_sstat2) & 0x01) << 26) | /* sdp1 */ in sym_reset_scsi_bus()
224 term &= 0x3ffff; in sym_reset_scsi_bus()
226 if (term != (2<<7)) { in sym_reset_scsi_bus()
233 (u_long)term, (u_long)(2<<7)); in sym_reset_scsi_bus()
/linux-4.4.14/Documentation/filesystems/
Dsysv-fs.txt80 Free blocks are organized in a "free list". Maybe a misleading term,
Dromfs.txt73 Every multi byte value (32 bit words, I'll use the longwords term from
Df2fs.txt86 - Use a term, “node”, that represents inodes as well as various pointer blocks
Dext4.txt117 exist yet so I'm not sure they're in the near-term roadmap.
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Drenesas,pfc-pinctrl.txt39 to pinctrl-bindings.txt in this directory for the definition of the term "pin
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h655 uint64_t term:2; member
661 uint64_t term:2;
679 uint64_t term:2; member
685 uint64_t term:2;
702 uint64_t term:2; member
706 uint64_t term:2;
724 uint64_t term:2; member
730 uint64_t term:2;
/linux-4.4.14/Documentation/gpio/
Dgpio.txt91 driven) signaling. That term applies to CMOS transistors; "open collector" is
Dgpio-legacy.txt415 low signal level is actually driven. (That term applies to CMOS transistors;
/linux-4.4.14/Documentation/locking/
Dmutex-design.txt11 the generic term referring to 'mutual exclusion' found in academia
Drt-mutex-design.txt87 lock - In this document from now on, I will use the term lock when
/linux-4.4.14/tools/lguest/
Dlguest.c2662 struct termios term = orig_term; in setup_console() local
2667 term.c_lflag &= ~(ISIG|ICANON|ECHO); in setup_console()
2668 tcsetattr(STDIN_FILENO, TCSANOW, &term); in setup_console()
/linux-4.4.14/
DREPORTING-BUGS6 kernel, any "stable" kernel versions, and any "long term" kernels.
DCOPYING86 the term "modification".) Each licensee is addressed as "you".
DCREDITS3847 D: Monitoring of development kernels for long-term stability.
/linux-4.4.14/Documentation/usb/
Dpersist.txt14 The technical term is "power session".
Dmass-storage.txt78 unplugged from the host; the proper term for that is
/linux-4.4.14/arch/arm/nwfpe/
Dsoftfloat.c1455 bits64 rem, term; in float32_sqrt() local
1484 term = ( (bits64) zSig ) * zSig; in float32_sqrt()
1485 rem = ( ( (bits64) aSig )<<32 ) - term; in float32_sqrt()
/linux-4.4.14/Documentation/dvb/
DREADME.dvb-usb161 long-term test scenario.
/linux-4.4.14/Documentation/video4linux/
DREADME.pvrusb277 (Note: The term "module" used below generally refers to loosely
Dvivid.txt265 but the long-term behavior is exactly following the framerate. So a
379 Like with video capture the framerate is also exact in the long term.
/linux-4.4.14/Documentation/sound/alsa/
Dtimestamping.txt95 - the link time can be used to track long-term drifts between audio
DAudigy-mixer.txt340 pool of short term memory registers
DSB-Live-mixer.txt351 pool of short term memory registers
/linux-4.4.14/sound/pci/rme9652/
Dhdspm.c989 int term; /* 0 = off, 1 = on */ member
4189 if (1 == hdspm->tco->term) { in hdspm_tco_write()
4460 ucontrol->value.integer.value[0] = hdspm->tco->term; in snd_hdspm_get_tco_word_term()
4471 if (hdspm->tco->term != ucontrol->value.integer.value[0]) { in snd_hdspm_put_tco_word_term()
4472 hdspm->tco->term = ucontrol->value.integer.value[0]; in snd_hdspm_put_tco_word_term()
/linux-4.4.14/Documentation/arm/Marvell/
DREADME265 Long-term plans
/linux-4.4.14/Documentation/arm64/
Dbooting.txt15 For the purposes of this document, we will use the term `boot loader'
/linux-4.4.14/Documentation/scsi/
Darcmsr_spec.txt416 ** byte 3 : 0->COMA (term port),
DLICENSE.qla4xxx81 the term "modification".) Each licensee is addressed as "you".
DLICENSE.qla2xxx82 the term "modification".) Each licensee is addressed as "you".
/linux-4.4.14/Documentation/input/
Devent-codes.txt8 the same moment in time. In the following, the term "event" refers to a single
/linux-4.4.14/drivers/atm/
DKconfig300 which include a variety of variants in term of the size of the
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_target.c3208 int term = 0; in qlt_term_ctio_exchange() local
3212 term = !(c->flags & in qlt_term_ctio_exchange()
3215 term = 1; in qlt_term_ctio_exchange()
3217 if (term) in qlt_term_ctio_exchange()
3220 return term; in qlt_term_ctio_exchange()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_core.c5085 int term; in ahc_chip_init() local
5102 term = (ahc->flags & AHC_TERM_ENB_B) != 0 ? STPWEN : 0; in ahc_chip_init()
5106 |term|ahc->seltime_b|ENSTIMER|ACTNEGEN); in ahc_chip_init()
5115 term = (ahc->flags & AHC_TERM_ENB_A) != 0 ? STPWEN : 0; in ahc_chip_init()
5122 |term|ahc->seltime in ahc_chip_init()
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c3241 bool term; member
3262 .term = true,
3270 .term = true,
3380 if (ctrl->term) in rocker_port_ctrl_vlan()
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt381 users. Note, this is a temporary solution only. The correct long-term
691 While long term we enforce one message per printk_ratelimit
/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi.c818 hdmi_phy_i2c_write(hdmi, phy_config->term, 0x19); /* TXTERM */ in hdmi_phy_configure()
/linux-4.4.14/drivers/staging/rtl8192u/
Dcopying70 the term "modification".) Each licensee is addressed as "you".
/linux-4.4.14/tools/usb/usbip/
DCOPYING70 the term "modification".) Each licensee is addressed as "you".
/linux-4.4.14/drivers/staging/rtl8192e/
Dlicense73 translation is included without limitation in the term "modification".)
/linux-4.4.14/mm/
DKconfig381 long-term mappings means that the space is wasted.
/linux-4.4.14/Documentation/kbuild/
Dkconfig-language.txt547 maintain it long term. Interested developers should visit:
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt43 tdp two dimensional paging (vendor neutral term for NPT and EPT)
/linux-4.4.14/Documentation/mtd/
Dnand_ecc.txt95 nicer picture.(but they use line parity as term where I use row parity)
/linux-4.4.14/drivers/hid/
DKconfig13 interacts directly with and takes input from humans. The term "HID"
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt710 2. The term originated to describe the sub-devices that can be created
/linux-4.4.14/tools/perf/Documentation/
Dintel-pt.txt161 Note that the default config must be overridden for each term i.e.
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt212 to resolve in the long term.
/linux-4.4.14/Documentation/RCU/
DwhatisRCU.txt145 longer-term references to data structures.
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt120 manual uses the term keypad instead of numeric keypad. Also I'm lazy
1079 screen. Speakup uses the term "Window", to mean a user defined area of
/linux-4.4.14/Documentation/power/
Druntime_pm.txt805 The term "autosuspend" is an historical remnant. It doesn't mean that the