Home
last modified time | relevance | path

Searched full:prepare (Results 1 – 25 of 1712) sorted by relevance

12345678910>>...69

/linux/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst20 possible to prepare the caches for next job in parallel with an active
29 prepare (major part of preparations are dma_map_sg() and dma_unmap_sg())
31 more significant the prepare request time becomes. Roughly the expected
60 In the DMA case pre_req() may do dma_map_sg() and prepare the DMA
72 request in two chunks, prepare the first chunk and start the request,
73 and finally prepare the second chunk and start the transfer.
75 Pseudocode to handle is_first_req scenario with minimal prepare overhead::
82 * Begin to prepare DMA while cmd is being processed by MMC.
84 * to prepare as the "MMC process command time".
85 * If prepare time exceeds MMC cmd time
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c13 * dpni_prepare_key_cfg() - function prepare extract parameters
105 /* prepare command */ in dpni_open()
140 /* prepare command */ in dpni_close()
170 /* prepare command */ in dpni_set_pools()
206 /* prepare command */ in dpni_enable()
229 /* prepare command */ in dpni_disable()
256 /* prepare command */ in dpni_is_enabled()
287 /* prepare command */ in dpni_reset()
320 /* prepare command */ in dpni_set_irq_enable()
354 /* prepare command */ in dpni_get_irq_enable()
[all …]
H A Ddpsw.c45 /* prepare command */ in dpsw_open()
78 /* prepare command */ in dpsw_close()
99 /* prepare command */ in dpsw_enable()
120 /* prepare command */ in dpsw_disable()
141 /* prepare command */ in dpsw_reset()
171 /* prepare command */ in dpsw_set_irq_enable()
205 /* prepare command */ in dpsw_set_irq_mask()
237 /* prepare command */ in dpsw_get_irq_status()
275 /* prepare command */ in dpsw_clear_irq_status()
303 /* prepare command */ in dpsw_get_attributes()
[all …]
/linux/arch/arm/mach-pxa/
H A Dsleep.S49 @ prepare value for sleep mode
52 @ prepare pointer to physical address 0 (virtual mapping in generic.c)
55 @ prepare SDRAM refresh settings
73 ldr r7, =CCCR_SLEEP @ prepare CCCR sleep value
74 mov r0, #0x2 @ prepare value for CLKCFG
90 @ prepare value for sleep mode
93 @ prepare pointer to physical address 0 (virtual mapping in generic.c)
96 @ prepare SDRAM refresh settings
/linux/tools/gpio/
H A DMakefile36 prepare: $(OUTPUT)include/linux/gpio.h target
39 $(GPIO_UTILS_IN): prepare FORCE
46 $(LSGPIO_IN): prepare FORCE $(OUTPUT)gpio-utils-in.o
55 $(GPIO_HAMMER_IN): prepare FORCE $(OUTPUT)gpio-utils-in.o
64 $(GPIO_EVENT_MON_IN): prepare FORCE $(OUTPUT)gpio-utils-in.o
73 $(GPIO_WATCH_IN): prepare FORCE
91 .PHONY: all install clean FORCE prepare
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_klv_helpers.h20 * PREP_GUC_KLV - Prepare KLV header value based on provided key and len.
31 * PREP_GUC_KLV_CONST - Prepare KLV header value based on const key and len.
42 * MAKE_GUC_KLV_KEY - Prepare KLV KEY name based on unique KLV definition tag.
48 * MAKE_GUC_KLV_LEN - Prepare KLV LEN name based on unique KLV definition tag.
54 * PREP_GUC_KLV_TAG - Prepare KLV header value based on unique KLV definition tag.
/linux/tools/iio/
H A DMakefile34 prepare: $(OUTPUT)include/linux/iio target
37 $(IIO_UTILS_IN): prepare FORCE
41 $(LSIIO_IN): prepare FORCE $(OUTPUT)iio_utils-in.o
47 $(IIO_EVENT_MONITOR_IN): prepare FORCE $(OUTPUT)iio_utils-in.o
53 $(IIO_GENERIC_BUFFER_IN): prepare FORCE $(OUTPUT)iio_utils-in.o
71 .PHONY: all install clean FORCE prepare
/linux/drivers/dma/fsl-dpaa2-qdma/
H A Ddpdmai.c75 /* prepare command */ in dpdmai_open()
109 /* prepare command */ in dpdmai_close()
132 /* prepare command */ in dpdmai_destroy()
156 /* prepare command */ in dpdmai_enable()
177 /* prepare command */ in dpdmai_disable()
198 /* prepare command */ in dpdmai_reset()
223 /* prepare command */ in dpdmai_get_attributes()
262 /* prepare command */ in dpdmai_set_rx_queue()
299 /* prepare command */ in dpdmai_get_rx_queue()
343 /* prepare command */ in dpdmai_get_tx_queue()
/linux/drivers/bus/fsl-mc/
H A Ddpcon.c37 /* prepare command */ in dpcon_open()
73 /* prepare command */ in dpcon_close()
97 /* prepare command */ in dpcon_enable()
121 /* prepare command */ in dpcon_disable()
145 /* prepare command */ in dpcon_reset()
172 /* prepare command */ in dpcon_get_attributes()
209 /* prepare command */ in dpcon_set_notification()
H A Ddprc.c39 /* prepare command */ in dprc_open()
74 /* prepare command */ in dprc_close()
143 /* prepare command */ in dprc_reset_container()
173 /* prepare command */ in dprc_set_irq()
211 /* prepare command */ in dprc_set_irq_enable()
247 /* prepare command */ in dprc_set_irq_mask()
281 /* prepare command */ in dprc_get_irq_status()
321 /* prepare command */ in dprc_clear_irq_status()
350 /* prepare command */ in dprc_get_attributes()
388 /* prepare command */ in dprc_get_obj_count()
[all …]
H A Ddpbp.c37 /* prepare command */ in dpbp_open()
72 /* prepare command */ in dpbp_close()
95 /* prepare command */ in dpbp_enable()
118 /* prepare command */ in dpbp_disable()
141 /* prepare command */ in dpbp_reset()
169 /* prepare command */ in dpbp_get_attributes()
H A Dobj-api.c58 /* prepare command */ in fsl_mc_obj_open()
81 /* prepare command */ in fsl_mc_obj_close()
96 /* prepare command */ in fsl_mc_obj_reset()
/linux/tools/perf/scripts/python/
H A Dexport-to-sqlite.py573 evsel_query.prepare("INSERT INTO selected_events VALUES (?, ?)")
575 machine_query.prepare("INSERT INTO machines VALUES (?, ?, ?)")
577 thread_query.prepare("INSERT INTO threads VALUES (?, ?, ?, ?, ?)")
579 comm_query.prepare("INSERT INTO comms VALUES (?, ?, ?, ?, ?)")
581 comm_thread_query.prepare("INSERT INTO comm_threads VALUES (?, ?, ?)")
583 dso_query.prepare("INSERT INTO dsos VALUES (?, ?, ?, ?, ?)")
585 symbol_query.prepare("INSERT INTO symbols VALUES (?, ?, ?, ?, ?, ?)")
587 branch_type_query.prepare("INSERT INTO branch_types VALUES (?, ?)")
590 …sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, …
592 …sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, …
[all …]
/linux/drivers/soc/fsl/dpio/
H A Ddpio.c44 /* prepare command */ in dpio_open()
75 /* prepare command */ in dpio_close()
97 /* prepare command */ in dpio_enable()
119 /* prepare command */ in dpio_disable()
145 /* prepare command */ in dpio_get_attributes()
203 /* prepare command */ in dpio_get_api_version()
231 /* prepare command */ in dpio_reset()
/linux/drivers/clk/
H A Dclk-gpio.c26 * prepare - clk_(un)prepare are functional and control a gpio that can sleep
106 .prepare = clk_sleeping_gpio_gate_prepare,
114 * prepare - clk_prepare only ensures that parents are prepared
247 * prepare - clk_prepare and clk_unprepare are function & control regulator
307 * Prepare operation turns on the supply regulator
311 .prepare = clk_gated_fixed_prepare,
345 * both in the prepare step.
350 .prepare = clk_sleeping_gated_fixed_prepare,
/linux/drivers/mtd/tests/
H A Dmtd_nandecctest.c29 void (*prepare)(void *, void *, void *, void *, const size_t); member
203 .prepare = no_bit_error,
208 .prepare = single_bit_error_in_data,
213 .prepare = single_bit_error_in_ecc,
218 .prepare = double_bit_error_in_data,
223 .prepare = single_bit_error_in_data_and_ecc,
228 .prepare = double_bit_error_in_ecc,
272 nand_ecc_test[i].prepare(error_data, error_ecc, in nand_ecc_test_run()
/linux/Documentation/driver-api/soundwire/
H A Dlocking.rst22 - Prepare, Enable, Disable and De-prepare stream operations.
70 Prepare operation.
74 2. For every message transfer in Prepare operation
94 | | 2. Perform stream prepare
/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c38 in->prepare.msg1_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE; in hdcp2_message_init()
39 in->prepare.msg2_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE; in hdcp2_message_init()
599 msg_in->prepare.msg1_id = TA_HDCP_HDCP2_MSG_ID__AKE_INIT; in mod_hdcp_hdcp2_prepare_ake_init()
606 memcpy(&hdcp->auth.msg.hdcp2.ake_init[0], &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_prepare_ake_init()
636 msg_in->prepare.msg1_id = TA_HDCP_HDCP2_MSG_ID__AKE_NO_STORED_KM; in mod_hdcp_hdcp2_validate_ake_cert()
637 msg_in->prepare.msg2_id = TA_HDCP_HDCP2_MSG_ID__AKE_STORED_KM; in mod_hdcp_hdcp2_validate_ake_cert()
647 &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_validate_ake_cert()
651 &msg_out->prepare.transmitter_message[sizeof(hdcp->auth.msg.hdcp2.ake_no_stored_km)], in mod_hdcp_hdcp2_validate_ake_cert()
736 msg_in->prepare.msg1_id = TA_HDCP_HDCP2_MSG_ID__LC_INIT; in mod_hdcp_hdcp2_prepare_lc_init()
745 memcpy(hdcp->auth.msg.hdcp2.lc_init, &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_prepare_lc_init()
[all …]
/linux/tools/counter/
H A DMakefile33 prepare: $(OUTPUT)include/linux/counter.h target
36 $(COUNTER_EXAMPLE): prepare FORCE
42 $(COUNTER_WATCH_EVENTS): prepare FORCE
63 .PHONY: all install clean FORCE prepare
/linux/tools/spi/
H A DMakefile33 prepare: $(OUTPUT)include/linux/spi target
39 $(SPIDEV_TEST_IN): prepare FORCE
48 $(SPIDEV_FDX_IN): prepare FORCE
68 .PHONY: all install clean FORCE prepare
/linux/include/linux/
H A Dfirmware.h54 * @prepare: Required: Prepare secure update
65 * @cleanup: Optional: Complements the prepare()
68 * prepare function succeeded.
71 enum fw_upload_err (*prepare)(struct fw_upload *fw_upload, member
/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c41 .prepare = usbhsf_null_handle,
177 func = pkt->handler->prepare; in usbhsf_pkt_handler()
430 .prepare = usbhs_dcp_dir_switch_to_write,
435 .prepare = usbhs_dcp_dir_switch_to_read,
453 return pkt->handler->prepare(pkt, is_done); in usbhsf_dcp_data_stage_try_push()
457 .prepare = usbhsf_dcp_data_stage_try_push,
474 * prepare pop for DCP should in usbhsf_dcp_data_stage_prepare_pop()
492 return pkt->handler->prepare(pkt, is_done); in usbhsf_dcp_data_stage_prepare_pop()
496 .prepare = usbhsf_dcp_data_stage_prepare_pop,
613 .prepare = usbhsf_pio_prepare_push,
[all …]
/linux/Documentation/core-api/
H A Dcpu_hotplug.rst174 * The PREPARE section
176 The PREPARE section covers the state space from CPUHP_OFFLINE to
241 === End of PREPARE section
262 === Start of PREPARE section
277 === End of PREPARE section
293 === Start of PREPARE section
367 Only the PREPARE and ONLINE sections provide a dynamic allocation
393 CPUHP_AP_ONLINE_DYN - depending on the state section (PREPARE, ONLINE) for
401 prepare For states in the PREPARE section
403 dead For states in the PREPARE section which do not provide
[all …]
/linux/tools/bpf/resolve_btfids/
H A DMakefile18 # Overrides for the prepare step libraries.
50 prepare: $(BPFOBJ) $(SUBCMDOBJ) target
89 $(BINARY_IN): fixdep FORCE prepare | $(OUTPUT)
119 .PHONY: all FORCE clean tags prepare
/linux/tools/dma/
H A DMakefile36 prepare: $(OUTPUT)include/linux/map_benchmark.h target
41 $(DMA_MAP_BENCHMARK): prepare FORCE
55 .PHONY: all install clean prepare FORCE

12345678910>>...69