| /kernel/linux/linux-6.6/drivers/base/regmap/ |
| D | regmap-kunit.c | 69 static struct regmap *gen_regmap(struct regmap_config *config, in gen_regmap() 120 static void basic_read_write(struct kunit *test) in basic_read_write() 124 struct regmap_config config; in basic_read_write() local 149 static void bulk_write(struct kunit *test) in bulk_write() 153 struct regmap_config config; in bulk_write() local 186 static void bulk_read(struct kunit *test) in bulk_read() 190 struct regmap_config config; in bulk_read() local 219 static void write_readonly(struct kunit *test) in write_readonly() 223 struct regmap_config config; in write_readonly() local 254 static void read_writeonly(struct kunit *test) in read_writeonly() [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
| D | mremap_test.c | 27 struct config { struct 34 struct test { struct 36 struct config config; member 57 (struct test){ \ argument
|
| /kernel/linux/linux-6.6/mm/kasan/ |
| D | kasan_test.c | 88 static void kasan_test_exit(struct kunit *test) in kasan_test_exit() 114 #define KUNIT_EXPECT_KASAN_FAIL(test, expression) do { \ argument 140 #define KASAN_TEST_NEEDS_CONFIG_ON(test, config) do { \ argument 145 #define KASAN_TEST_NEEDS_CONFIG_OFF(test, config) do { \ argument 150 #define KASAN_TEST_NEEDS_CHECKED_MEMINTRINSICS(test) do { \ argument 159 static void kmalloc_oob_right(struct kunit *test) in kmalloc_oob_right() 188 static void kmalloc_oob_left(struct kunit *test) in kmalloc_oob_left() 201 static void kmalloc_node_oob_right(struct kunit *test) in kmalloc_node_oob_right() 220 static void kmalloc_pagealloc_oob_right(struct kunit *test) in kmalloc_pagealloc_oob_right() 236 static void kmalloc_pagealloc_uaf(struct kunit *test) in kmalloc_pagealloc_uaf() [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | select_reuseport.c | 780 const struct test { in test_config() struct 781 void (*fn)(int sotype, sa_family_t family); in test_config() 782 const char *name; in test_config() 783 bool no_inner_map; in test_config() 784 int need_sotype; in test_config() 821 const struct config { in test_all() struct 822 int sotype; in test_all() 823 sa_family_t family; in test_all() 824 bool inany; in test_all()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | select_reuseport.c | 789 const struct test { in test_config() struct 790 void (*fn)(int sotype, sa_family_t family); in test_config() 791 const char *name; in test_config() 792 bool no_inner_map; in test_config() 793 int need_sotype; in test_config() 830 const struct config { in test_all() struct 831 int sotype; in test_all() 832 sa_family_t family; in test_all() 833 bool inany; in test_all()
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| D | msp3400-driver.c | 121 struct i2c_msg test[2] = { in msp_reset() local 471 u32 input, u32 output, u32 config) in msp_s_routing()
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | msp3400-driver.c | 121 struct i2c_msg test[2] = { in msp_reset() local 471 u32 input, u32 output, u32 config) in msp_s_routing()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_83xx_hw.c | 1397 static int qlcnic_83xx_diag_alloc_res(struct net_device *netdev, int test, in qlcnic_83xx_diag_alloc_res() 1849 u32 config, max_wait_count; in qlcnic_83xx_set_lb_mode() local 1917 u32 config = ahw->port_config, max_wait_count; in qlcnic_83xx_clear_lb_mode() local 3185 u32 config; in qlcnic_83xx_get_port_type() local 3219 u32 config = 0, state; in qlcnic_83xx_test_link() local 3303 u32 config = 0; in qlcnic_83xx_get_link_ksettings() local 3404 u32 config = adapter->ahw->port_config; in qlcnic_83xx_set_link_ksettings() local 3706 u32 config; in qlcnic_83xx_get_pauseparam() local 3742 u32 config; in qlcnic_83xx_set_pauseparam() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_83xx_hw.c | 1396 static int qlcnic_83xx_diag_alloc_res(struct net_device *netdev, int test, in qlcnic_83xx_diag_alloc_res() 1848 u32 config, max_wait_count; in qlcnic_83xx_set_lb_mode() local 1916 u32 config = ahw->port_config, max_wait_count; in qlcnic_83xx_clear_lb_mode() local 3184 u32 config; in qlcnic_83xx_get_port_type() local 3218 u32 config = 0, state; in qlcnic_83xx_test_link() local 3302 u32 config = 0; in qlcnic_83xx_get_link_ksettings() local 3403 u32 config = adapter->ahw->port_config; in qlcnic_83xx_set_link_ksettings() local 3705 u32 config; in qlcnic_83xx_get_pauseparam() local 3741 u32 config; in qlcnic_83xx_set_pauseparam() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ |
| D | e100.c | 427 struct config { struct 430 /*2*/ u8 adaptive_ifs; 448 /*13*/ u8 ip_addr_lo; 449 /*14*/ u8 ip_addr_hi; 453 /*16*/ u8 fc_delay_lo; 454 /*17*/ u8 fc_delay_hi; 481 struct config config; member 1071 struct config *config = &cb->u.config; in e100_configure() local 2606 struct ethtool_test *test, u64 *data) in e100_diag_test()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ |
| D | e100.c | 427 struct config { struct 430 /*2*/ u8 adaptive_ifs; 448 /*13*/ u8 ip_addr_lo; 449 /*14*/ u8 ip_addr_hi; 453 /*16*/ u8 fc_delay_lo; 454 /*17*/ u8 fc_delay_hi; 481 struct config config; member 1071 struct config *config = &cb->u.config; in e100_configure() local 2603 struct ethtool_test *test, u64 *data) in e100_diag_test()
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| D | goodix.c | 116 u8 config[GOODIX_CONFIG_MAX_LENGTH]; member 1022 u8 test; in goodix_i2c_test() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/ |
| D | vxge-config.h | 54 #define vxge_assert(test) BUG_ON(!(test)) argument 56 #define vxge_assert(test) argument 740 struct vxge_hw_device_config config; member 954 struct vxge_hw_ring_config *config; member 1005 struct vxge_hw_fifo_config *config; member
|
| /kernel/linux/linux-5.10/drivers/usb/misc/ |
| D | usbtest.c | 110 static struct usb_device *testdev_to_usbdev(struct usbtest_dev *test) in testdev_to_usbdev() 706 struct usb_config_descriptor *config; in is_good_config() local
|
| /kernel/linux/linux-6.6/drivers/usb/misc/ |
| D | usbtest.c | 110 static struct usb_device *testdev_to_usbdev(struct usbtest_dev *test) in testdev_to_usbdev() 706 struct usb_config_descriptor *config; in is_good_config() local
|
| /kernel/linux/linux-5.10/drivers/parport/ |
| D | parport_pc.c | 1563 int config, configb; in parport_ECP_supported() local 2294 int test; in sio_ite_8872_probe() local
|
| /kernel/linux/linux-6.6/drivers/parport/ |
| D | parport_pc.c | 1585 int config, configb; in parport_ECP_supported() local 2337 int test; in sio_ite_8872_probe() local
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | bpf.h | 1508 } test; member 6557 __u64 config; member
|
| /kernel/linux/linux-6.6/tools/include/uapi/linux/ |
| D | bpf.h | 1508 } test; member 6557 __u64 config; member
|