/openbmc/linux/arch/sparc/lib/ |
H A D | NG4memcpy.S | 66 #define LOAD(type,addr,dest) type [addr], dest argument 71 #define STORE(type,src,addr) type src, [addr] argument 73 #define STORE(type,src,addr) type##a src, [addr] %asi argument 102 .type FUNC_NAME,#function
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-tegra.c | 76 enum usb_ctlr_type type; member 211 controller = &fdt_usb_controllers[config->type]; in tegra_ehci_powerup_fixup() 244 controller = &fdt_usb_controllers[config->type]; in tegra_ehci_get_port_speed() 380 controller = &fdt_usb_controllers[config->type]; in init_utmi_usb_controller() 381 debug("controller=%p, type=%d\n", controller, config->type); in init_utmi_usb_controller() 822 priv->type = dev_get_driver_data(dev); in ehci_usb_ofdata_to_platdata() 842 config_clock(get_pll_timing(&fdt_usb_controllers[priv->type])); in ehci_usb_probe()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | mconf.c | 471 int type, tmp, doint = 2; in build_conf() local 491 switch (prop->type) { in build_conf() 529 type = sym_get_type(sym); in build_conf() 542 switch (type) { in build_conf() 590 switch (type) { in build_conf() 632 if (menu->prompt->type == P_MENU) { in build_conf() 698 else if (submenu->prompt->type == P_MENU) in conf()
|
/openbmc/linux/net/ethtool/ |
H A D | bitset.c | 306 [ETHTOOL_A_BITSET_NOMASK] = { .type = NLA_FLAG }, 309 [ETHTOOL_A_BITSET_BITS] = { .type = NLA_NESTED }, 310 [ETHTOOL_A_BITSET_VALUE] = { .type = NLA_BINARY }, 311 [ETHTOOL_A_BITSET_MASK] = { .type = NLA_BINARY }, 315 [ETHTOOL_A_BITSET_BIT_INDEX] = { .type = NLA_U32 }, 316 [ETHTOOL_A_BITSET_BIT_NAME] = { .type = NLA_NUL_STRING }, 317 [ETHTOOL_A_BITSET_BIT_VALUE] = { .type = NLA_FLAG },
|
/openbmc/linux/Documentation/input/ |
H A D | ff.rst | 170 play.type = EV_FF; 177 stop.type = EV_FF; 196 ie.type = EV_FF; 208 type. But you can enable it if you want. 215 ie.type = EV_FF; 230 type of device, not all parameters can be dynamically updated. For example, 248 unsigned short type;
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | binfmt-misc.rst | 9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes 18 To actually register a new binary type, you have to set up a string looking like 19 ``:name:type:offset:magic:mask:interpreter:flags`` (where you can choose the 28 - ``type`` 29 is the type of recognition. Give ``M`` for magic and ``E`` for extension. 32 defaults to 0 if you omit it (i.e. you write ``:name:type::magic...``). 130 You can enable/disable binfmt_misc or one binary type by echoing 0 (to disable)
|
/openbmc/linux/sound/isa/ |
H A D | cmi8330.c | 165 enum card_type type; member 300 strcpy(card->mixername, (acard->type == CMI8329) ? "CMI8329" : "CMI8330/C3D"); in snd_cmi8330_mixer() 327 acard->type = (id->devs[3].id[0]) ? CMI8329 : CMI8330; in snd_cmi8330_pnp() 437 err = snd_pcm_new(card, (chip->type == CMI8329) ? "CMI8329" : "CMI8330", 0, 1, 1, &pcm); in snd_cmi8330_pcm() 440 strcpy(pcm->name, (chip->type == CMI8329) ? "CMI8329" : "CMI8330"); in snd_cmi8330_pcm() 595 strcpy(card->driver, (acard->type == CMI8329) ? "CMI8329" : "CMI8330/C3D"); in snd_cmi8330_probe() 596 strcpy(card->shortname, (acard->type == CMI8329) ? "C-Media CMI8329" : "C-Media CMI8330/C3D"); in snd_cmi8330_probe()
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_core_mpc.h | 71 #define IS_IQD(card) ((card)->info.type == QETH_CARD_TYPE_IQD) 72 #define IS_OSD(card) ((card)->info.type == QETH_CARD_TYPE_OSD) 73 #define IS_OSM(card) ((card)->info.type == QETH_CARD_TYPE_OSM) 76 #define IS_OSX(card) ((card)->info.type == QETH_CARD_TYPE_OSX) 432 __u8 type; member 505 u16 type; member 620 __u8 type; member
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.h | 140 #define IVTV_DEBUG(x, type, fmt, args...) \ argument 143 v4l2_info(&itv->v4l2_dev, " " type ": " fmt , ##args); \ 156 #define IVTV_DEBUG_HIGH_VOL(x, type, fmt, args...) \ argument 159 v4l2_info(&itv->v4l2_dev, " " type ": " fmt , ##args); \ 332 int type; /* stream type */ member 381 int type; /* stream type */ member 795 return itv->vbi.in.type == V4L2_BUF_TYPE_VBI_CAPTURE; in ivtv_raw_vbi()
|
/openbmc/docs/designs/mctp/ |
H A D | mctp-userspace.md | 69 messages of a certain type, and would transmit MCTP messages of that same type. 81 socket type. 95 The socket type used should be `SOCK_SEQPACKET`. 97 Once connected, the client sends a single byte message, indicating what type of 102 demultiplexer, that match the specified MCTP message type. Clients should use 116 message type field.
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | append.py | 444 …r='DESTLAYER', help='Base directory of the destination layer to write the bbappend to', type=layer) 450 …ile to be replaced (as it would appear within the target image, e.g. /etc/motd)', type=target_path) 451 …ile.add_argument('newfile', help='Custom file to replace the target file with', type=existing_file) 463 …tination directory (relative to S or WORKDIR, defaults to ".")', default='', type=destination_path) 466 …etavar='FILE', help='File(s) to be added to the recipe sources (WORKDIR or S)', type=existing_path) 475 …, metavar='FILE', help='File to be added to the recipe sources (WORKDIR or S)', type=existing_path) 476 …E', nargs='?', help='Destination path (relative to S or WORKDIR, optional)', type=destination_path)
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | mediatek,mtu3.yaml | 139 type: boolean 149 type: object 163 type: boolean 167 type: boolean 204 type: object 298 type = "micro"; 304 # Dual role switch with type-c
|
/openbmc/linux/drivers/hwmon/ |
H A D | adt7411.c | 417 static int adt7411_read(struct device *dev, enum hwmon_sensor_types type, in adt7411_read() argument 420 switch (type) { in adt7411_read() 518 static int adt7411_write(struct device *dev, enum hwmon_sensor_types type, in adt7411_write() argument 521 switch (type) { in adt7411_write() 532 enum hwmon_sensor_types type, in adt7411_is_visible() argument 538 switch (type) { in adt7411_is_visible() 593 strscpy(info->type, "adt7411", I2C_NAME_SIZE); in adt7411_detect()
|
H A D | adm9240.c | 308 strscpy(info->type, name, I2C_NAME_SIZE); in adm9240_detect() 620 static int adm9240_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, in adm9240_read() argument 623 switch (type) { in adm9240_read() 639 static int adm9240_write(struct device *dev, enum hwmon_sensor_types type, u32 attr, in adm9240_write() argument 642 switch (type) { in adm9240_write() 656 static umode_t adm9240_is_visible(const void *_data, enum hwmon_sensor_types type, in adm9240_is_visible() argument 661 switch (type) { in adm9240_is_visible()
|
H A D | lm75.c | 341 static int lm75_read(struct device *dev, enum hwmon_sensor_types type, in lm75_read() argument 348 switch (type) { in lm75_read() 471 static int lm75_write(struct device *dev, enum hwmon_sensor_types type, in lm75_write() argument 474 switch (type) { in lm75_write() 485 static umode_t lm75_is_visible(const void *data, enum hwmon_sensor_types type, in lm75_is_visible() argument 490 switch (type) { in lm75_is_visible() 895 strscpy(info->type, is_lm75a ? "lm75a" : "lm75", I2C_NAME_SIZE); in lm75_detect()
|
/openbmc/linux/drivers/usb/core/ |
H A D | usb.c | 668 dev->dev.type = &usb_device_type; in usb_alloc_dev() 945 unsigned char type, void **ptr, size_t minsize) in __usb_get_extra_descriptor() argument 961 if (header->bDescriptorType == type && header->bLength >= minsize) { in __usb_get_extra_descriptor() 1037 if (dev->type == &usb_device_type) in usb_bus_notify() 1039 else if (dev->type == &usb_if_device_type) in usb_bus_notify() 1044 if (dev->type == &usb_device_type) in usb_bus_notify() 1046 else if (dev->type == &usb_if_device_type) in usb_bus_notify()
|
/openbmc/linux/sound/core/seq/oss/ |
H A D | seq_oss_midi.c | 146 if (! (pinfo->type & SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC)) in snd_seq_oss_midi_check_new_port() 481 ev.type = SNDRV_SEQ_EVENT_SENSING; in snd_seq_oss_midi_reset() 485 ev.type = SNDRV_SEQ_EVENT_CONTROLLER; in snd_seq_oss_midi_reset() 493 ev.type = SNDRV_SEQ_EVENT_PITCHBEND; in snd_seq_oss_midi_reset() 560 switch (ev->type) { in send_synth_event() 581 switch (ev->type) { in send_synth_event() 623 if (ev->type == SNDRV_SEQ_EVENT_SYSEX) { in send_midi_event()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_ref_tracking.c | 52 __uint(type, BPF_MAP_TYPE_ARRAY); 59 __uint(type, BPF_MAP_TYPE_RINGBUF); 68 __uint(type, BPF_MAP_TYPE_PROG_ARRAY); 1188 __imm_const(bpf_sock_type, offsetof(struct bpf_sock, type)), in __flag() 1224 __imm_const(bpf_sock_type, offsetof(struct bpf_sock, type)), in __flag() 1254 __imm_const(bpf_sock_type, offsetof(struct bpf_sock, type)), in __flag() 1315 __imm_const(bpf_sock_type, offsetof(struct bpf_sock, type)), in bpf_sk_release_listen_sk()
|
/openbmc/linux/fs/afs/ |
H A D | super.c | 169 switch (volume->type) { in afs_show_devname() 254 ctx->type = AFSVL_RWVOL; in afs_parse_source() 275 ctx->type = AFSVL_ROVOL; in afs_parse_source() 278 ctx->type = AFSVL_BACKVOL; in afs_parse_source() 309 suffix ?: "-", ctx->type, ctx->force ? " FORCE" : ""); in afs_parse_source() 410 if (volume->type != AFSVL_RWVOL) in afs_validate_fc() 640 ctx->type = AFSVL_ROVOL; in afs_init_fs_context()
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | mediatek,mt7986-pinctrl.yaml | 71 type: object 76 type: object 260 type: object 299 - type: boolean 303 PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0 defines in 308 - type: boolean 312 PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0 defines in
|
H A D | mediatek,mt7981-pinctrl.yaml | 70 type: object 75 type: object 325 type: object 353 - type: boolean 357 PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0 defines in 362 - type: boolean 366 PUPD/R1/R0 pull down type. See MTK_PUPD_SET_R1R0 defines in
|
/openbmc/linux/drivers/acpi/ |
H A D | pci_link.c | 91 switch (resource->type) { in acpi_pci_link_check_possible() 148 resource->type); in acpi_pci_link_check_possible() 178 switch (resource->type) { in acpi_pci_link_check_current() 214 resource->type); in acpi_pci_link_check_current() 300 resource->res.type = ACPI_RESOURCE_TYPE_IRQ; in acpi_pci_link_set() 315 resource->res.type = ACPI_RESOURCE_TYPE_EXTENDED_IRQ; in acpi_pci_link_set() 339 resource->end.type = ACPI_RESOURCE_TYPE_END_TAG; in acpi_pci_link_set()
|
H A D | acpi_tad.c | 73 { .type = ACPI_TYPE_BUFFER, }, in acpi_tad_set_real_time() 123 if (out_obj->type != ACPI_TYPE_BUFFER) in acpi_tad_get_real_time() 255 { .type = ACPI_TYPE_INTEGER, }, in acpi_tad_wake_set() 256 { .type = ACPI_TYPE_INTEGER, }, in acpi_tad_wake_set() 305 { .type = ACPI_TYPE_INTEGER, }, in acpi_tad_wake_read() 361 { .type = ACPI_TYPE_INTEGER, }, in acpi_tad_clear_status() 402 { .type = ACPI_TYPE_INTEGER, }, in acpi_tad_status_read()
|
/openbmc/linux/fs/hfs/ |
H A D | extent.c | 21 static void hfs_ext_build_key(hfs_btree_key *key, u32 cnid, u16 block, u8 type) in hfs_ext_build_key() argument 24 key->ext.FkType = type; in hfs_ext_build_key() 151 u32 cnid, u32 block, u8 type) in __hfs_ext_read_extent() argument 155 hfs_ext_build_key(fd->search_key, cnid, block, type); in __hfs_ext_read_extent() 287 int hfs_free_fork(struct super_block *sb, struct hfs_cat_file *file, int type) in hfs_free_fork() argument 295 if (type == HFS_FK_DATA) { in hfs_free_fork() 320 res = __hfs_ext_read_extent(&fd, extent, cnid, total_blocks, type); in hfs_free_fork()
|
/openbmc/linux/net/sched/ |
H A D | sch_hhf.c | 499 [TCA_HHF_BACKLOG_LIMIT] = { .type = NLA_U32 }, 500 [TCA_HHF_QUANTUM] = { .type = NLA_U32 }, 501 [TCA_HHF_HH_FLOWS_LIMIT] = { .type = NLA_U32 }, 502 [TCA_HHF_RESET_TIMEOUT] = { .type = NLA_U32 }, 503 [TCA_HHF_ADMIT_BYTES] = { .type = NLA_U32 }, 504 [TCA_HHF_EVICT_TIMEOUT] = { .type = NLA_U32 }, 505 [TCA_HHF_NON_HH_WEIGHT] = { .type = NLA_U32 },
|