Home
last modified time | relevance | path

Searched refs:write_timeout (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Dn2rng.h64 unsigned long write_timeout,
68 unsigned long write_timeout,
/OK3568_Linux_fs/kernel/drivers/staging/axis-fifo/
H A Daxis-fifo.c109 static int write_timeout = 1000; /* ms to wait before write() times out */ variable
118 module_param(write_timeout, int, 0444);
119 MODULE_PARM_DESC(write_timeout, "ms to wait before blocking write() timing out; set to -1 for no ti…
530 (write_timeout >= 0) ? in axis_fifo_write()
531 msecs_to_jiffies(write_timeout) : in axis_fifo_write()
990 read_timeout, write_timeout); in axis_fifo_init()
/OK3568_Linux_fs/buildroot/package/php-amqp/
H A D0002-more-work-for-php-8.patch507 …update_property_double(this_ce, getThis(), ZEND_STRL("write_timeout"), INI_FLT("amqp.write_timeout
508 …uble(this_ce, PHP5to8_OBJ_PROP(getThis()), ZEND_STRL("write_timeout"), INI_FLT("amqp.write_timeout
510 …if (ini_arr && PHP5to7_ZEND_HASH_FIND(HASH_OF(ini_arr), "write_timeout", sizeof("write_timeout"), …
514 …zend_throw_exception(amqp_connection_exception_class_entry, "Parameter 'write_timeout' must be gre…
516 - zend_update_property_double(this_ce, getThis(), ZEND_STRL("write_timeout"), Z_DVAL_P(PHP5to7_MA…
517 + zend_update_property_double(this_ce, PHP5to8_OBJ_PROP(getThis()), ZEND_STRL("write_timeout"), Z…
687 - zend_update_property_double(this_ce, getThis(), ZEND_STRL("write_timeout"), write_timeout TSRMLS_…
688 …erty_double(this_ce, PHP5to8_OBJ_PROP(getThis()), ZEND_STRL("write_timeout"), write_timeout TSRMLS…
691 …if (php_amqp_set_resource_write_timeout(connection->connection_resource, write_timeout TSRMLS_CC) …
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-cd.h93 unsigned long write_timeout; member
H A Dide-cd.c252 info->write_timeout = jiffies + ATAPI_WAIT_WRITE_BUSY; in ide_cd_breathe()
256 if (time_after(jiffies, info->write_timeout)) in ide_cd_breathe()
/OK3568_Linux_fs/kernel/drivers/misc/eeprom/
H A Dat24.c120 module_param_named(write_timeout, at24_write_timeout, uint, 0);
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-cp2112.c77 __be16 write_timeout; /* ms, 0 = no timeout */ member