| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | at91sam9x5_can.dtsi | 23 status = "disabled"; 34 status = "disabled";
|
| H A D | gr-peach-audiocamerashield.dtsi | 47 status = "okay"; 68 status = "okay";
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/cmake/ |
| H A D | GetGitVersion.cmake | 22 RESULT_VARIABLE status 25 if(${status})
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | timex.h | 71 int status; /* clock command/status */ member 109 int status; /* clock command/status */ member
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/ |
| H A D | hi3660-drm.dtsi | 5 status = "ok"; 45 status = "ok";
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | opkg.py | 15 status, output = self.target.run(command, 1500) 17 self.assertEqual(status, expected, message)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | phy-mapphone-mdm6600.txt | 11 - motorola,status-gpios Three GPIOs to read the power state of the MDM6600 25 motorola,status-gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>,
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/ |
| H A D | skyhigh.c | 62 u8 status) in s35ml0xg3_ecc_get_status() argument 66 switch (status & STATUS_ECC_MASK) { in s35ml0xg3_ecc_get_status()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | bgrt.c | 27 BGRT_SHOW(status, status);
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | musb.h | 124 int musb_mailbox(enum musb_vbus_id_status status); 126 static inline int musb_mailbox(enum musb_vbus_id_status status) in musb_mailbox() argument
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | am335x-bonegreen.dts | 37 status = "okay"; 52 status = "okay";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/ |
| H A D | cdns,uart.txt | 16 - cts-override : Override the CTS modem status signal. This signal will 17 always be reported as active instead of being obtained from the modem status
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/dbus/ |
| H A D | dbus-1.init | 105 status) 106 status $DAEMON
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0009-Redefine-_IO_iconv_t-to-store-a-single-gconv-step-po.patch | 129 int status; 145 status = DL_CALL_FCT (fct, 155 switch (status) 163 int status; 179 status = DL_CALL_FCT (fct, 189 switch (status)
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfa.h | 23 typedef void (*bfa_cb_cbfn_status_t) (void *cbarg, bfa_status_t status); 192 typedef void (*bfa_cb_iocfc_t) (void *cbarg, enum bfa_status status); 391 ? BFA_LUNMASK_MINCFG : ((bfa_get_lun_mask(_bfa))->status)) 403 void bfa_cb_init(void *bfad, bfa_status_t status); 404 void bfa_cb_updateq(void *bfad, bfa_status_t status); 414 typedef void (*bfa_cb_ioc_t) (void *cbarg, enum bfa_status status);
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vudc_dev.c | 81 req->req.status = -ESHUTDOWN; in nuke() 325 _req->status = -EINPROGRESS; in vep_queue() 356 _req->status = -ECONNRESET; in vep_dequeue() 475 ud->status = SDEV_ST_AVAILABLE; in vudc_device_reset() 484 ud->status = SDEV_ST_ERROR; in vudc_device_unusable() 576 ud->status = SDEV_ST_AVAILABLE; in init_vudc_hw()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/ |
| H A D | technisat-usb2.c | 307 enum fe_status status; in technisat_usb2_green_led_control() local 309 if (fe->ops.read_status(fe, &status) != 0) in technisat_usb2_green_led_control() 312 if (status & FE_HAS_LOCK) { in technisat_usb2_green_led_control() 434 int status; in technisat_usb2_eeprom_lrc_read() local 439 status = in technisat_usb2_eeprom_lrc_read() 442 if (status) in technisat_usb2_eeprom_lrc_read()
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | pg.c | 215 int status; /* last sense key */ member 292 dev->status = 0; in pg_wait() 314 dev->status = (e >> 4) & 0xff; in pg_wait() 612 if (dev->status & 0x10) in pg_write() 639 if (dev->status & 0x10) in pg_read() 655 hdr.scsi = dev->status & 0x0f; in pg_read()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | rpcgss.h | 118 int status 121 TP_ARGS(status), 124 __field(int, status) 128 __entry->status = status; 131 TP_printk("status=%d", __entry->status)
|
| H A D | bcache.h | 333 TP_PROTO(struct btree *b, struct bkey *k, unsigned op, unsigned status), 334 TP_ARGS(b, k, op, status), 344 __field(u8, status ) 355 __entry->status = status; 359 __entry->status, __entry->op,
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_util.c | 219 int status; in nand_lock() local 238 status = chip->waitfunc(mtd, chip); in nand_lock() 241 if (status & 0x01) { in nand_lock() 315 int status; in nand_unlock() local 380 status = chip->waitfunc(mtd, chip); in nand_unlock() 382 if (status & 0x01) { in nand_unlock()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/52xx/ |
| H A D | mpc52xx_gpt.c | 159 out_be32(&gpt->regs->status, MPC52xx_GPT_STATUS_IRQMASK); in mpc52xx_gpt_irq_ack() 194 u32 status; in mpc52xx_gpt_irq_cascade() local 196 status = in_be32(&gpt->regs->status) & MPC52xx_GPT_STATUS_IRQMASK; in mpc52xx_gpt_irq_cascade() 197 if (status) { in mpc52xx_gpt_irq_cascade() 281 return (in_be32(&gpt->regs->status) >> 8) & 1; in mpc52xx_gpt_gpio_get()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | ps3disk.c | 219 u64 tag, status; in ps3disk_interrupt() local 222 res = lv1_storage_get_async_status(dev->sbd.dev_id, &tag, &status); in ps3disk_interrupt() 231 __func__, __LINE__, res, status); in ps3disk_interrupt() 241 dev->lv1_status = status; in ps3disk_interrupt() 253 if (status) { in ps3disk_interrupt() 255 __LINE__, op, status); in ps3disk_interrupt()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/ |
| H A D | p5040ds.dts | 303 status = "disabled"; 318 status = "disabled"; 341 status = "disabled"; 364 status = "disabled"; 386 status = "disabled"; 418 status = "disabled";
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dvb_frontend.c | 103 enum fe_status status; member 237 enum fe_status status) in dvb_frontend_add_event() argument 247 if ((status & FE_HAS_LOCK) && has_get_frontend(fe)) in dvb_frontend_add_event() 259 e->status = status; in dvb_frontend_add_event() 514 if (s != fepriv->status) { in dvb_frontend_swzigzag() 516 fepriv->status = s; in dvb_frontend_swzigzag() 660 fepriv->status = 0; in dvb_frontend_thread() 717 if (s != fepriv->status && !(fepriv->tune_mode_flags & FE_TUNE_MODE_ONESHOT)) { in dvb_frontend_thread() 720 fepriv->status = s; in dvb_frontend_thread() 754 if (s != fepriv->status) { in dvb_frontend_thread() [all …]
|