Searched refs:Operation (Results 1 - 25 of 71) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/metaflac/
H A Doperations_shorthand.h21 FLAC__bool do_shorthand_operation__picture(const char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
22 FLAC__bool do_shorthand_operation__cuesheet(const char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
24 FLAC__bool do_shorthand_operation__streaminfo(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
25 FLAC__bool do_shorthand_operation__vorbis_comment(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write, FLAC__bool raw);
H A Doptions.h170 } Operation; typedef in typeref:struct:__anon1664
192 Operation *operations;
H A Doptions.c102 static void append_new_operation(CommandLineOptions *options, Operation operation);
104 static Operation *append_major_operation(CommandLineOptions *options, OperationType type);
105 static Operation *append_shorthand_operation(CommandLineOptions *options, OperationType type);
107 static Operation *find_shorthand_operation(CommandLineOptions *options, OperationType type);
243 Operation *op = find_shorthand_operation(options, OP__IMPORT_CUESHEET_FROM);
245 Operation *op2 = find_shorthand_operation(options, OP__ADD_SEEKPOINT);
258 Operation *op;
349 Operation *op;
712 void append_new_operation(CommandLineOptions *options, Operation operation)
716 if(0 == (options->ops.operations = (Operation*)mallo
[all...]
H A Doperations_shorthand_streaminfo.c30 FLAC__bool do_shorthand_operation__streaminfo(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/metaflac/
H A Doperations_shorthand.h21 FLAC__bool do_shorthand_operation__picture(const char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
22 FLAC__bool do_shorthand_operation__cuesheet(const char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
24 FLAC__bool do_shorthand_operation__streaminfo(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
25 FLAC__bool do_shorthand_operation__vorbis_comment(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write, FLAC__bool raw);
H A Doptions.h170 } Operation; typedef in typeref:struct:__anon2569
192 Operation *operations;
H A Doptions.c102 static void append_new_operation(CommandLineOptions *options, Operation operation);
104 static Operation *append_major_operation(CommandLineOptions *options, OperationType type);
105 static Operation *append_shorthand_operation(CommandLineOptions *options, OperationType type);
107 static Operation *find_shorthand_operation(CommandLineOptions *options, OperationType type);
243 Operation *op = find_shorthand_operation(options, OP__IMPORT_CUESHEET_FROM);
245 Operation *op2 = find_shorthand_operation(options, OP__ADD_SEEKPOINT);
258 Operation *op;
349 Operation *op;
712 void append_new_operation(CommandLineOptions *options, Operation operation)
716 if(0 == (options->ops.operations = (Operation*)mallo
[all...]
H A Doperations_shorthand_streaminfo.c30 FLAC__bool do_shorthand_operation__streaminfo(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/metaflac/
H A Doperations_shorthand.h21 FLAC__bool do_shorthand_operation__picture(const char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
22 FLAC__bool do_shorthand_operation__cuesheet(const char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
24 FLAC__bool do_shorthand_operation__streaminfo(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
25 FLAC__bool do_shorthand_operation__vorbis_comment(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write, FLAC__bool raw);
H A Doptions.h170 } Operation; typedef in typeref:struct:__anon36594
192 Operation *operations;
H A Doptions.c102 static void append_new_operation(CommandLineOptions *options, Operation operation);
104 static Operation *append_major_operation(CommandLineOptions *options, OperationType type);
105 static Operation *append_shorthand_operation(CommandLineOptions *options, OperationType type);
107 static Operation *find_shorthand_operation(CommandLineOptions *options, OperationType type);
243 Operation *op = find_shorthand_operation(options, OP__IMPORT_CUESHEET_FROM);
245 Operation *op2 = find_shorthand_operation(options, OP__ADD_SEEKPOINT);
258 Operation *op;
349 Operation *op;
712 void append_new_operation(CommandLineOptions *options, Operation operation)
716 if(0 == (options->ops.operations = (Operation*)mallo
[all...]
H A Doperations_shorthand_streaminfo.c30 FLAC__bool do_shorthand_operation__streaminfo(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/hv/
H A Dstorvsc.c206 vstorPacket->Operation = VStorOperationBeginInitialization;
229 if (vstorPacket->Operation != VStorOperationCompleteIo ||
233 vstorPacket->Operation, vstorPacket->Status);
241 vstorPacket->Operation = VStorOperationQueryProtocolVersion;
262 if (vstorPacket->Operation != VStorOperationCompleteIo ||
266 vstorPacket->Operation, vstorPacket->Status);
274 vstorPacket->Operation = VStorOperationQueryProperties;
295 if (vstorPacket->Operation != VStorOperationCompleteIo ||
299 vstorPacket->Operation, vstorPacket->Status);
313 vstorPacket->Operation
[all...]
H A Dvstorage.h160 enum vstor_packet_operation Operation; member in struct:vstor_packet
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/hv/
H A Dstorvsc.c206 vstorPacket->Operation = VStorOperationBeginInitialization;
229 if (vstorPacket->Operation != VStorOperationCompleteIo ||
233 vstorPacket->Operation, vstorPacket->Status);
241 vstorPacket->Operation = VStorOperationQueryProtocolVersion;
262 if (vstorPacket->Operation != VStorOperationCompleteIo ||
266 vstorPacket->Operation, vstorPacket->Status);
274 vstorPacket->Operation = VStorOperationQueryProperties;
295 if (vstorPacket->Operation != VStorOperationCompleteIo ||
299 vstorPacket->Operation, vstorPacket->Status);
313 vstorPacket->Operation
[all...]
H A Dvstorage.h160 enum vstor_packet_operation Operation; member in struct:vstor_packet
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192S_phy.h127 void PHY_InitialGain8192S(struct net_device* dev,u8 Operation );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr819xU_phy.h86 extern void InitialGain819xUsb(struct net_device *dev, u8 Operation);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192su/
H A Dr8192S_phy.h127 void PHY_InitialGain8192S(struct net_device* dev,u8 Operation );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192u/
H A Dr819xU_phy.h86 extern void InitialGain819xUsb(struct net_device *dev, u8 Operation);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/message/fusion/lsi/
H A Dmpi_sas.h24 * 10-11-06 01.05.04 Fixed the name of a define for Operation field of SAS IO
220 U8 Operation; /* 00h */ member in struct:_MSG_SAS_IOUNIT_CONTROL_REQUEST
238 /* values for the Operation field */
262 U8 Operation; /* 00h */ member in struct:_MSG_SAS_IOUNIT_CONTROL_REPLY
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_sas.h17 * 06-26-07 02.00.01 Added Clear All Persistent Operation to SAS IO Unit
19 * 10-02-08 02.00.02 Added Set IOC Parameter Operation to SAS IO Unit Control
212 U8 Operation; /* 0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REQUEST
237 /* values for the Operation field */
264 U8 Operation; /* 0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REPLY
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/message/fusion/lsi/
H A Dmpi_sas.h24 * 10-11-06 01.05.04 Fixed the name of a define for Operation field of SAS IO
220 U8 Operation; /* 00h */ member in struct:_MSG_SAS_IOUNIT_CONTROL_REQUEST
238 /* values for the Operation field */
262 U8 Operation; /* 00h */ member in struct:_MSG_SAS_IOUNIT_CONTROL_REPLY
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_sas.h17 * 06-26-07 02.00.01 Added Clear All Persistent Operation to SAS IO Unit
19 * 10-02-08 02.00.02 Added Set IOC Parameter Operation to SAS IO Unit Control
212 U8 Operation; /* 0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REQUEST
237 /* values for the Operation field */
264 U8 Operation; /* 0x00 */ member in struct:_MPI2_SAS_IOUNIT_CONTROL_REPLY
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr819xE_phy.h161 extern void InitialGain819xPci(struct net_device *dev, u8 Operation);

Completed in 371 milliseconds

123