/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | acpi_lpss.c | 87 void (*setup)(struct lpss_private_data *pdata); member 259 .setup = lpss_uart_setup, 272 .setup = byt_pwm_setup, 278 .setup = bsw_pwm_setup, 292 .setup = lpss_uart_setup, 301 .setup = lpss_uart_setup, 323 .setup = byt_i2c_setup, 330 .setup = byt_i2c_setup, 343 .setup = lpss_deassert_reset, 694 if (dev_desc->setup) in acpi_lpss_create_device() [all...] |
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_via.c | 235 * @set_ast: Set to program address setup 277 /* Address setup is programmable but breaks on UDMA133 setups */ in via_do_set_mode() 279 u8 setup; /* 2 bits per drive */ in via_do_set_mode() local 282 pci_read_config_byte(pdev, 0x4C, &setup); in via_do_set_mode() 283 setup &= ~(3 << shift); in via_do_set_mode() 284 setup |= (clamp_val(t.setup, 1, 4) - 1) << shift; in via_do_set_mode() 285 pci_write_config_byte(pdev, 0x4C, setup); in via_do_set_mode() 669 * reconfigure the fifo and other setup we may have altered. In
|
H A D | pata_cypress.c | 49 * Called to do the PIO mode setup. 74 addr |= clamp_val(t.setup - 1, 0, 15); in cy82c693_set_piomode() 84 addr |= (clamp_val(t.setup - 1, 0, 15) << 4); in cy82c693_set_piomode() 98 * Called to do the DMA mode setup.
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00mac.c | 748 struct antenna_setup setup; in rt2x00mac_set_antenna() local 777 setup.tx = tx_ant; in rt2x00mac_set_antenna() 778 setup.rx = rx_ant; in rt2x00mac_set_antenna() 779 setup.rx_chain_num = 0; in rt2x00mac_set_antenna() 780 setup.tx_chain_num = 0; in rt2x00mac_set_antenna() 782 rt2x00lib_config_antenna(rt2x00dev, setup); in rt2x00mac_set_antenna()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_via.c | 235 * @set_ast: Set to program address setup 277 /* Address setup is programmable but breaks on UDMA133 setups */ in via_do_set_mode() 279 u8 setup; /* 2 bits per drive */ in via_do_set_mode() local 282 pci_read_config_byte(pdev, 0x4C, &setup); in via_do_set_mode() 283 setup &= ~(3 << shift); in via_do_set_mode() 284 setup |= (clamp_val(t.setup, 1, 4) - 1) << shift; in via_do_set_mode() 285 pci_write_config_byte(pdev, 0x4C, setup); in via_do_set_mode() 657 * reconfigure the fifo and other setup we may have altered. In
|
H A D | pata_cypress.c | 53 * Called to do the PIO mode setup. 78 addr |= clamp_val(t.setup - 1, 0, 15); in cy82c693_set_piomode() 88 addr |= (clamp_val(t.setup - 1, 0, 15) << 4); in cy82c693_set_piomode() 102 * Called to do the DMA mode setup.
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-ep0.c | 84 ret = pdev->gadget_driver->setup(&pdev->gadget, &pdev->setup); in cdns2_ep0_delegate_req() 329 struct usb_ctrlrequest *ctrl = &pdev->setup; in cdns2_ep0_std_request() 380 struct usb_ctrlrequest *ctrl = &pdev->setup; in cdns2_handle_setup_packet() 391 ((u8 *)&pdev->setup)[i] = readb(&pdev->ep0_regs->setupdat[i]); in cdns2_handle_setup_packet() 438 if (pdev->setup.bRequest != USB_REQ_SET_ADDRESS && in cdns2_handle_setup_packet()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00mac.c | 748 struct antenna_setup setup; in rt2x00mac_set_antenna() local 777 setup.tx = tx_ant; in rt2x00mac_set_antenna() 778 setup.rx = rx_ant; in rt2x00mac_set_antenna() 779 setup.rx_chain_num = 0; in rt2x00mac_set_antenna() 780 setup.tx_chain_num = 0; in rt2x00mac_set_antenna() 782 rt2x00lib_config_antenna(rt2x00dev, setup); in rt2x00mac_set_antenna()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | evxfregn.c | 28 * setup - Address of the setup function 46 acpi_adr_space_setup setup, void *context) in acpi_install_address_space_handler() 75 acpi_ev_install_space_handler(node, space_id, handler, setup, in acpi_install_address_space_handler() 43 acpi_install_address_space_handler(acpi_handle device, acpi_adr_space_type space_id, acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *context) acpi_install_address_space_handler() argument
|
/kernel/linux/linux-5.10/arch/mips/bcm63xx/ |
H A D | cs.c | 67 unsigned int setup, unsigned int hold) in bcm63xx_set_cs_timing() 81 val |= setup << MPI_CSCTL_SETUP_SHIFT; in bcm63xx_set_cs_timing() 66 bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait, unsigned int setup, unsigned int hold) bcm63xx_set_cs_timing() argument
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | vmlinux.lds.S | 111 .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | vmlinux.lds.S | 110 .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {
|
/kernel/linux/linux-6.6/arch/mips/bcm63xx/ |
H A D | cs.c | 67 unsigned int setup, unsigned int hold) in bcm63xx_set_cs_timing() 81 val |= setup << MPI_CSCTL_SETUP_SHIFT; in bcm63xx_set_cs_timing() 66 bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait, unsigned int setup, unsigned int hold) bcm63xx_set_cs_timing() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ip_defrag.sh | 13 setup() { function 38 setup
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_xdp_redirect.sh | 15 setup() function 47 setup
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | setup.py | 31 from distutils.core import setup, Extension namespace 81 setup(name='perf',
|
/kernel/linux/linux-5.10/drivers/oprofile/ |
H A D | oprof.c | 50 if (oprofile_ops.setup && (err = oprofile_ops.setup())) in oprofile_setup() 248 /* always init architecture to setup backtrace support */ in oprofile_init() 257 /* setup timer mode: */ in oprofile_init()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | bind_bhash.c | 6 * In the setup(), we populate the port's bhash table with 72 static void *setup(void *arg) in setup() function 114 pthread_create(&tid[i], NULL, setup, fd_array[i]); in main()
|
H A D | fib_nexthop_nongw.sh | 65 setup() function 112 setup
|
H A D | ip_defrag.sh | 13 setup() { function 38 setup
|
H A D | test_vxlan_nolocalbypass.sh | 99 setup() function 232 setup; $t; cleanup;
|
H A D | toeplitz.sh | 146 setup() { function 163 setup
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | setup.py | 44 from setuptools import setup, Extension namespace 106 setup(name='perf',
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_strncmp.c | 140 .setup = strncmp_no_helper_setup, 151 .setup = strncmp_helper_setup,
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_xdp_redirect.sh | 17 setup() function 49 setup
|