Searched refs:flop (Results 1 – 7 of 7) sorted by relevance
/openbmc/libpldm/src/requester/ |
H A D | instance-id.c | 135 struct flock flop; in pldm_instance_id_alloc() local 148 flop = pldm_instance_id_cfls; in pldm_instance_id_alloc() 149 flop.l_start = loff; in pldm_instance_id_alloc() 150 rc = fcntl(ctx->lock_db_fd, F_OFD_SETLK, &flop); in pldm_instance_id_alloc() 170 flop = pldm_instance_id_cflx; in pldm_instance_id_alloc() 171 flop.l_start = loff; in pldm_instance_id_alloc() 172 rc = fcntl(ctx->lock_db_fd, F_OFD_GETLK, &flop); in pldm_instance_id_alloc() 184 if (flop.l_type == F_UNLCK) { in pldm_instance_id_alloc() 191 if (flop.l_type != F_RDLCK) { in pldm_instance_id_alloc() 196 flop = pldm_instance_id_cflu; in pldm_instance_id_alloc() [all …]
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | unaligned.c | 136 static int emulate_ldw(struct pt_regs *regs, int toreg, int flop) in emulate_ldw() argument 162 if (flop) in emulate_ldw() 169 static int emulate_ldd(struct pt_regs *regs, int toreg, int flop) in emulate_ldd() argument 179 if (!IS_ENABLED(CONFIG_64BIT) && !flop) in emulate_ldd() 219 if (flop) in emulate_ldd() 252 static int emulate_stw(struct pt_regs *regs, int frreg, int flop) in emulate_stw() argument 257 if (flop) in emulate_stw() 293 static int emulate_std(struct pt_regs *regs, int frreg, int flop) in emulate_std() argument 298 if (flop) in emulate_std() 308 if (!IS_ENABLED(CONFIG_64BIT) && !flop) in emulate_std()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/usb-modeswitch/ |
H A D | usb-modeswitch_2.6.1.bb | 1 SUMMARY = "A mode switching tool for controlling 'flip flop' (multiple device) USB gear"
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-tyan-s8036.dts | 381 * triggers the clock on a D flip-flop. The /Q output of the 382 * flip-flop drives its D input. 383 * - The flip-flop's Q output drives led-identify which is
|
H A D | aspeed-bmc-tyan-s7106.dts | 427 * triggers the clock on a D flip-flop. The /Q output of the 428 * flip-flop drives its D input. 429 * - The flip-flop's Q output drives led-identify which is
|
/openbmc/u-boot/doc/imx/common/ |
H A D | imx5.txt | 13 condition in an analog flip-flop when used at high frequencies.
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.sym53c8xx | 338 Just use 2 tag counters in flip/flop and switch to the other
|