Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 2111) sorted by relevance

12345678910>>...85

/openbmc/u-boot/doc/device-tree-bindings/pinctrl/
H A Dmarvell,armada-37xx-pinctrl.txt25 Available groups and functions for the North Bridge:
29 - functions jtag, gpio
33 - functions sdio, gpio
37 - functions emmc, gpio
41 - functions pwm, gpio
45 - functions pwm, gpio
49 - functions pwm, gpio
53 - functions pwm, gpio
57 - functions pmic, gpio
61 - functions pmic, gpio
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,armada-37xx-pinctrl.txt30 Available groups and functions for the North bridge:
34 - functions jtag, gpio
38 - functions sdio, gpio
42 - functions emmc, gpio
46 - functions pwm, led, gpio
50 - functions pwm, led, gpio
54 - functions pwm, led, gpio
58 - functions pwm, led, gpio
62 - functions pmic, gpio
66 - functions pmic, gpio
[all …]
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/
H A Dcreate_usbhid.sh25 mkdir functions/hid.0
27 echo 1 > functions/hid.0/protocol # 1: keyboard
28 echo 8 > functions/hid.0/report_length
29 echo 1 > functions/hid.0/subclass
64 …\x95\x06\x75\x08\x15\x00\x25\x65\x05\x07\x19\x00\x29\x65\x81\x00\xc0' > functions/hid.0/report_desc
67 mkdir functions/hid.1
69 echo 2 > functions/hid.1/protocol # 2: mouse
70 echo 6 > functions/hid.1/report_length
71 echo 1 > functions/hid.1/subclass
112 …\x38\x15\xff\x25\x01\x35\x00\x45\x00\x75\x08\x95\x01\x81\x06\xc0\xc0' > functions/hid.1/report_desc
[all …]
/openbmc/obmc-ikvm/
H A Dcreate_usbhid.sh25 mkdir functions/hid.0
27 echo 1 > functions/hid.0/protocol # 1: keyboard
28 echo 8 > functions/hid.0/report_length
29 echo 1 > functions/hid.0/subclass
64 …\x95\x06\x75\x08\x15\x00\x25\x65\x05\x07\x19\x00\x29\x65\x81\x00\xc0' > functions/hid.0/report_desc
67 mkdir functions/hid.1
69 echo 2 > functions/hid.1/protocol # 2: mouse
70 echo 6 > functions/hid.1/report_length
71 echo 1 > functions/hid.1/subclass
112 …\x38\x15\xff\x25\x01\x35\x00\x45\x00\x75\x08\x95\x01\x81\x06\xc0\xc0' > functions/hid.1/report_desc
[all …]
/openbmc/linux/drivers/pinctrl/berlin/
H A Dberlin.c30 struct berlin_pinctrl_function *functions; member
117 return pctrl->functions[function].name; in berlin_pinmux_get_function_name()
127 *groups = pctrl->functions[function].groups; in berlin_pinmux_get_function_groups()
128 *num_groups = pctrl->functions[function].ngroups; in berlin_pinmux_get_function_groups()
138 struct berlin_desc_function *function = group->functions; in berlin_pinctrl_find_function_by_name()
156 struct berlin_pinctrl_function *func = pctrl->functions + function; in berlin_pinmux_set()
183 struct berlin_pinctrl_function *function = pctrl->functions; in berlin_pinctrl_add_function()
217 pctrl->functions = kcalloc(max_functions, in berlin_pinctrl_build_state()
218 sizeof(*pctrl->functions), GFP_KERNEL); in berlin_pinctrl_build_state()
219 if (!pctrl->functions) in berlin_pinctrl_build_state()
[all …]
/openbmc/linux/kernel/gcov/
H A Dgcc_4_7.c107 struct gcov_fn_info **functions; member
216 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()
257 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add()
258 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add()
297 dup->functions = NULL; in gcov_info_dup()
303 dup->functions = kcalloc(info->n_functions, in gcov_info_dup()
305 if (!dup->functions) in gcov_info_dup()
313 dup->functions[fi_idx] = kzalloc(fi_size, GFP_KERNEL); in gcov_info_dup()
314 if (!dup->functions[fi_idx]) in gcov_info_dup()
317 *(dup->functions[fi_idx]) = *(info->functions[fi_idx]); in gcov_info_dup()
[all …]
H A Dclang.c64 struct list_head functions; member
90 INIT_LIST_HEAD(&info->functions); in llvm_gcov_init()
124 list_add_tail(&info->head, &current_info->functions); in llvm_gcda_emit_function()
130 struct gcov_fn_info *info = list_last_entry(&current_info->functions, in llvm_gcda_emit_arcs()
229 list_for_each_entry(fn, &info->functions, head) in gcov_info_reset()
244 &info1->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()
246 &info2->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()
252 while (!list_is_last(&fn_ptr1->head, &info1->functions) && in gcov_info_is_compatible()
253 !list_is_last(&fn_ptr2->head, &info2->functions)) { in gcov_info_is_compatible()
261 return list_is_last(&fn_ptr1->head, &info1->functions) && in gcov_info_is_compatible()
[all …]
/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_functions.cpp26 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
40 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
55 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
67 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
78 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
93 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
108 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
123 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
138 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
153 functions::process_hostfirmware::getExtensionsForIbmCompatibleSystem( in TEST()
[all …]
/openbmc/linux/Documentation/usb/
H A Dgadget_configfs.rst15 be connected to a USB Host to extend it with additional functions like a serial
20 functions, each function representing e.g. a serial connection or a SCSI disk.
22 Linux provides a number of functions for gadgets to use.
25 and which functions each configuration will provide.
100 Where function drivers support it, functions may allow symlinks to these custom
133 3. Creating the functions
136 The gadget will provide some functions, for each function its corresponding
139 $ mkdir functions/<name>.<instance name>
144 $ mkdir functions/ncm.usb0 # usb_f_ncm.ko gets loaded with request_module()
155 4. Associating the functions with their configurations
[all …]
/openbmc/openbmc/meta-hpe/meta-gxp/recipes-connectivity/jsnbd/jsnbd/
H A Dstate_hook42 mkdir -p functions/mass_storage.usb0
43 ln -s functions/mass_storage.usb0 configs/c.1
44 echo 1 > functions/mass_storage.usb0/lun.0/removable
45 echo 1 > functions/mass_storage.usb0/lun.0/ro
46 echo 0 > functions/mass_storage.usb0/lun.0/cdrom
47 echo $nbd_device > functions/mass_storage.usb0/lun.0/file
56 rmdir functions/mass_storage.usb0
/openbmc/linux/Documentation/gpu/
H A Dvga-switcheroo.rst28 Public functions
38 :functions: vga_switcheroo_handler
41 :functions: vga_switcheroo_client_ops
47 :functions: vga_switcheroo_handler_flags_t
50 :functions: vga_switcheroo_client_id
53 :functions: vga_switcheroo_state
59 :functions: vgasr_priv
62 :functions: vga_switcheroo_client
94 Public functions
/openbmc/linux/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.c75 for (df = pin->functions; df->name; df++) in pxa_desc_by_func_group()
112 struct pxa_pinctrl_function *pf = pctl->functions + function; in pxa2xx_pmx_get_func_name()
130 struct pxa_pinctrl_function *pf = pctl->functions + function; in pxa2xx_pmx_get_func_groups()
151 (pctl->functions + function)->name); in pxa2xx_pmx_set_mux()
254 const struct pxa_pinctrl_function *functions) in pxa2xx_find_function() argument
258 for (func = functions; func->name; func++) in pxa2xx_find_function()
268 struct pxa_pinctrl_function *functions; in pxa2xx_build_functions() local
277 functions = devm_kcalloc(pctl->dev, pctl->npins * 6, in pxa2xx_build_functions()
278 sizeof(*functions), GFP_KERNEL); in pxa2xx_build_functions()
279 if (!functions) in pxa2xx_build_functions()
[all …]
/openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/jsnbd/
H A Dstate_hook60 mkdir -p functions/mass_storage.usb0
61 ln -s functions/mass_storage.usb0 configs/c.1
62 echo 1 > functions/mass_storage.usb0/lun.0/removable
63 echo 1 > functions/mass_storage.usb0/lun.0/ro
64 echo 0 > functions/mass_storage.usb0/lun.0/cdrom
65 echo $nbd_device > functions/mass_storage.usb0/lun.0/file
74 rmdir functions/mass_storage.usb0
/openbmc/linux/Documentation/driver-api/80211/
H A Dcfg80211.rst15 :functions:
49 :functions:
103 :functions:
115 Utility functions
119 :doc: Utility functions
122 :functions:
138 :functions:
150 :functions:
162 :functions:
174 :functions:
H A Dmac80211-advanced.rst18 :functions:
34 :functions:
55 :functions: ieee80211_beacon_loss
63 :functions: ieee80211_tx_queue_params
82 :functions:
104 :functions:
114 :functions:
126 :functions: ieee80211_scan_completed
148 :functions: ieee80211_ampdu_mlme_action
157 :functions:
[all …]
/openbmc/linux/Documentation/core-api/
H A Dgenalloc.rst21 :functions: gen_pool_create
24 :functions: devm_gen_pool_create
42 :functions: gen_pool_destroy
53 :functions: gen_pool_add
56 :functions: gen_pool_add_owner
65 The functions for allocating memory from the pool (and putting it back)
69 :functions: gen_pool_alloc
72 :functions: gen_pool_dma_alloc
75 :functions: gen_pool_free_owner
87 how the allocation functions choose which specific piece of memory to
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc1 What: /config/usb-gadget/gadget/functions/uvc.name
13 What: /config/usb-gadget/gadget/functions/uvc.name/control
27 What: /config/usb-gadget/gadget/functions/uvc.name/control/class
32 What: /config/usb-gadget/gadget/functions/uvc.name/control/class/ss
37 What: /config/usb-gadget/gadget/functions/uvc.name/control/class/fs
42 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal
47 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/output
52 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/output/default
69 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/camera
74 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/camera/default
[all …]
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-vntb-howto.rst41 # ls /sys/kernel/config/pci_ep/functions
53 # mkdir functions/pci_epf_vntb/func1
61 # ls functions/pci_epf_ntb/func1
71 # cat functions/pci_epf_vntb/func1/vendorid
73 # cat functions/pci_epf_vntb/func1/interrupt_pin
84 # echo 0x1957 > functions/pci_epf_vntb/func1/vendorid
85 # echo 0x0809 > functions/pci_epf_vntb/func1/deviceid
92 # ls functions/pci_epf_vntb/func1/pci_epf_vntb.0/
98 # echo 4 > functions/pci_epf_vntb/func1/pci_epf_vntb.0/db_count
99 # echo 128 > functions/pci_epf_vntb/func1/pci_epf_vntb.0/spad_count
[all …]
H A Dpci-ntb-howto.rst45 # ls /sys/kernel/config/pci_ep/functions
57 # mkdir functions/pci_epf_ntb/func1
65 # ls functions/pci_epf_ntb/func1
75 # cat functions/pci_epf_ntb/func1/vendorid
77 # cat functions/pci_epf_ntb/func1/interrupt_pin
88 # echo 0x104c > functions/pci_epf_ntb/func1/vendorid
89 # echo 0xb00d > functions/pci_epf_ntb/func1/deviceid
96 # ls functions/pci_epf_ntb/func1/pci_epf_ntb.0/
102 # echo 4 > functions/pci_epf_ntb/func1/pci_epf_ntb.0/db_count
103 # echo 128 > functions/pci_epf_ntb/func1/pci_epf_ntb.0/spad_count
[all …]
/openbmc/linux/Documentation/arch/s390/
H A Dpci.rst48 Entries specific to zPCI functions and entries that hold zPCI information.
59 powered off until all virtual functions are removed with:
75 PCI function group ID, functions that share identical functionality
80 The virtual function number, from 1 to N for virtual functions,
81 0 for physical functions.
105 The more the segments are different, the more the functions are isolated.
113 * When not using multi-functions (norid is set, or the firmware does not
114 support multi-functions):
121 * When using multi-functions (norid parameter is not set),
122 zPCI functions are addressed differently:
[all …]
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Ddisplay_testname_for_subtest.patch9 tests/functions.sh | 2 +-
12 diff --git a/tests/functions.sh b/tests/functions.sh
14 --- a/tests/functions.sh
15 +++ b/tests/functions.sh
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c40 struct amdgpu_atpx_functions functions; member
84 return amdgpu_atpx_priv.atpx.functions.power_cntl; in amdgpu_has_atpx_dgpu_power_cntl()
185 if (atpx->functions.px_params) { in amdgpu_atpx_validate()
213 atpx->functions.i2c_mux_cntl = true; in amdgpu_atpx_validate()
214 atpx->functions.disp_mux_cntl = true; in amdgpu_atpx_validate()
220 atpx->functions.disp_mux_cntl = true; in amdgpu_atpx_validate()
226 atpx->functions.power_cntl = true; in amdgpu_atpx_validate()
232 atpx->functions.power_cntl = true; in amdgpu_atpx_validate()
240 atpx->functions.power_cntl = !amdgpu_atpx_priv.bridge_pm_usable; in amdgpu_atpx_validate()
289 amdgpu_atpx_parse_functions(&atpx->functions, output.function_bits); in amdgpu_atpx_verify_interface()
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c29 struct radeon_atpx_functions functions; member
69 return radeon_atpx_priv.atpx.functions.power_cntl; in radeon_has_atpx_dgpu_power_cntl()
161 if (atpx->functions.px_params) { in radeon_atpx_validate()
189 atpx->functions.i2c_mux_cntl = true; in radeon_atpx_validate()
190 atpx->functions.disp_mux_cntl = true; in radeon_atpx_validate()
196 atpx->functions.disp_mux_cntl = true; in radeon_atpx_validate()
201 atpx->functions.power_cntl = true; in radeon_atpx_validate()
210 atpx->functions.power_cntl = !radeon_atpx_priv.bridge_pm_usable; in radeon_atpx_validate()
254 radeon_atpx_parse_functions(&atpx->functions, output.function_bits); in radeon_atpx_verify_interface()
277 if (atpx->functions.power_cntl) { in radeon_atpx_set_discrete_state()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool_init.d.patch1 Fix start error if lsb init-functions doesn't exist
16 +. /etc/init.d/functions
24 # Get lsb functions
25 -. /lib/lsb/init-functions
26 +if [ -f /lib/lsb/init-functions ]
28 + . /lib/lsb/init-functions
/openbmc/u-boot/test/
H A DKconfig10 bool "Unit tests for library functions"
14 Enables the 'ut lib' command which tests library functions like
18 bool "Unit tests for time functions"
21 Enables the 'ut time' command which tests that the time functions
27 bool "Unit tests for Unicode functions"
31 Enables the 'ut unicode' command which tests that the functions for

12345678910>>...85