/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | imx208.c | 300 /* True if the device has been identified */ 301 bool identified; member 631 if (imx208->identified) in imx208_identify_module() 648 imx208->identified = true; in imx208_identify_module()
|
H A D | ov13b10.c | 600 /* True if the device has been identified */ 601 bool identified; member 1043 if (ov13b->identified) in ov13b10_identify_module() 1057 ov13b->identified = true; in ov13b10_identify_module()
|
H A D | hi556.c | 583 /* True if the device has been identified */ 584 bool identified; member 853 if (hi556->identified) in hi556_identify_module() 867 hi556->identified = true; in hi556_identify_module()
|
H A D | ov2740.c | 348 /* True if the device has been identified */ 349 bool identified; member 451 if (ov2740->identified) in ov2740_identify_module() 464 ov2740->identified = true; in ov2740_identify_module()
|
H A D | ov5675.c | 519 /* True if the device has been identified */ 520 bool identified; member 879 if (ov5675->identified) in ov5675_identify_module() 893 ov5675->identified = true; in ov5675_identify_module()
|
H A D | imx319.c | 143 /* True if the device has been identified */ 144 bool identified; member 2096 if (imx319->identified) in imx319_identify_module() 2109 imx319->identified = true; in imx319_identify_module()
|
H A D | ov5670.c | 1887 /* True if the device has been identified */ 1888 bool identified; member 2360 if (ov5670->identified) in ov5670_identify_module() 2374 ov5670->identified = true; in ov5670_identify_module()
|
H A D | ov8856.c | 1450 /* True if the device has been identified */ 1451 bool identified; member 1698 if (ov8856->identified) in ov8856_identify_module() 1712 ov8856->identified = true; in ov8856_identify_module()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | os.S | 25 |redistributed versions, and that such modified versions are clearly identified as such.
|
H A D | iskeleton.S | 25 |redistributed versions, and that such modified versions are clearly identified as such.
|
H A D | fskeleton.S | 25 |redistributed versions, and that such modified versions are clearly identified as such.
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | os.S | 25 |redistributed versions, and that such modified versions are clearly identified as such.
|
H A D | iskeleton.S | 25 |redistributed versions, and that such modified versions are clearly identified as such.
|
H A D | fskeleton.S | 25 |redistributed versions, and that such modified versions are clearly identified as such.
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 304 identified = 0x0004, /* IDENTIFY was sent */ enumerator 1856 CURRENT_SC->SCp.phase |= identified; in msgo_run() 2443 (ptr->SCp.phase & identified) ? "identified|" : "", in show_command() 2502 if (ptr->SCp.phase & identified) in get_command() 2503 seq_puts(m, "identified|"); in get_command()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 307 identified = 0x0004, /* IDENTIFY was sent */ enumerator 1901 acp->phase |= identified; in msgo_run() 2493 phase & identified ? "identified|" : "", in show_command() 2554 if (phase & identified) in get_command() 2555 seq_puts(m, "identified|"); in get_command()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | nvme.h | 244 bool identified; member
|
H A D | core.c | 3083 if (!ctrl->identified) { in nvme_init_identify() 3225 if (!ctrl->identified && !nvme_discovery_ctrl(ctrl)) { in nvme_init_identify() 3235 ctrl->identified = true; in nvme_init_identify()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | nvme.h | 264 bool identified; member
|
H A D | core.c | 3037 if (!ctrl->identified) { in nvme_init_identify() 3211 if (!ctrl->identified && !nvme_discovery_ctrl(ctrl)) { in nvme_init_ctrl_finish() 3222 ctrl->identified = true; in nvme_init_ctrl_finish()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 25 redistributed versions, and that such modified versions are clearly identified as such.
|
H A D | ilsp.S | 25 redistributed versions, and that such modified versions are clearly identified as such.
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 25 redistributed versions, and that such modified versions are clearly identified as such.
|
H A D | ilsp.S | 25 redistributed versions, and that such modified versions are clearly identified as such.
|
/kernel/linux/linux-5.10/scripts/ |
H A D | kernel-doc | 51 The documentation comments are identified by "/**" opening comment mark. See
|