Searched refs:new_info (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c279 struct osl_table_info *new_info; local
284 new_info = calloc(1, sizeof(struct osl_table_info));
285 if (!new_info) {
289 ACPI_COPY_NAMESEG(new_info->signature, signature);
292 gbl_table_list_head = new_info;
310 next->next = new_info;
322 new_info->instance = instance;
/linux-master/drivers/tty/serial/
H A Dserial_core.c836 struct serial_struct *new_info)
848 new_port = new_info->port;
850 new_port += (unsigned long) new_info->port_high << HIGH_BITS_OFFSET;
852 new_info->irq = irq_canonicalize(new_info->irq);
853 close_delay = msecs_to_jiffies(new_info->close_delay * 10);
854 closing_wait = new_info->closing_wait == ASYNC_CLOSING_WAIT_NONE ?
856 msecs_to_jiffies(new_info->closing_wait * 10);
860 && new_info->irq != uport->irq;
869 (unsigned long)new_info
834 uart_set_info(struct tty_struct *tty, struct tty_port *port, struct uart_state *state, struct serial_struct *new_info) argument
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c1819 struct xfs_da_blkinfo *new_info; local
1833 new_info = new_blk->bp->b_addr;
1858 new_info->forw = cpu_to_be32(old_blk->blkno);
1859 new_info->back = old_info->back;
1879 new_info->forw = old_info->forw;
1880 new_info->back = cpu_to_be32(old_blk->blkno);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c10236 struct hclge_vlan_info *new_info,
10249 htons(new_info->vlan_proto),
10251 new_info->vlan_tag,
10284 struct hclge_vlan_info *new_info,
10291 ret = hclge_set_vlan_filter_hw(hdev, htons(new_info->vlan_proto),
10292 vport->vport_id, new_info->vlan_tag,
10234 hclge_update_vlan_filter_entries(struct hclge_vport *vport, u16 port_base_vlan_state, struct hclge_vlan_info *new_info, struct hclge_vlan_info *old_info) argument
10283 hclge_modify_port_base_vlan_tag(struct hclge_vport *vport, struct hclge_vlan_info *new_info, struct hclge_vlan_info *old_info) argument

Completed in 303 milliseconds