Home
last modified time | relevance | path

Searched full:purpose (Results 1 – 25 of 11867) sorted by relevance

12345678910>>...475

/kernel/linux/linux-6.6/Documentation/hwmon/
Dmc13783-adc.rst33 Some channels can be used as General Purpose inputs or in a dedicated mode with
37 the General Purpose inputs and touchscreen.
53 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.30V No
54 6 General Purpose ADIN6 / Backup Voltage (LICELL) 0 - 2.30V / No /
56 7 General Purpose ADIN7 / UID / Die Temperature 0 - 2.30V / No /
58 8 General Purpose ADIN8 0 - 2.30V No
59 9 General Purpose ADIN9 0 - 2.30V No
60 10 General Purpose ADIN10 0 - 2.30V No
61 11 General Purpose ADIN11 0 - 2.30V No
62 12 General Purpose TSX1 / Touchscreen X-plate 1 0 - 2.30V No
[all …]
/kernel/linux/linux-5.10/Documentation/hwmon/
Dmc13783-adc.rst33 Some channels can be used as General Purpose inputs or in a dedicated mode with
37 the General Purpose inputs and touchscreen.
53 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.30V No
54 6 General Purpose ADIN6 / Backup Voltage (LICELL) 0 - 2.30V / No /
56 7 General Purpose ADIN7 / UID / Die Temperature 0 - 2.30V / No /
58 8 General Purpose ADIN8 0 - 2.30V No
59 9 General Purpose ADIN9 0 - 2.30V No
60 10 General Purpose ADIN10 0 - 2.30V No
61 11 General Purpose ADIN11 0 - 2.30V No
62 12 General Purpose TSX1 / Touchscreen X-plate 1 0 - 2.30V No
[all …]
/kernel/linux/linux-5.10/drivers/scsi/arm/
Dqueue.h19 * Purpose : initialise a queue
26 * Purpose : free a queue
33 * Purpose : removes first SCSI command from a queue
41 * Purpose : remove a SCSI command from a queue
55 * Purpose : Add a new command onto a queue
65 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag
77 * Purpose : remove all SCSI commands from the queue for a specified target
86 * Purpose : check to see if we have a command in the queue for the specified
97 * Purpose : remove a specific command from the queues
Dmsgqueue.h33 * Purpose : initialise a message queue
40 * Purpose : free a queue
47 * Purpose : calculate the total length of all messages on the message queue
55 * Purpose : return a message & its length
64 * Purpose : add a message onto a message queue
74 * Purpose : flush all messages from message queue
Dmsgqueue.c18 * Purpose : Allocate a message queue entry
34 * Purpose : free a message queue entry
48 * Purpose : initialise a message queue
67 * Purpose : free a queue
76 * Purpose : calculate the total length of all messages on the message queue
93 * Purpose : return a message
109 * Purpose : add a message onto a message queue
145 * Purpose : flush all messages from message queue
Dqueue.c52 * Purpose : initialise a queue
84 * Purpose : free a queue
97 * Purpose : Add a new command onto a queue, adding REQUEST_SENSE to head.
153 * Purpose : remove a SCSI command from a queue
180 * Purpose : removes first SCSI command from a queue
199 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag
229 * Purpose : remove all SCSI commands from the queue for a specified target
250 * Purpose : check to see if we have a command in the queue for the specified
278 * Purpose : remove a specific command from the queues
/kernel/linux/linux-6.6/drivers/scsi/arm/
Dqueue.h19 * Purpose : initialise a queue
26 * Purpose : free a queue
33 * Purpose : removes first SCSI command from a queue
41 * Purpose : remove a SCSI command from a queue
55 * Purpose : Add a new command onto a queue
65 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag
77 * Purpose : remove all SCSI commands from the queue for a specified target
86 * Purpose : check to see if we have a command in the queue for the specified
97 * Purpose : remove a specific command from the queues
Dmsgqueue.h33 * Purpose : initialise a message queue
40 * Purpose : free a queue
47 * Purpose : calculate the total length of all messages on the message queue
55 * Purpose : return a message & its length
64 * Purpose : add a message onto a message queue
74 * Purpose : flush all messages from message queue
Dmsgqueue.c18 * Purpose : Allocate a message queue entry
34 * Purpose : free a message queue entry
48 * Purpose : initialise a message queue
67 * Purpose : free a queue
76 * Purpose : calculate the total length of all messages on the message queue
93 * Purpose : return a message
109 * Purpose : add a message onto a message queue
145 * Purpose : flush all messages from message queue
Dqueue.c56 * Purpose : initialise a queue
88 * Purpose : free a queue
101 * Purpose : Add a new command onto a queue, adding REQUEST_SENSE to head.
157 * Purpose : remove a SCSI command from a queue
184 * Purpose : removes first SCSI command from a queue
203 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag
233 * Purpose : remove all SCSI commands from the queue for a specified target
254 * Purpose : check to see if we have a command in the queue for the specified
282 * Purpose : remove a specific command from the queues
/kernel/linux/linux-6.6/arch/x86/lib/
Dkaslr.c49 unsigned long kaslr_get_random_long(const char *purpose) in kaslr_get_random_long() argument
59 if (purpose) { in kaslr_get_random_long()
60 debug_putstr(purpose); in kaslr_get_random_long()
65 if (purpose) in kaslr_get_random_long()
74 if (purpose) in kaslr_get_random_long()
83 if (purpose) in kaslr_get_random_long()
94 if (purpose) in kaslr_get_random_long()
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Dhypercalls.rst47 4. Purpose
54 :Purpose: Trigger guest exit so that the host can check for pending
62 :Purpose: Support MMU operations such as writing to PTE,
70 :Purpose: Expose hypercall availability to the guest. On x86 platforms, cpuid
81 :Purpose: To enable communication between the hypervisor and guest there is a
91 :Purpose: Hypercall used to wakeup a vcpu from HLT state
107 :Purpose: Hypercall used to synchronize host and guest clocks.
145 :Purpose: Send IPIs to multiple vCPUs.
166 :Purpose: Hypercall used to yield if the IPI target vCPU is preempted
/kernel/linux/linux-6.6/Documentation/virt/kvm/x86/
Dhypercalls.rst47 4. Purpose
54 :Purpose: Trigger guest exit so that the host can check for pending
62 :Purpose: Support MMU operations such as writing to PTE,
70 :Purpose: Expose hypercall availability to the guest. On x86 platforms, cpuid
81 :Purpose: To enable communication between the hypervisor and guest there is a
91 :Purpose: Hypercall used to wakeup a vcpu from HLT state
107 :Purpose: Hypercall used to synchronize host and guest clocks.
145 :Purpose: Send IPIs to multiple vCPUs.
166 :Purpose: Hypercall used to yield if the IPI target vCPU is preempted
177 :Purpose: Request KVM to map a GPA range with the specified attributes.
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
Dcx88-reg.h198 #define MO_VIDY_GPCNT 0x31C020 // {16}RO Video Y general purpose counter
199 #define MO_VIDU_GPCNT 0x31C024 // {16}RO Video U general purpose counter
200 #define MO_VIDV_GPCNT 0x31C028 // {16}RO Video V general purpose counter
201 #define MO_VBI_GPCNT 0x31C02C // {16}RO VBI general purpose counter
202 #define MO_VIDY_GPCNTRL 0x31C030 // {2}WO Video Y general purpose control
203 #define MO_VIDU_GPCNTRL 0x31C034 // {2}WO Video U general purpose control
204 #define MO_VIDV_GPCNTRL 0x31C038 // {2}WO Video V general purpose control
205 #define MO_VBI_GPCNTRL 0x31C03C // {2}WO VBI general purpose counter
216 #define MO_AUDD_GPCNT 0x32C020 // {16}RO Audio down general purpose counter
217 #define MO_AUDU_GPCNT 0x32C024 // {16}RO Audio up general purpose counter
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
Dcx88-reg.h198 #define MO_VIDY_GPCNT 0x31C020 // {16}RO Video Y general purpose counter
199 #define MO_VIDU_GPCNT 0x31C024 // {16}RO Video U general purpose counter
200 #define MO_VIDV_GPCNT 0x31C028 // {16}RO Video V general purpose counter
201 #define MO_VBI_GPCNT 0x31C02C // {16}RO VBI general purpose counter
202 #define MO_VIDY_GPCNTRL 0x31C030 // {2}WO Video Y general purpose control
203 #define MO_VIDU_GPCNTRL 0x31C034 // {2}WO Video U general purpose control
204 #define MO_VIDV_GPCNTRL 0x31C038 // {2}WO Video V general purpose control
205 #define MO_VBI_GPCNTRL 0x31C03C // {2}WO VBI general purpose counter
216 #define MO_AUDD_GPCNT 0x32C020 // {16}RO Audio down general purpose counter
217 #define MO_AUDU_GPCNT 0x32C024 // {16}RO Audio up general purpose counter
[all …]
/kernel/linux/linux-5.10/drivers/tty/
Drocket_int.h378 Purpose: Stop sending a transmit BREAK signal
390 Purpose: Clr the DTR output
402 Purpose: Clr the RTS output
415 Purpose: Clear any existing transmit software flow control off condition
427 Purpose: Convert a controller number to controller structure pointer
436 Purpose: Strobe the MUDBAC's End Of Interrupt bit.
444 Purpose: Strobe the PCI End Of Interrupt bit.
464 Purpose: Disable I/O access to an AIOP
477 Purpose: Disable output flow control using CTS
489 Purpose: Disable IXANY Software Flow Control
[all …]
/kernel/linux/linux-5.10/arch/mips/include/asm/sgi/
Dheart.h28 * @mode: HEART_MODE - Purpose Unknown, machine reset called from here.
29 * @sdram_mode: HEART_SDRAM_MODE - purpose unknown.
30 * @mem_refresh: HEART_MEM_REF - purpose unknown.
31 * @mem_req_arb: HEART_MEM_REQ_ARB - purpose unknown.
34 * @fc_mode: HEART_FC_MODE - Purpose Unknown, possibly for GFX flow control.
35 * @fc_timer_limit: HEART_FC_TIMER_LIMIT - purpose unknown.
36 * @fc_addr: HEART_FC0_ADDR, HEART_FC1_ADDR - purpose unknown.
37 * @fc_credit_cnt: HEART_FC0_CR_CNT, HEART_FC1_CR_CNT - purpose unknown.
38 * @fc_timer: HEART_FC0_TIMER, HEART_FC1_TIMER - purpose unknown.
41 * @bus_err_misc: HEART_BERR_MISC - purpose unknown.
[all …]
/kernel/linux/linux-6.6/arch/mips/include/asm/sgi/
Dheart.h28 * @mode: HEART_MODE - Purpose Unknown, machine reset called from here.
29 * @sdram_mode: HEART_SDRAM_MODE - purpose unknown.
30 * @mem_refresh: HEART_MEM_REF - purpose unknown.
31 * @mem_req_arb: HEART_MEM_REQ_ARB - purpose unknown.
34 * @fc_mode: HEART_FC_MODE - Purpose Unknown, possibly for GFX flow control.
35 * @fc_timer_limit: HEART_FC_TIMER_LIMIT - purpose unknown.
36 * @fc_addr: HEART_FC0_ADDR, HEART_FC1_ADDR - purpose unknown.
37 * @fc_credit_cnt: HEART_FC0_CR_CNT, HEART_FC1_CR_CNT - purpose unknown.
38 * @fc_timer: HEART_FC0_TIMER, HEART_FC1_TIMER - purpose unknown.
41 * @bus_err_misc: HEART_BERR_MISC - purpose unknown.
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
Dta_secureDisplay_if.h16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
34 /* Query whether TA is responding used only for validation purpose */
115 * Output buffer format for query TA whether TA is responding used only for validation purpose
118 /* return value from TA when it is queried for validation purpose only */
124 * and used to write to I2C used only for validation purpose
135 /* Query TA output buffer format used only for validation purpose*/
137 /* Send ROI CRC output buffer format used only for validation purpose */
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
Dbitfield.h11 * Purpose Definition of macros to operate on bit fields.
29 * Purpose
53 * Purpose
79 * Purpose
98 * Purpose
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
Dbitfield.h10 * Purpose Definition of macros to operate on bit fields.
28 * Purpose
52 * Purpose
78 * Purpose
97 * Purpose
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
Dbitfield.h10 * Purpose Definition of macros to operate on bit fields.
28 * Purpose
52 * Purpose
78 * Purpose
97 * Purpose
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
Dgss_krb5_unseal.c16 * and its documentation for any purpose is hereby granted without fee,
23 * purpose. It is provided "as is" without express or implied warranty.
45 * distribute this software and its documentation for any purpose and
52 * this software for any purpose. It is provided "as is" without express
57 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dtlv320adcx140.yaml89 Defines the configuration for the general purpose input pins (GPI).
93 1 - GPIX is configured as a general-purpose input (GPI)
114 Defines the configuration and output drive for the General Purpose
121 1 - GPIO1 is configured as a general-purpose output (GPO)
127 9 - GPIO1 is configured as a general-purpose input (GPI)
164 Defines the configuration and output driver for the general purpose
172 1 - GPOX is configured as a general-purpose output (GPO)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dtlv320adcx140.yaml88 Defines the configuration for the general purpose input pins (GPI).
92 1 - GPIX is configured as a general-purpose input (GPI)
121 Defines the configuration and output driver for the general purpose
129 1 - GPOX is configured as a general-purpose output (GPO)
145 Defines the configuration and output drive for the General Purpose
152 1 - GPIO1 is configured as a general-purpose output (GPO)
158 9 - GPIO1 is configured as a general-purpose input (GPI)

12345678910>>...475