/linux-5.10/Documentation/devicetree/bindings/leds/ |
D | leds-is31fl32xx.txt | 1 Binding for ISSI IS31FL32xx and Si-En SN32xx LED Drivers 9 issi,is31fl3236 10 issi,is31fl3235 11 issi,is31fl3218 12 issi,is31fl3216 30 compatible = "issi,is31fl3236"; 51 http://www.issi.com/US/product-analog-fxled-driver.shtml
|
D | leds-is31fl319x.txt | 5 "issi,is31fl3190" 6 "issi,is31fl3191" 7 "issi,is31fl3193" 8 "issi,is31fl3196" 9 "issi,is31fl3199" 21 Each led is represented as a sub-node of the issi,is31fl319x device. 44 compatible = "issi,is31fl3196";
|
/linux-5.10/drivers/leds/ |
D | leds-is31fl32xx.c | 3 * Driver for ISSI IS31FL32xx family of I2C LED controllers 8 * http://www.issi.com/US/product-analog-fxled-driver.shtml 412 { .compatible = "issi,is31fl3236", .data = &is31fl3236_cdef, }, 413 { .compatible = "issi,is31fl3235", .data = &is31fl3235_cdef, }, 414 { .compatible = "issi,is31fl3218", .data = &is31fl3218_cdef, }, 416 { .compatible = "issi,is31fl3216", .data = &is31fl3216_cdef, }, 494 MODULE_DESCRIPTION("ISSI IS31FL32xx LED driver");
|
D | leds-is31fl319x.c | 100 { .compatible = "issi,is31fl3190", .data = &is31fl3190_cdef, }, 101 { .compatible = "issi,is31fl3191", .data = &is31fl3190_cdef, }, 102 { .compatible = "issi,is31fl3193", .data = &is31fl3193_cdef, }, 103 { .compatible = "issi,is31fl3196", .data = &is31fl3196_cdef, }, 104 { .compatible = "issi,is31fl3199", .data = &is31fl3199_cdef, },
|
D | Kconfig | 755 tristate "LED Support for ISSI IS31FL319x I2C LED controller family" 759 This option enables support for LEDs connected to ISSI IS31FL319x 767 tristate "LED support for ISSI IS31FL32XX I2C LED controller family" 770 Say Y here to include support for ISSI IS31FL32XX and Si-En SN32xx
|
/linux-5.10/drivers/mtd/spi-nor/ |
D | issi.c | 34 /* ISSI */ 79 .name = "issi",
|
D | Makefile | 12 spi-nor-objs += issi.o
|
/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | srq_cmd.c | 531 if (!dev->mdev->issi) in create_srq_split() 545 if (!dev->mdev->issi) in destroy_srq_split() 624 if (!dev->mdev->issi) in mlx5_cmd_query_srq() 639 if (!dev->mdev->issi) in mlx5_cmd_arm_srq()
|
D | devx.c | 548 if (!dev->mdev->issi) in devx_is_valid_obj_id()
|
/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 702 mlx5_core_err(dev, "Failed to query ISSI err(%d) status(%d) synd(%d)\n", in mlx5_core_set_issi() 707 mlx5_core_warn(dev, "Query ISSI is not supported by FW, ISSI is 0\n"); in mlx5_core_set_issi() 708 dev->issi = 0; in mlx5_core_set_issi() 721 mlx5_core_err(dev, "Failed to set ISSI to 1 err(%d)\n", in mlx5_core_set_issi() 726 dev->issi = 1; in mlx5_core_set_issi() 985 mlx5_core_err(dev, "failed to set issi\n"); in mlx5_function_setup()
|
/linux-5.10/arch/riscv/boot/dts/sifive/ |
D | hifive-unleashed-a00.dts | 66 compatible = "issi,is25wp256", "jedec,spi-nor";
|
/linux-5.10/include/linux/mfd/ |
D | si476x-reports.h | 84 __s8 issi; member
|
/linux-5.10/arch/arm/boot/dts/ |
D | r8a77470-iwg23s-sbc.dts | 250 compatible = "issi,is25lp016d", "jedec,spi-nor";
|
/linux-5.10/Documentation/admin-guide/media/ |
D | si476x.rst | 141 0x17 issi Signed Image Strength Signal
|
/linux-5.10/include/linux/mlx5/ |
D | driver.h | 700 u32 issi; member
|
/linux-5.10/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 518 "^issi,.*":
|
/linux-5.10/drivers/mfd/ |
D | si476x-cmd.c | 1318 report->issi = resp[8]; in si476x_core_cmd_fm_rsq_status_a30()
|
/linux-5.10/drivers/scsi/csiostor/ |
D | csio_hw.c | 826 case 0x9d: { /* ISSI -- Integrated Silicon Solution, Inc. */ in csio_hw_get_flash_params() 827 /* This Density -> Size decoding table is taken from ISSI in csio_hw_get_flash_params()
|
/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 9053 case 0x9d: { /* ISSI -- Integrated Silicon Solution, Inc. */ in t4_get_flash_params() 9054 /* This Density -> Size decoding table is taken from ISSI in t4_get_flash_params()
|