Home
last modified time | relevance | path

Searched full:serialize (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/Linux-v6.1/drivers/usb/phy/
Dphy-tahvo.c48 struct mutex serialize; member
197 mutex_lock(&tu->serialize); in tahvo_usb_set_host()
203 mutex_unlock(&tu->serialize); in tahvo_usb_set_host()
214 mutex_unlock(&tu->serialize); in tahvo_usb_set_host()
225 mutex_lock(&tu->serialize); in tahvo_usb_set_peripheral()
231 mutex_unlock(&tu->serialize); in tahvo_usb_set_peripheral()
239 mutex_unlock(&tu->serialize); in tahvo_usb_set_peripheral()
248 mutex_lock(&tu->serialize); in tahvo_usb_vbus_interrupt()
250 mutex_unlock(&tu->serialize); in tahvo_usb_vbus_interrupt()
277 mutex_lock(&tu->serialize); in otg_mode_store()
[all …]
/Linux-v6.1/drivers/iio/accel/
Dmma9551_core.c212 * serialize access to the HW.
237 * serialize access to the HW.
262 * serialize access to the HW.
287 * serialize access to the HW.
318 * serialize access to the HW.
345 * serialize access to the HW.
375 * serialize access to the HW.
414 * serialize access to the HW.
453 * serialize access to the HW.
488 * serialize access to the HW.
[all …]
/Linux-v6.1/arch/ia64/scripts/
Dcheck-serialize.S1 .serialize.data
2 .serialize.instruction
Dtoolchain-flags45 # Check whether assembler supports .serialize.{data,instruction} directive.
47 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
/Linux-v6.1/arch/x86/include/asm/
Dsync_core.h61 * The SERIALIZE instruction is the most straightforward way to in sync_core()
65 serialize(); in sync_core()
98 /* With PTI, we unconditionally serialize before running user code. */ in sync_core_before_usermode()
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Dlmac_common.h16 * @cmd_lock: Lock to serialize the command interface
33 /* Lock to serialize the command interface */
138 /* Lock to serialize read/write of global csrs like
Drvu.h118 struct mutex mce_lock; /* Serialize MCE updates */
306 struct mutex rsrc_lock; /* Serialize resource alloc/free */
440 struct mutex switch_lock; /* Serialize flow installation */
455 struct mutex rsrc_lock; /* Serialize resource alloc/free */
466 struct mutex flr_lock; /* Serialize FLRs */
490 struct mutex cgx_cfg_lock; /* serialize cgx configuration */
/Linux-v6.1/drivers/hsi/controllers/
Domap_ssi.h57 * @wk_lock: spin lock to serialize access to the wake lines
58 * @lock: Spin lock to serialize access to the SSI port
127 * @lock: lock to serialize access to GDD
/Linux-v6.1/include/linux/
Dsrcutree.h67 struct mutex srcu_cb_mutex; /* Serialize CB preparation. */
69 struct mutex srcu_gp_mutex; /* Serialize GP work. */
82 struct mutex srcu_barrier_mutex; /* Serialize barrier ops. */
Dpktcdvd.h55 spinlock_t active_list_lock; /* Serialize access to pkt_active_list */
175 spinlock_t lock; /* Serialize access to bio_queue */
Dbpfilter.h18 /* since ip_getsockopt() can run in parallel, serialize access to umh */
/Linux-v6.1/arch/ia64/kernel/
Dpal.S89 srlz.d // serialize restoration of psr.l
125 srlz.d // serialize restoration of psr.l
197 srlz.d // serialize restoration of psr.l
255 srlz.d // serialize restoration of psr.l
/Linux-v6.1/drivers/usb/atm/
Dusbatm.c793 mutex_lock(&instance->serialize); /* vs self, usbatm_atm_close, usbatm_usb_disconnect */ in usbatm_atm_open()
837 mutex_unlock(&instance->serialize); in usbatm_atm_open()
845 mutex_unlock(&instance->serialize); in usbatm_atm_open()
859 mutex_lock(&instance->serialize); /* vs self, usbatm_atm_open, usbatm_usb_disconnect */ in usbatm_atm_close()
882 mutex_unlock(&instance->serialize); in usbatm_atm_close()
968 mutex_lock(&instance->serialize); in usbatm_do_heavy_init()
970 mutex_unlock(&instance->serialize); in usbatm_do_heavy_init()
1065 mutex_init(&instance->serialize); in usbatm_usb_probe()
1220 mutex_lock(&instance->serialize); in usbatm_usb_disconnect()
1224 mutex_unlock(&instance->serialize); in usbatm_usb_disconnect()
[all …]
/Linux-v6.1/drivers/s390/char/
Dvmur.h77 wait_queue_head_t wait; /* wait queue to serialize open */
79 spinlock_t open_lock; /* serialize critical sections */
/Linux-v6.1/mm/
Dpage_counter.c169 * The caller must serialize invocations on the same counter.
208 * The caller must serialize invocations on the same counter.
225 * The caller must serialize invocations on the same counter.
/Linux-v6.1/arch/ia64/include/asm/
Dasmmacro.h129 # define dv_serialize_data .serialize.data
130 # define dv_serialize_instruction .serialize.instruction
/Linux-v6.1/Documentation/driver-api/soundwire/
Dlocking.rst18 serialize each of the following operations(s) within SoundWire Bus instance.
30 Bus data structure (sdw_bus). This lock is used to serialize the message
/Linux-v6.1/drivers/media/platform/atmel/
Datmel-isc.h31 spinlock_t lock; /* serialize access to clock registers */
200 * @dma_queue_lock: lock to serialize the dma buffer queue
221 * @awb_mutex: serialize access to streaming status from awb work queue
/Linux-v6.1/drivers/hwtracing/ptt/
Dhisi_ptt.h167 * @tune_lock: lock to serialize the tune process
168 * @pmu_lock: lock to serialize the perf process
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h347 /* serialize post to the work queue
495 /* serialize qp state modifications
549 /* serialize access to the CQ
587 /* serialize arming a SRQ
888 /* serialize setting of delay drop */
1031 /* serialize updating the event_xa */
1037 /* serialize updating the bitmap */
1055 /* serialize update of capability mask
/Linux-v6.1/drivers/media/platform/ti/omap3isp/
Dispcsiphy.h24 struct mutex mutex; /* serialize csiphy configuration */
/Linux-v6.1/drivers/staging/media/omap4iss/
Diss_csiphy.h27 struct mutex mutex; /* serialize csiphy configuration */
/Linux-v6.1/drivers/iio/chemical/
Dsps30.h20 /* serialize access to the device */
/Linux-v6.1/kernel/
Dkexec_internal.h17 * Whatever is used to serialize accesses to the kexec_crash_image needs to be
/Linux-v6.1/include/linux/mfd/
Dintel_pmc_bxt.h18 * @gcr_lock: Lock used to serialize access to GCR registers

12345678910>>...19